Uses of Interface
net.spy.memcached.internal.BulkGetCompletionListener
Packages that use BulkGetCompletionListener
-
Uses of BulkGetCompletionListener in net.spy.memcached.internal
Subclasses with type arguments of type BulkGetCompletionListener in net.spy.memcached.internalModifier and TypeClassDescriptionclassFuture for handling results from bulk gets.Methods in net.spy.memcached.internal with parameters of type BulkGetCompletionListenerModifier and TypeMethodDescriptionBulkFuture.addListener(BulkGetCompletionListener listener) Add a listener to the future, which will be executed once the operation completes.BulkGetFuture.addListener(BulkGetCompletionListener listener) BulkFuture.removeListener(BulkGetCompletionListener listener) Remove a previously added listener from the future.BulkGetFuture.removeListener(BulkGetCompletionListener listener)