Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
net.spy.memcached
,
net.spy.memcached.auth
,
net.spy.memcached.compat
,
net.spy.memcached.compat.log
,
net.spy.memcached.internal
,
net.spy.memcached.ops
,
net.spy.memcached.protocol
,
net.spy.memcached.protocol.ascii
,
net.spy.memcached.protocol.binary
,
net.spy.memcached.spring
,
net.spy.memcached.tapmessage
,
net.spy.memcached.transcoders
,
net.spy.memcached.util
,
net.spy.memcached.vbucket
,
net.spy.memcached.vbucket.config
Class Hierarchy
java.lang.
Object
net.spy.memcached.compat.log.
AbstractLogger
(implements net.spy.memcached.compat.log.
Logger
)
net.spy.memcached.compat.log.
DefaultLogger
net.spy.memcached.compat.log.
Log4JLogger
net.spy.memcached.compat.log.
SunLogger
net.spy.memcached.
AddrUtil
net.spy.memcached.
ArrayModNodeLocator
(implements net.spy.memcached.
NodeLocator
)
net.spy.memcached.ops.
ArrayOperationQueueFactory
(implements net.spy.memcached.ops.
OperationQueueFactory
)
net.spy.memcached.auth.
AuthDescriptor
net.spy.memcached.
BaseCacheMap
<V> (implements java.util.
Map
<K,V>)
net.spy.memcached.
CacheMap
net.spy.memcached.ops.
BaseOperationFactory
(implements net.spy.memcached.
OperationFactory
)
net.spy.memcached.protocol.ascii.
AsciiOperationFactory
net.spy.memcached.protocol.binary.
BinaryOperationFactory
net.spy.memcached.internal.
BasicThreadFactory
(implements java.util.concurrent.
ThreadFactory
)
net.spy.memcached.vbucket.config.
Bucket
net.spy.memcached.vbucket.
BucketMonitorPipelineFactory
(implements org.jboss.netty.channel.ChannelPipelineFactory)
net.spy.memcached.internal.
BulkGetFuture
<T> (implements net.spy.memcached.internal.
BulkFuture
<V>)
net.spy.memcached.vbucket.config.
CacheConfig
(implements net.spy.memcached.vbucket.config.
Config
)
net.spy.memcached.
CachedData
net.spy.memcached.
CASValue
<T>
net.spy.memcached.compat.
CloseUtil
net.spy.memcached.vbucket.config.
ConfigDifference
net.spy.memcached.
ConnectionFactoryBuilder
net.spy.memcached.vbucket.config.
DefaultConfig
(implements net.spy.memcached.vbucket.config.
Config
)
net.spy.memcached.vbucket.config.
DefaultConfigFactory
(implements net.spy.memcached.vbucket.config.
ConfigFactory
)
net.spy.memcached.util.
DefaultKetamaNodeLocatorConfiguration
(implements net.spy.memcached.util.
KetamaNodeLocatorConfiguration
)
java.util.
Dictionary
<K,V>
java.util.
Hashtable
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
java.util.
Properties
net.spy.memcached.
BuildInfo
net.spy.memcached.protocol.
GetCallbackWrapper
(implements net.spy.memcached.ops.
GetOperation.Callback
)
net.spy.memcached.internal.
GetFuture
<T> (implements java.util.concurrent.
Future
<V>)
net.spy.memcached.internal.
ImmediateFuture
(implements java.util.concurrent.
Future
<V>)
net.spy.memcached.
KeyUtil
net.spy.memcached.ops.
LinkedOperationQueueFactory
(implements net.spy.memcached.ops.
OperationQueueFactory
)
net.spy.memcached.compat.log.
LoggerFactory
net.spy.memcached.spring.
MemcachedClientFactoryBean
(implements org.springframework.beans.factory.FactoryBean<T>)
net.spy.memcached.tapmessage.
MessageBuilder
net.spy.memcached.ops.
MultiOperationCallback
(implements net.spy.memcached.ops.
OperationCallback
)
net.spy.memcached.ops.
MultiGetOperationCallback
(implements net.spy.memcached.ops.
GetOperation.Callback
)
net.spy.memcached.ops.
MultiGetsOperationCallback
(implements net.spy.memcached.ops.
GetsOperation.Callback
)
net.spy.memcached.vbucket.config.
Node
java.util.
Observable
net.spy.memcached.vbucket.
BucketMonitor
net.spy.memcached.ops.
OperationStatus
net.spy.memcached.ops.
CancelledOperationStatus
net.spy.memcached.ops.
CASOperationStatus
net.spy.memcached.auth.
PlainCallbackHandler
(implements javax.security.auth.callback.
CallbackHandler
)
net.spy.memcached.vbucket.config.
Pool
net.spy.memcached.protocol.
ProxyCallback
(implements net.spy.memcached.ops.
GetOperation.Callback
)
net.spy.memcached.vbucket.
ReconfigurableObserver
(implements java.util.
Observer
)
org.jboss.netty.channel.SimpleChannelUpstreamHandler (implements org.jboss.netty.channel.ChannelUpstreamHandler)
net.spy.memcached.vbucket.
BucketUpdateResponseHandler
net.spy.memcached.internal.
SingleElementInfiniteIterator
<T> (implements java.util.
Iterator
<E>)
net.spy.memcached.compat.
SpyObject
net.spy.memcached.auth.
AuthThreadMonitor
net.spy.memcached.tapmessage.
BaseMessage
net.spy.memcached.tapmessage.
RequestMessage
net.spy.memcached.tapmessage.
ResponseMessage
net.spy.memcached.protocol.
BaseOperationImpl
(implements net.spy.memcached.ops.
Operation
)
net.spy.memcached.protocol.ascii.
ConcatenationOperationImpl
(implements net.spy.memcached.ops.
ConcatenationOperation
)
net.spy.memcached.protocol.ascii.
GetAndTouchOperationImpl
(implements net.spy.memcached.ops.
GetAndTouchOperation
)
net.spy.memcached.protocol.binary.
GetAndTouchOperationImpl
(implements net.spy.memcached.ops.
GetAndTouchOperation
)
net.spy.memcached.protocol.binary.
GetlOperationImpl
(implements net.spy.memcached.ops.
GetlOperation
)
net.spy.memcached.protocol.binary.
GetsOperationImpl
(implements net.spy.memcached.ops.
GetsOperation
)
net.spy.memcached.protocol.binary.
OptimizedSetImpl
net.spy.memcached.protocol.binary.
SASLBaseOperationImpl
net.spy.memcached.protocol.binary.
SASLAuthOperationImpl
(implements net.spy.memcached.ops.
SASLAuthOperation
)
net.spy.memcached.protocol.binary.
SASLStepOperationImpl
(implements net.spy.memcached.ops.
SASLStepOperation
)
net.spy.memcached.protocol.binary.
StatsOperationImpl
(implements net.spy.memcached.ops.
StatsOperation
)
net.spy.memcached.protocol.binary.
TapOperationImpl
(implements net.spy.memcached.ops.
TapOperation
)
net.spy.memcached.protocol.binary.
TapAckOperationImpl
net.spy.memcached.protocol.binary.
TapBackfillOperationImpl
(implements net.spy.memcached.ops.
TapOperation
)
net.spy.memcached.protocol.binary.
TapCustomOperationImpl
(implements net.spy.memcached.ops.
TapOperation
)
net.spy.memcached.protocol.binary.
TapDumpOperationImpl
(implements net.spy.memcached.ops.
TapOperation
)
net.spy.memcached.protocol.binary.
TouchOperationImpl
net.spy.memcached.transcoders.
BaseSerializingTranscoder
net.spy.memcached.transcoders.
SerializingTranscoder
(implements net.spy.memcached.transcoders.
Transcoder
<T>)
net.spy.memcached.transcoders.
WhalinTranscoder
(implements net.spy.memcached.transcoders.
Transcoder
<T>)
net.spy.memcached.transcoders.
WhalinV1Transcoder
(implements net.spy.memcached.transcoders.
Transcoder
<T>)
net.spy.memcached.util.
CacheLoader
net.spy.memcached.
CASMutator
<T>
net.spy.memcached.vbucket.config.
ConfigurationParserJSON
(implements net.spy.memcached.vbucket.config.
ConfigurationParser
)
net.spy.memcached.vbucket.
ConfigurationProviderHTTP
(implements net.spy.memcached.vbucket.
ConfigurationProvider
)
net.spy.memcached.
DefaultConnectionFactory
(implements net.spy.memcached.
ConnectionFactory
)
net.spy.memcached.
BinaryConnectionFactory
net.spy.memcached.
KetamaConnectionFactory
net.spy.memcached.transcoders.
IntegerTranscoder
(implements net.spy.memcached.transcoders.
Transcoder
<T>)
net.spy.memcached.
KetamaNodeLocator
(implements net.spy.memcached.
NodeLocator
)
net.spy.memcached.transcoders.
LongTranscoder
(implements net.spy.memcached.transcoders.
Transcoder
<T>)
net.spy.memcached.
MemcachedConnection
(implements net.spy.memcached.vbucket.
Reconfigurable
)
net.spy.memcached.internal.
OperationFuture
<T> (implements java.util.concurrent.
Future
<V>)
net.spy.memcached.protocol.
TCPMemcachedNodeImpl
(implements net.spy.memcached.
MemcachedNode
)
net.spy.memcached.protocol.ascii.
AsciiMemcachedNodeImpl
net.spy.memcached.protocol.binary.
BinaryMemcachedNodeImpl
net.spy.memcached.transcoders.
TranscodeService
net.spy.memcached.vbucket.
VBucketNodeLocator
(implements net.spy.memcached.
NodeLocator
)
net.spy.memcached.
TapClient
net.spy.memcached.
TapMessagePrinter
java.lang.
Thread
(implements java.lang.
Runnable
)
net.spy.memcached.compat.
SpyThread
net.spy.memcached.auth.
AuthThread
net.spy.memcached.
MemcachedClient
(implements net.spy.memcached.
ConnectionObserver
, net.spy.memcached.
MemcachedClientIF
, net.spy.memcached.vbucket.
Reconfigurable
)
net.spy.memcached.compat.
SyncThread
<T>
net.spy.memcached.
TapConnectionProvider
(implements net.spy.memcached.
ConnectionObserver
, net.spy.memcached.vbucket.
Reconfigurable
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.io.
IOException
net.spy.memcached.ops.
OperationException
java.lang.
RuntimeException
net.spy.memcached.vbucket.config.
ConfigParsingException
net.spy.memcached.vbucket.
ConfigurationException
net.spy.memcached.vbucket.
ConnectionException
net.spy.memcached.
OperationTimeoutException
java.util.concurrent.
TimeoutException
net.spy.memcached.internal.
CheckedOperationTimeoutException
net.spy.memcached.transcoders.
TranscoderUtils
net.spy.memcached.tapmessage.
Util
net.spy.memcached.vbucket.config.
VBucket
Interface Hierarchy
net.spy.memcached.
BroadcastOpFactory
net.spy.memcached.util.
CacheLoader.StorageListener
net.spy.memcached.
CASMutation
<T>
net.spy.memcached.vbucket.config.
Config
net.spy.memcached.vbucket.config.
ConfigFactory
net.spy.memcached.vbucket.config.
ConfigurationParser
net.spy.memcached.vbucket.
ConfigurationProvider
net.spy.memcached.
ConnectionFactory
net.spy.memcached.
ConnectionObserver
java.util.concurrent.
Future
<V>
net.spy.memcached.internal.
BulkFuture
<V>
net.spy.memcached.util.
KetamaNodeLocatorConfiguration
net.spy.memcached.compat.log.
Logger
net.spy.memcached.
MemcachedClientIF
net.spy.memcached.
MemcachedNode
net.spy.memcached.
NodeLocator
net.spy.memcached.ops.
Operation
net.spy.memcached.ops.
CASOperation
net.spy.memcached.ops.
ConcatenationOperation
net.spy.memcached.ops.
DeleteOperation
net.spy.memcached.ops.
FlushOperation
net.spy.memcached.ops.
GetAndTouchOperation
net.spy.memcached.ops.
GetlOperation
net.spy.memcached.ops.
GetOperation
net.spy.memcached.ops.
GetsOperation
net.spy.memcached.ops.
KeyedOperation
net.spy.memcached.ops.
CASOperation
net.spy.memcached.ops.
ConcatenationOperation
net.spy.memcached.ops.
DeleteOperation
net.spy.memcached.ops.
GetAndTouchOperation
net.spy.memcached.ops.
GetlOperation
net.spy.memcached.ops.
GetOperation
net.spy.memcached.ops.
GetsOperation
net.spy.memcached.ops.
MutatorOperation
net.spy.memcached.ops.
StoreOperation
net.spy.memcached.ops.
MutatorOperation
net.spy.memcached.ops.
NoopOperation
net.spy.memcached.ops.
SASLAuthOperation
net.spy.memcached.ops.
SASLMechsOperation
net.spy.memcached.ops.
SASLStepOperation
net.spy.memcached.ops.
StatsOperation
net.spy.memcached.ops.
StoreOperation
net.spy.memcached.ops.
TapOperation
net.spy.memcached.ops.
VersionOperation
net.spy.memcached.ops.
OperationCallback
net.spy.memcached.ops.
GetAndTouchOperation.Callback
net.spy.memcached.ops.
GetlOperation.Callback
net.spy.memcached.ops.
GetOperation.Callback
net.spy.memcached.ops.
GetsOperation.Callback
net.spy.memcached.ops.
StatsOperation.Callback
net.spy.memcached.ops.
TapOperation.Callback
net.spy.memcached.
OperationFactory
net.spy.memcached.ops.
OperationQueueFactory
net.spy.memcached.vbucket.
Reconfigurable
net.spy.memcached.transcoders.
Transcoder
<T>
net.spy.memcached.ops.
VBucketAware
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
net.spy.memcached.
CASResponse
net.spy.memcached.
ConnectionFactoryBuilder.Protocol
net.spy.memcached.
ConnectionFactoryBuilder.Locator
net.spy.memcached.
FailureMode
net.spy.memcached.
HashAlgorithm
net.spy.memcached.compat.log.
Level
net.spy.memcached.ops.
ConcatenationType
net.spy.memcached.ops.
Mutator
net.spy.memcached.ops.
OperationErrorType
net.spy.memcached.ops.
OperationState
net.spy.memcached.ops.
StoreType
net.spy.memcached.tapmessage.
TapFlag
net.spy.memcached.tapmessage.
TapMagic
net.spy.memcached.tapmessage.
TapOpcode
net.spy.memcached.vbucket.config.
ConfigType
net.spy.memcached.vbucket.config.
Port
net.spy.memcached.vbucket.config.
Status
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes