T - The type of POJO associated with the future object setpublic class ObjectSetFutureImpl<T> extends ListenableFutureImpl<T> implements ObjectSetFuture<T>
ObjectSetFutureImpl class extends Cassandra's
ResultSetFuture in order to provide
support for POJOs.context| Modifier and Type | Method and Description |
|---|---|
ObjectSet<T> |
getUninterruptibly() |
ObjectSet<T> |
getUninterruptibly(long timeout,
TimeUnit unit) |
addListener, cancel, get, get, isCancelled, isDone, postProcessinterruptTask, set, setException, wasInterruptedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, get, getisCancelled, isDonepublic ObjectSet<T> getUninterruptibly()
getUninterruptibly in interface ObjectSetFuture<T>ObjectSetFuture.getUninterruptibly()public ObjectSet<T> getUninterruptibly(long timeout, TimeUnit unit) throws TimeoutException
getUninterruptibly in interface ObjectSetFuture<T>TimeoutExceptionObjectSetFuture.getUninterruptibly(long, java.util.concurrent.TimeUnit)Copyright (C) 2015-2017 The Helenus Driver Project Authors.