Uses of Enum
net.spy.memcached.ops.OperationState
Packages that use OperationState
Package
Description
Fundamental protocol operation interfaces
Base classes for protocol abstractions.
Low-level operations for the memcached binary protocol
-
Uses of OperationState in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return OperationStateModifier and TypeMethodDescriptionOperation.getState()Get the current state of this operation.static OperationStateReturns 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 -
Uses of OperationState in net.spy.memcached.protocol
Methods in net.spy.memcached.protocol that return OperationStateMethods in net.spy.memcached.protocol with parameters of type OperationStateModifier and TypeMethodDescriptionprotected final 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 OperationStateModifier and TypeMethodDescriptionvoidTapAckOperationImpl.streamClosed(OperationState state) voidTapBackfillOperationImpl.streamClosed(OperationState state) voidTapCustomOperationImpl.streamClosed(OperationState state) voidTapDumpOperationImpl.streamClosed(OperationState state)