Uses of Class
net.spy.memcached.ops.OperationState
-
Packages that use OperationState Package Description net.spy.memcached.ops Fundamental protocol operation interfacesnet.spy.memcached.protocol Base classes for protocol abstractions.net.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol -
-
Uses of OperationState in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return OperationState Modifier and Type Method Description OperationStateOperation. getState()Get the current state of this operation.static OperationStateOperationState. valueOf(java.lang.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.Methods in net.spy.memcached.ops with parameters of type OperationState Modifier and Type Method Description voidTapOperation. streamClosed(OperationState state) -
Uses of OperationState in net.spy.memcached.protocol
Fields in net.spy.memcached.protocol declared as OperationState Modifier and Type Field Description private OperationStateBaseOperationImpl. stateMethods in net.spy.memcached.protocol that return OperationState Modifier and Type Method Description OperationStateBaseOperationImpl. getState()Methods in net.spy.memcached.protocol with parameters of type OperationState Modifier and Type Method Description protected voidBaseOperationImpl. transitionState(OperationState newState)Transition the state of this operation to the given state. -
Uses of OperationState in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary with parameters of type OperationState Modifier and Type Method Description voidTapAckOperationImpl. streamClosed(OperationState state)voidTapBackfillOperationImpl. streamClosed(OperationState state)voidTapCustomOperationImpl. streamClosed(OperationState state)voidTapDumpOperationImpl. streamClosed(OperationState state)
-