Package | Description |
---|---|
net.spy.memcached.internal |
Internal utilities.
|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
Modifier and Type | Field and Description |
---|---|
protected OperationStatus |
OperationFuture.status |
Modifier and Type | Method and Description |
---|---|
OperationStatus |
BulkFuture.getStatus()
Gets the status of the operation upon completion.
|
OperationStatus |
OperationFuture.getStatus()
Get the current status of this operation.
|
OperationStatus |
GetFuture.getStatus() |
OperationStatus |
BulkGetFuture.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
GetFuture.set(java.util.concurrent.Future<T> d,
OperationStatus s) |
void |
OperationFuture.set(T o,
OperationStatus s)
Set the Operation associated with this OperationFuture.
|
void |
BulkGetFuture.setStatus(OperationStatus s) |
Modifier and Type | Class and Description |
---|---|
class |
CancelledOperationStatus
Operation status indicating an operation was cancelled.
|
class |
CASOperationStatus
OperationStatus subclass for indicating CAS status.
|
class |
TimedOutOperationStatus
Operation status indicating an operation was timed out.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiOperationCallback.receivedStatus(OperationStatus status) |
void |
OperationCallback.receivedStatus(OperationStatus status)
Method invoked with the status when the operation is complete.
|
Modifier and Type | Field and Description |
---|---|
static OperationStatus |
BaseOperationImpl.CANCELLED
Status object for canceled operations.
|
static OperationStatus |
BaseOperationImpl.TIMED_OUT |
Modifier and Type | Method and Description |
---|---|
void |
GetCallbackWrapper.receivedStatus(OperationStatus status) |
void |
ProxyCallback.receivedStatus(OperationStatus status) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.