Uses of Package
net.spy.memcached.internal
-
Packages that use net.spy.memcached.internal Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.internal Internal utilities. -
Classes in net.spy.memcached.internal used by net.spy.memcached Class Description BulkFuture Additional flexibility for asyncGetBulkGetFuture Future returned for GET operations.OperationFuture Managed future for operations. -
Classes in net.spy.memcached.internal used by net.spy.memcached.internal Class Description AbstractListenableFuture TheAbstractListenableFuture
implements common functionality shared by all futures that implement theListenableFuture
.BulkFuture Additional flexibility for asyncGetBulkBulkGetCompletionListener A listener that will be notified once the bulk get future completes.GenericCompletionListener A generic listener that will be notified once the future completes.GetCompletionListener A listener that will be notified once the get future completes.GetFuture Future returned for GET operations.ListenableFuture AFuture
that accepts one or more listeners that will be executed asynchronously.OperationCompletionListener A listener that will be notified once the operation future completes.OperationFuture Managed future for operations.