Uses of Class
net.spy.memcached.ops.OperationStatus
Packages that use OperationStatus
Package
Description
Internal utilities.
Fundamental protocol operation interfaces
Base classes for protocol abstractions.
Low-level operations for the memcached binary protocol
-
Uses of OperationStatus in net.spy.memcached.internal
Fields in net.spy.memcached.internal declared as OperationStatusMethods in net.spy.memcached.internal that return OperationStatusModifier and TypeMethodDescriptionBulkFuture.getStatus()Gets the status of the operation upon completion.BulkGetFuture.getStatus()GetConfigFuture.getStatus()GetFuture.getStatus()OperationFuture.getStatus()Get the current status of this operation.Methods in net.spy.memcached.internal with parameters of type OperationStatusModifier and TypeMethodDescriptionvoidGetConfigFuture.set(Future<T> d, OperationStatus s) voidGetFuture.set(Future<T> d, OperationStatus s) voidOperationFuture.set(T o, OperationStatus s) Set the Operation associated with this OperationFuture.voidBulkGetFuture.setStatus(OperationStatus s) -
Uses of OperationStatus in net.spy.memcached.ops
Subclasses of OperationStatus in net.spy.memcached.opsModifier and TypeClassDescriptionclassOperation status indicating an operation was cancelled.classOperationStatus subclass for indicating CAS status.classOperation status indicating an operation was timed out.Methods in net.spy.memcached.ops with parameters of type OperationStatusModifier and TypeMethodDescriptionvoidMultiOperationCallback.receivedStatus(OperationStatus status) voidOperationCallback.receivedStatus(OperationStatus status) Method invoked with the status when the operation is complete. -
Uses of OperationStatus in net.spy.memcached.protocol
Fields in net.spy.memcached.protocol declared as OperationStatusModifier and TypeFieldDescriptionstatic final OperationStatusBaseOperationImpl.CANCELLEDStatus object for canceled operations.static final OperationStatusBaseOperationImpl.TIMED_OUTMethods in net.spy.memcached.protocol with parameters of type OperationStatusModifier and TypeMethodDescriptionvoidGetCallbackWrapper.receivedStatus(OperationStatus status) voidProxyCallback.receivedStatus(OperationStatus status) -
Uses of OperationStatus in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as OperationStatusMethods in net.spy.memcached.protocol.binary that return OperationStatusModifier and TypeMethodDescriptionprotected OperationStatusOperationImpl.getStatusForErrorCode(int errCode, byte[] errPl) Get the OperationStatus object for the given error code.