Uses of Class
net.spy.memcached.ops.OperationState

Packages that use OperationState
net.spy.memcached.ops Fundamental protocol operation interfaces 
net.spy.memcached.protocol Base classes for protocol abstractions. 
 

Uses of OperationState in net.spy.memcached.ops
 

Methods in net.spy.memcached.ops that return OperationState
 OperationState Operation.getState()
          Get the current state of this operation.
static OperationState OperationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationState[] OperationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OperationState in net.spy.memcached.protocol
 

Methods in net.spy.memcached.protocol that return OperationState
 OperationState BaseOperationImpl.getState()
           
 

Methods in net.spy.memcached.protocol with parameters of type OperationState
protected  void BaseOperationImpl.transitionState(OperationState newState)
          Transition the state of this operation to the given state.