Uses of Interface
net.spy.memcached.ops.VBucketAware

Packages that use VBucketAware
net.spy.memcached.ops Fundamental protocol operation interfaces 
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 
 

Uses of VBucketAware in net.spy.memcached.ops
 

Subinterfaces of VBucketAware in net.spy.memcached.ops
 interface CASOperation
          Operation that represents compare-and-swap.
 interface ConcatenationOperation
          ConcatenationOperation is used to append or prepend data to an existing object in the cache.
 interface DeleteOperation
          Deletion operation.
 interface GetAndTouchOperation
          Gat operation.
 interface GetlOperation
          Getl operation.
 interface GetOperation
          Get operation.
 interface GetsOperation
          Gets operation (get with CAS identifier support).
 interface KeyedOperation
          Operations that contain keys.
 interface MutatorOperation
          incr and decr operations.
 interface StoreOperation
          Operation that represents object storage.
 

Uses of VBucketAware in net.spy.memcached.protocol.ascii
 

Classes in net.spy.memcached.protocol.ascii that implement VBucketAware
 class ConcatenationOperationImpl
          Operation for ascii concatenations.
 class GetAndTouchOperationImpl
           
 

Uses of VBucketAware in net.spy.memcached.protocol.binary
 

Classes in net.spy.memcached.protocol.binary that implement VBucketAware
 class TouchOperationImpl
          Operation to reset a timeout in Membase server.