Interface | Description |
---|---|
BulkFuture<V> |
Additional flexibility for asyncGetBulk
|
Class | Description |
---|---|
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 © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.