Package | Description |
---|---|
net.spy.memcached.internal |
Internal utilities.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.util.Map<java.lang.String,T>> |
BulkGetFuture.addListener(BulkGetCompletionListener listener) |
java.util.concurrent.Future<V> |
BulkFuture.addListener(BulkGetCompletionListener listener)
Add a listener to the future, which will be executed once the operation
completes.
|
java.util.concurrent.Future<java.util.Map<java.lang.String,T>> |
BulkGetFuture.removeListener(BulkGetCompletionListener listener) |
java.util.concurrent.Future<V> |
BulkFuture.removeListener(BulkGetCompletionListener listener)
Remove a previously added listener from the future.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.