Interface | Description |
---|---|
BulkFuture<V> |
Additional flexibility for asyncGetBulk
|
BulkGetCompletionListener |
A listener that will be notified once the bulk get future completes.
|
GenericCompletionListener<F extends Future<?>> |
A generic listener that will be notified once the future completes.
|
GetCompletionListener |
A listener that will be notified once the get future completes.
|
ListenableFuture<T,L extends GenericCompletionListener> |
A
Future that accepts one or more listeners that will be executed
asynchronously. |
OperationCompletionListener |
A listener that will be notified once the operation future completes.
|
Class | Description |
---|---|
AbstractListenableFuture<T,L extends GenericCompletionListener> |
The
AbstractListenableFuture implements common functionality shared
by all futures that implement the ListenableFuture . |
BasicThreadFactory |
Simple thread factory that can set daemon status on threads and give them
names.
|
BulkGetFuture<T> |
Future for handling results from bulk gets.
|
GetFuture<T> |
Future returned for GET operations.
|
ImmediateFuture |
A future that fires immediately.
|
OperationFuture<T> |
Managed future for operations.
|
SingleElementInfiniteIterator<T> |
An iterator that returns a single element for as many elements as are needed
from the iterator; in other words, #hasNext() never returns false.
|
Exception | Description |
---|---|
CheckedOperationTimeoutException |
Timeout exception that tracks the original operation.
|
Copyright © 2015. All rights reserved.