Uses of Class
net.spy.memcached.compat.SpyObject
Packages that use SpyObject
Package
Description
Memcached client and transformation utils
Auth Utilities.
Internal utilities.
Base classes for protocol abstractions.
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
Classes that deal with data encoding
Cache Utilities.
-
Uses of SpyObject in net.spy.memcached
Subclasses of SpyObject in net.spy.memcachedModifier and TypeClassDescriptionclassDefault connection factory for binary wire protocol connections.classCASMutator<T>Object that provides mutation via CAS over a given memcache client.classDefault implementation of ConnectionFactory.classConnectionFactory instance that sets up a ketama compatible connection.final classThis is an implementation of the Ketama consistent hash strategy from last.fm.classClient to a memcached server.classA TapConnectionProvider. -
Uses of SpyObject in net.spy.memcached.auth
Subclasses of SpyObject in net.spy.memcached.authModifier and TypeClassDescriptionclassThis will ensure no more than one AuthThread will exist for a given MemcachedNode. -
Uses of SpyObject in net.spy.memcached.internal
Subclasses of SpyObject in net.spy.memcached.internalModifier and TypeClassDescriptionclassAbstractListenableFuture<T,L extends GenericCompletionListener> TheAbstractListenableFutureimplements common functionality shared by all futures that implement theListenableFuture.classFuture for handling results from bulk gets.classGetFuture<T>Future returned for GET operations.classManaged future for operations. -
Uses of SpyObject in net.spy.memcached.protocol
Subclasses of SpyObject in net.spy.memcached.protocolModifier and TypeClassDescriptionclassBase class for protocol-specific operation implementations.classRepresents a node with the memcached cluster, along with buffering and operation queues. -
Uses of SpyObject in net.spy.memcached.protocol.ascii
Subclasses of SpyObject in net.spy.memcached.protocol.asciiModifier and TypeClassDescriptionfinal classMemcached node for the ASCII protocol.classBase class for get and gets handlers.classOperation for ascii concatenations.classImplementation of the get and touch operation.class -
Uses of SpyObject in net.spy.memcached.protocol.binary
Subclasses of SpyObject in net.spy.memcached.protocol.binaryModifier and TypeClassDescriptionclassImplementation of MemcachedNode for speakers of the binary protocol.classImplementation of the get and touch operation.classImplementation of the get and lock operation.classImplementation of the gets operation.classA StatsOperationImpl.classclassBase class for binary operations.classOptimized Set operation for folding a bunch of sets together.classImplementation of the replica get operation.classImplementation of the replica gets operation.classSASL authenticator.classSASL authenticator.classA SASLStepOperationImpl.classA StatsOperationImpl.classImplementation of a tap ACK operation.classImplementation of a tap backfill operation.classImplementation of a custom tap operation.classImplementation of a tap dump operation.classAbstract implementation of a tap operation.classOperation to reset a timeout in Membase server. -
Uses of SpyObject in net.spy.memcached.tapmessage
Subclasses of SpyObject in net.spy.memcached.tapmessageModifier and TypeClassDescriptionclassThe BaseMessage implements the header of a tap message.classA tap request message that is used to start tap streams, perform sasl authentication, and maintain the health of tap streams.classA representation of a tap stream message sent from a tap stream server. -
Uses of SpyObject in net.spy.memcached.transcoders
Subclasses of SpyObject in net.spy.memcached.transcodersModifier and TypeClassDescriptionclassBase class for any transcoders that may want to work with serialized or compressed data.final classTranscoder that serializes and unserializes longs.final classTranscoder that serializes and unserializes longs.classTranscoder that serializes and compresses objects.classAsynchronous transcoder.classTranscoder that provides compatibility with Greg Whalin's memcached client.classHandles old whalin (tested with v1.6) encoding: data type is in the first byte of the value. -
Uses of SpyObject in net.spy.memcached.util
Subclasses of SpyObject in net.spy.memcached.utilModifier and TypeClassDescriptionclassCacheLoader provides efficient mechanisms for storing lots of data.