JavaScript is disabled on your browser.
java.lang.Object
net.spy.memcached.internal.GetFuture<T>
Constructor Summary
Constructors
Constructor and Description
GetFuture (java.util.concurrent.CountDownLatch l,
long opTimeout,
java.lang.String key)
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
get
public T get(long duration,
java.util.concurrent.TimeUnit units)
throws java.lang.InterruptedException,
java.util.concurrent.TimeoutException,
java.util.concurrent.ExecutionException
Specified by:
get
in interface java.util.concurrent.Future<T >
Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
java.util.concurrent.ExecutionException
isDone
public boolean isDone()
Specified by:
isDone
in interface java.util.concurrent.Future<T >
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.