|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpyObject | |
---|---|
net.spy.memcached | Memcached client and transformation utils |
net.spy.memcached.protocol | Base classes for protocol abstractions. |
net.spy.memcached.protocol.ascii | Low-level operations for the memcached ascii protocol |
net.spy.memcached.protocol.binary | Low-level operations for the memcached binary protocol |
net.spy.memcached.transcoders | Classes that deal with data encoding |
net.spy.memcached.util | Cache Utilities. |
Uses of SpyObject in net.spy.memcached |
---|
Subclasses of SpyObject in net.spy.memcached | |
---|---|
class |
BinaryConnectionFactory
Default connection factory for binary wire protocol connections. |
class |
CASMutator<T>
Object that provides mutation via CAS over a given memcache client. |
class |
DefaultConnectionFactory
Default implementation of ConnectionFactory. |
class |
KetamaConnectionFactory
ConnectionFactory instance that sets up a ketama compatible connection. |
class |
KetamaNodeLocator
This is an implementation of the Ketama consistent hash strategy from last.fm. |
class |
MemcachedConnection
Connection to a cluster of memcached servers. |
Uses of SpyObject in net.spy.memcached.protocol |
---|
Subclasses of SpyObject in net.spy.memcached.protocol | |
---|---|
class |
BaseOperationImpl
Base class for protocol-specific operation implementations. |
class |
TCPMemcachedNodeImpl
Represents 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.ascii | |
---|---|
class |
AsciiMemcachedNodeImpl
Memcached node for the ASCII protocol. |
class |
ConcatenationOperationImpl
Operation for ascii concatenations. |
Uses of SpyObject in net.spy.memcached.protocol.binary |
---|
Subclasses of SpyObject in net.spy.memcached.protocol.binary | |
---|---|
class |
BinaryMemcachedNodeImpl
Implementation of MemcachedNode for speakers of the binary protocol. |
class |
OptimizedSetImpl
|
class |
StatsOperationImpl
|
Uses of SpyObject in net.spy.memcached.transcoders |
---|
Subclasses of SpyObject in net.spy.memcached.transcoders | |
---|---|
class |
BaseSerializingTranscoder
Base class for any transcoders that may want to work with serialized or compressed data. |
class |
IntegerTranscoder
Transcoder that serializes and unserializes longs. |
class |
LongTranscoder
Transcoder that serializes and unserializes longs. |
class |
SerializingTranscoder
Transcoder that serializes and compresses objects. |
class |
TranscodeService
Asynchronous transcoder. |
class |
WhalinTranscoder
Transcoder that provides compatibility with Greg Whalin's memcached client. |
class |
WhalinV1Transcoder
Handles 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.util | |
---|---|
class |
CacheLoader
CacheLoader provides efficient mechanisms for storing lots of data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |