public class ObserveFuture<T>
extends net.spy.memcached.internal.OperationFuture<T>
Constructor and Description |
---|
ObserveFuture(java.lang.String k,
java.util.concurrent.CountDownLatch l,
long opTimeout,
java.util.concurrent.ExecutorService service) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel() |
boolean |
cancel(boolean ign) |
boolean |
isCancelled() |
boolean |
isDone() |
addListener, get, get, getCas, getKey, getStatus, removeListener, set, setCas, setOperation, signalComplete
public ObserveFuture(java.lang.String k, java.util.concurrent.CountDownLatch l, long opTimeout, java.util.concurrent.ExecutorService service)
public boolean cancel()
cancel
in class net.spy.memcached.internal.OperationFuture<T>
public boolean cancel(boolean ign)
public boolean isCancelled()
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.