Uses of Package
net.spy.memcached

Packages that use net.spy.memcached
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.auth Auth Utilities. 
net.spy.memcached.ops Fundamental protocol operation interfaces 
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.spring   
net.spy.memcached.tapmessage   
net.spy.memcached.transcoders Classes that deal with data encoding 
net.spy.memcached.util Cache Utilities. 
 

Classes in net.spy.memcached used by net.spy.memcached
BaseCacheMap
          Base class for a Map interface to memcached.
BroadcastOpFactory
          Factory for creating Operations to be broadcast.
CASMutation
          Defines a mutation mechanism for a high-level CAS client interface.
CASResponse
          Response codes for a CAS operation.
CASValue
          A value with a CAS identifier.
ConnectionFactory
          Factory for creating instances of MemcachedConnection.
ConnectionFactoryBuilder
          Builder for more easily configuring a ConnectionFactory.
ConnectionFactoryBuilder.Locator
          Type of node locator to use.
ConnectionFactoryBuilder.Protocol
          Type of protocol to use for connections.
ConnectionObserver
          Users of this interface will be notified when changes to the state of connections take place.
DefaultConnectionFactory
          Default implementation of ConnectionFactory.
DefaultHashAlgorithm
          Known hashing algorithms for locating a server for a key.
FailureMode
          Failure modes for node failures.
HashAlgorithm
          Intents to provide hash for locating a server for a key.
MemcachedClientIF
          This interface is provided as a helper for testing clients of the MemcachedClient.
MemcachedConnection
          Connection to a cluster of memcached servers.
MemcachedNode
          Interface defining a connection to a memcached server.
NodeLocator
          Interface for locating a node by hash value.
ObserveResponse
          Response codes for a Observe operation.
OperationFactory
          Factory that builds operations for protocol handlers.
PersistTo
          PersistTo codes for a Observe operation.
ReplicateTo
          ReplicateTo codes for a Observe operation.
TapConnectionProvider
          A TapConnectionProvider.
 

Classes in net.spy.memcached used by net.spy.memcached.auth
MemcachedConnection
          Connection to a cluster of memcached servers.
MemcachedNode
          Interface defining a connection to a memcached server.
OperationFactory
          Factory that builds operations for protocol handlers.
 

Classes in net.spy.memcached used by net.spy.memcached.ops
CASResponse
          Response codes for a CAS operation.
MemcachedNode
          Interface defining a connection to a memcached server.
ObserveResponse
          Response codes for a Observe operation.
OperationFactory
          Factory that builds operations for protocol handlers.
 

Classes in net.spy.memcached used by net.spy.memcached.protocol
MemcachedNode
          Interface defining a connection to a memcached server.
 

Classes in net.spy.memcached used by net.spy.memcached.protocol.ascii
MemcachedNode
          Interface defining a connection to a memcached server.
OperationFactory
          Factory that builds operations for protocol handlers.
 

Classes in net.spy.memcached used by net.spy.memcached.protocol.binary
MemcachedNode
          Interface defining a connection to a memcached server.
OperationFactory
          Factory that builds operations for protocol handlers.
 

Classes in net.spy.memcached used by net.spy.memcached.spring
ConnectionFactoryBuilder.Locator
          Type of node locator to use.
ConnectionFactoryBuilder.Protocol
          Type of protocol to use for connections.
ConnectionObserver
          Users of this interface will be notified when changes to the state of connections take place.
FailureMode
          Failure modes for node failures.
HashAlgorithm
          Intents to provide hash for locating a server for a key.
OperationFactory
          Factory that builds operations for protocol handlers.
 

Classes in net.spy.memcached used by net.spy.memcached.tapmessage
MemcachedNode
          Interface defining a connection to a memcached server.
TapConnectionProvider
          A TapConnectionProvider.
 

Classes in net.spy.memcached used by net.spy.memcached.transcoders
CachedData
          Cached data with its attributes.
 

Classes in net.spy.memcached used by net.spy.memcached.util
MemcachedClientIF
          This interface is provided as a helper for testing clients of the MemcachedClient.
MemcachedNode
          Interface defining a connection to a memcached server.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.