|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationStatus | |
---|---|
net.spy.memcached.ops | Fundamental protocol operation interfaces |
net.spy.memcached.protocol | Base classes for protocol abstractions. |
net.spy.memcached.protocol.binary | Low-level operations for the memcached binary protocol |
Uses of OperationStatus in net.spy.memcached.ops |
---|
Subclasses of OperationStatus in net.spy.memcached.ops | |
---|---|
class |
CancelledOperationStatus
Operation status indicating an operation was cancelled. |
class |
CASOperationStatus
OperationStatus subclass for indicating CAS status. |
Methods in net.spy.memcached.ops with parameters of type OperationStatus | |
---|---|
void |
MultiOperationCallback.receivedStatus(OperationStatus status)
|
void |
OperationCallback.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 OperationStatus | |
---|---|
static OperationStatus |
BaseOperationImpl.CANCELLED
Status object for cancelled operations. |
Methods in net.spy.memcached.protocol with parameters of type OperationStatus | |
---|---|
void |
GetCallbackWrapper.receivedStatus(OperationStatus status)
|
void |
ProxyCallback.receivedStatus(OperationStatus status)
|
Uses of OperationStatus in net.spy.memcached.protocol.binary |
---|
Methods in net.spy.memcached.protocol.binary that return OperationStatus | |
---|---|
protected OperationStatus |
OptimizedSetImpl.getStatusForErrorCode(int errCode,
byte[] errPl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |