Package net.spy.memcached.internal

Internal utilities.

See:
          Description

Interface Summary
BulkFuture<V> Additional flexibility for asyncGetBulk
 

Class Summary
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 Summary
CheckedOperationTimeoutException Timeout exception that tracks the original operation.
 

Package net.spy.memcached.internal Description

Internal utilities.



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.