Uses of Class
net.spy.memcached.protocol.BaseOperationImpl

Packages that use BaseOperationImpl
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 BaseOperationImpl in net.spy.memcached.protocol.ascii
 

Subclasses of BaseOperationImpl in net.spy.memcached.protocol.ascii
 class ConcatenationOperationImpl
          Operation for ascii concatenations.
 class GetAndTouchOperationImpl
          Implementation of the get and touch operation.
 

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

Subclasses of BaseOperationImpl in net.spy.memcached.protocol.binary
 class GetlOperationImpl
          Implementation of the get and lock operation.
 class GetsOperationImpl
          Implementation of the gets operation.
 class OptimizedSetImpl
          Optimized Set operation for folding a bunch of sets together.
 class SASLAuthOperationImpl
          SASL authenticator.
 class SASLBaseOperationImpl
          SASL authenticator.
 class SASLStepOperationImpl
          A SASLStepOperationImpl.
 class StatsOperationImpl
          A StatsOperationImpl.
 class TapAckOperationImpl
          Implementation of a tap ACK operation.
 class TapBackfillOperationImpl
          Implementation of a tap backfill operation.
 class TapCustomOperationImpl
          Implementation of a custom tap operation.
 class TapDumpOperationImpl
          Implementation of a tap dump operation.
 class TapOperationImpl
          Abstract implementation of a tap operation.
 class TouchOperationImpl
          Operation to reset a timeout in Membase server.
 



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