Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.spy.memcached Classes and Interfaces - 103 results found.
NameDescriptionTypePackageFramework
AbstractLoggerClassnet.spy.memcached.compat.logSpyMemCached
AddrUtilConvenience utilities for simplifying common address parsing.Classnet.spy.memcachedSpyMemCached
ArrayModNodeLocatorNodeLocator implementation for dealing with simple array lookups using a modulus of the hash code and node list length.Classnet.spy.memcachedSpyMemCached
ArrayOperationQueueFactoryOperationQueueFactory that uses an ArrayBlockingQueue.Classnet.spy.memcached.opsSpyMemCached
AsciiMemcachedNodeImplMemcached node for the ASCII protocol.Classnet.spy.memcached.protocol.asciiSpyMemCached
AsciiOperationFactoryOperation factory for the ascii protocol.Classnet.spy.memcached.protocol.asciiSpyMemCached
BaseCacheMapBase class for a Map interface to memcached.Classnet.spy.memcachedSpyMemCached
BaseOperationFactoryBase class for operation factories.Classnet.spy.memcached.opsSpyMemCached
BaseOperationImplBase class for protocol-specific operation implementations.Classnet.spy.memcached.protocolSpyMemCached
BaseSerializingTranscoderClassnet.spy.memcached.transcodersSpyMemCached
BinaryConnectionFactoryDefault connection factory for binary wire protocol connections.Classnet.spy.memcachedSpyMemCached
BinaryMemcachedNodeImplFields inherited from class net.Classnet.spy.memcached.protocol.binarySpyMemCached
BinaryOperationFactoryFactory for binary operations.Classnet.spy.memcached.protocol.binarySpyMemCached
BroadcastOpFactoryFactory for creating Operations to be broadcast.Interfacenet.spy.memcachedSpyMemCached
BuildInfoInformation regarding this spy.Classnet.spy.memcachedSpyMemCached
BulkGetFutureFuture for handling results from bulk gets.Classnet.spy.memcached.internalSpyMemCached
CachedDataCached data with its attributes.Classnet.spy.memcachedSpyMemCached
CacheLoaderCacheLoader provides efficient mechanisms for storing lots of data.Classnet.spy.memcached.utilSpyMemCached
CacheLoader .StorageListenerInterfacenet.spy.memcached.util.CacheLoaderSpyMemCached
CacheMapA Map interface to memcached.Classnet.spy.memcachedSpyMemCached
CancelledOperationStatusOperation status indicating an operation was cancelled.Classnet.spy.memcached.opsSpyMemCached
CASMutationDefines a mutation mechanism for a high-level CAS client interface.Interfacenet.spy.memcachedSpyMemCached
CASMutatorObject that provides mutation via CAS over a given memcache client.Classnet.spy.memcachedSpyMemCached
CASOperationOperation that represents compare-and-swap.Interfacenet.spy.memcached.opsSpyMemCached
CASOperationStatusOperationStatus subclass for indicating CAS status.Classnet.spy.memcached.opsSpyMemCached
CASResponseenum CASResponseextends EnumResponse codes for a CAS operation.Classnet.spy.memcachedSpyMemCached
CASValueA value with a CAS identifier.Classnet.spy.memcachedSpyMemCached
CheckedOperationTimeoutExceptionTimeout exception that tracks the original operation.Classnet.spy.memcached.internalSpyMemCached
CloseUtilCloseUtil exists to provide a safe means to close anything closeable.Classnet.spy.memcached.compatSpyMemCached
ConcatenationOperationConcatenationOperation is used to append or prepend data to an existing object in the cache.Interfacenet.spy.memcached.opsSpyMemCached
ConcatenationOperationImplOperation for ascii concatenations.Classnet.spy.memcached.protocol.asciiSpyMemCached
ConcatenationTypeenum ConcatenationTypeextends EnumTypes of concatenation operations.Classnet.spy.memcached.opsSpyMemCached
ConnectionFactoryFactory for creating instances of MemcachedConnection.Interfacenet.spy.memcachedSpyMemCached
ConnectionFactoryBuilderBuilder for more easily configuring a ConnectionFactory.Classnet.spy.memcachedSpyMemCached
ConnectionFactoryBuilder .LocatorType of node locator to use.Classnet.spy.memcached.ConnectionFactoryBuilderSpyMemCached
ConnectionFactoryBuilder .ProtocolType of protocol to use for connections.Classnet.spy.memcached.ConnectionFactoryBuilderSpyMemCached
ConnectionObserverUsers of this interface will be notified when changes to the state of connections take place.Interfacenet.spy.memcachedSpyMemCached
DefaultConnectionFactoryDefault implementation of ConnectionFactory.Classnet.spy.memcachedSpyMemCached
DefaultKetamaNodeLocatorConfigurationA Default implementation of the configuration required for the KetamaNodeLocator algorithm to run.Classnet.spy.memcached.utilSpyMemCached
DefaultLoggerDefault logger implementation.Classnet.spy.memcached.compat.logSpyMemCached
DeleteOperationMethods inherited from interface net.Interfacenet.spy.memcached.opsSpyMemCached
FailureModeenum FailureModeextends EnumFailure modes for node failures.Classnet.spy.memcachedSpyMemCached
FlushOperationFlush operation marker.Interfacenet.spy.memcached.opsSpyMemCached
GetCallbackWrapperWrapper callback for use in optimized gets.Classnet.spy.memcached.protocolSpyMemCached
GetFutureFuture returned for GET operations.Classnet.spy.memcached.internalSpyMemCached
GetOperationInterfacenet.spy.memcached.opsSpyMemCached
GetOperation .CallbackOperation callback for the get request.Interfacenet.spy.memcached.ops.GetOperationSpyMemCached
GetsOperationGets operation (get with CAS identifier support).Interfacenet.spy.memcached.opsSpyMemCached
GetsOperation .CallbackOperation callback for the Gets request.Interfacenet.spy.memcached.ops.GetsOperationSpyMemCached
HashAlgorithmenum HashAlgorithmextends EnumKnown hashing algorithms for locating a server for a key.Classnet.spy.memcachedSpyMemCached
ImmediateFutureA future that fires immediately.Classnet.spy.memcached.internalSpyMemCached
IntegerTranscoderTranscoder that serializes and unserializes longs.Classnet.spy.memcached.transcodersSpyMemCached
KetamaConnectionFactoryConnectionFactory instance that sets up a ketama compatible connection.Classnet.spy.memcachedSpyMemCached
KetamaNodeLocatorThis is an implementation of the Ketama consistent hash strategy from last.Classnet.spy.memcachedSpyMemCached
KetamaNodeLocatorConfigurationDefines the set of all configuration dependencies required for the KetamaNodeLocator algorithm to runInterfacenet.spy.memcached.utilSpyMemCached
KeyedOperationOperations that contain keys.Interfacenet.spy.memcached.opsSpyMemCached
KeyUtilUtilities for processing key values.Classnet.spy.memcachedSpyMemCached
Levelenum Levelextends EnumEnum Constant SummaryDEBUGClassnet.spy.memcached.compat.logSpyMemCached
LinkedOperationQueueFactoryOperationQueueFactory that creates LinkedBlockingQueue (unbounded) operationConstructor SummaryLinkedOperationQueueFactory()Classnet.spy.memcached.opsSpyMemCached
Log4JLoggerClassnet.spy.memcached.compat.logSpyMemCached
LoggerAbstract mechanism for dealing with logs from various objects.Interfacenet.spy.memcached.compat.logSpyMemCached
LoggerFactoryFactory to get logger instances.Classnet.spy.memcached.compat.logSpyMemCached
LongTranscoderTranscoder that serializes and unserializes longs.Classnet.spy.memcached.transcodersSpyMemCached
MemcachedClientClient to a memcached server.Classnet.spy.memcachedSpyMemCached
MemcachedClientIFThis interface is provided as a helper for testing clients of the MemcachedClient.Interfacenet.spy.memcachedSpyMemCached
MemcachedConnectionConnection to a cluster of memcached servers.Classnet.spy.memcachedSpyMemCached
MemcachedNodeInterface defining a connection to a memcached server.Interfacenet.spy.memcachedSpyMemCached
MultiGetOperationCallbackMultiOperationCallback for get operations.Classnet.spy.memcached.opsSpyMemCached
MultiGetsOperationCallbackMultiOperationCallback for get operations.Classnet.spy.memcached.opsSpyMemCached
MultiOperationCallbackAn operation callback that will capture receivedStatus and complete invocations and dispatch to a single callback.Classnet.spy.memcached.opsSpyMemCached
Mutatorenum Mutatorextends EnumType of mutation to perform.Classnet.spy.memcached.opsSpyMemCached
MutatorOperationincr and decr operations.Interfacenet.spy.memcached.opsSpyMemCached
NodeLocatorInterface for locating a node by hash value.Interfacenet.spy.memcachedSpyMemCached
NoopOperationMethods inherited from interface net.Interfacenet.spy.memcached.opsSpyMemCached
OperationBase interface for all operations.Interfacenet.spy.memcached.opsSpyMemCached
OperationCallbackCallback that's invoked with the response of an operation.Interfacenet.spy.memcached.opsSpyMemCached
OperationErrorTypeenum OperationErrorTypeextends EnumError classification.Classnet.spy.memcached.opsSpyMemCached
OperationExceptionExceptions thrown when protocol errors occur.Classnet.spy.memcached.opsSpyMemCached
OperationFactoryFactory that builds operations for protocol handlers.Interfacenet.spy.memcachedSpyMemCached
OperationFutureManaged future for operations.Classnet.spy.memcached.internalSpyMemCached
OperationQueueFactoryFactory used for creating operation queues.Interfacenet.spy.memcached.opsSpyMemCached
OperationStateenum OperationStateextends EnumState of this operation.Classnet.spy.memcached.opsSpyMemCached
OperationStatusClassnet.spy.memcached.opsSpyMemCached
OperationTimeoutExceptionThrown by MemcachedClient when any internal operations timeout.Classnet.spy.memcachedSpyMemCached
OptimizedSetImplClassnet.spy.memcached.protocol.binarySpyMemCached
ProxyCallbackProxy callback used for dispatching callbacks over optimized gets.Classnet.spy.memcached.protocolSpyMemCached
SerializingTranscoderTranscoder that serializes and compresses objects.Classnet.spy.memcached.transcodersSpyMemCached
SpyObjectSuperclass for all Spy Objects.Classnet.spy.memcached.compatSpyMemCached
SpyThreadSuperclass for all Spy Threads.Classnet.spy.memcached.compatSpyMemCached
StatsOperationStats fetching operation.Interfacenet.spy.memcached.opsSpyMemCached
StatsOperation .CallbackCallback for stats operation.Interfacenet.spy.memcached.ops.StatsOperationSpyMemCached
StatsOperationImplNested Class SummaryNested classes/interfaces inherited from interface net.Classnet.spy.memcached.protocol.binarySpyMemCached
StoreOperationOperation that represents object storage.Interfacenet.spy.memcached.opsSpyMemCached
StoreTypeenum StoreTypeextends EnumThe type of storage operation to perform.Classnet.spy.memcached.opsSpyMemCached
SunLoggerLogging implementation using the sun logger.Classnet.spy.memcached.compat.logSpyMemCached
SyncThreadThread that invokes a callable multiple times concurrently.Classnet.spy.memcached.compatSpyMemCached
TCPMemcachedNodeImplClassnet.spy.memcached.protocolSpyMemCached
TranscoderTranscoder is an interface for classes that convert between byte arrays and objects for storage in the cache.Interfacenet.spy.memcached.transcodersSpyMemCached
TranscoderUtilsUtility class for transcoding Java types.Classnet.spy.memcached.transcodersSpyMemCached
TranscodeServiceAsynchronous transcoder.Classnet.spy.memcached.transcodersSpyMemCached
VersionOperationMethods inherited from interface net.Interfacenet.spy.memcached.opsSpyMemCached
WhalinTranscoderTranscoder that provides compatibility with Greg Whalin's memcached client.Classnet.spy.memcached.transcodersSpyMemCached
WhalinV1TranscoderHandles old whalin (tested with v1.Classnet.spy.memcached.transcodersSpyMemCached