Package net.spy.memcached.internal
package net.spy.memcached.internal
Internal utilities.
-
ClassDescriptionAbstractListenableFuture<T,
L extends GenericCompletionListener> TheAbstractListenableFuture
implements common functionality shared by all futures that implement theListenableFuture
.Simple thread factory that can set daemon status on threads and give them names.BulkFuture<V>Additional flexibility for asyncGetBulkA listener that will be notified once the bulk get future completes.Future for handling results from bulk gets.Timeout exception that tracks the original operation.GenericCompletionListener<F extends Future<?>>A generic listener that will be notified once the future completes.A listener that will be notified once the get future completes.GetFuture<T>Future returned for GET operations.A future that fires immediately.ListenableFuture<T,L extends GenericCompletionListener> AFuture
that accepts one or more listeners that will be executed asynchronously.A listener that will be notified once the operation future completes.Managed future for operations.An iterator that returns a single element for as many elements as are needed from the iterator; in other words, #hasNext() never returns false.