| Package | Description |
|---|---|
| net.spy.memcached.internal |
Internal utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListenableFuture<T,L extends GenericCompletionListener>
The
AbstractListenableFuture implements common functionality shared
by all futures that implement the ListenableFuture. |
interface |
ListenableFuture<T,L extends GenericCompletionListener>
A
Future that accepts one or more listeners that will be executed
asynchronously. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkGetCompletionListener
A listener that will be notified once the bulk get future completes.
|
interface |
GetCompletionListener
A listener that will be notified once the get future completes.
|
interface |
OperationCompletionListener
A listener that will be notified once the operation future completes.
|