java.lang.Object
io.ebeaninternal.server.query.QueryFutureRowCount<T>
- All Implemented Interfaces:
FutureRowCount<T>,Future<Integer>
Future implementation for the row count query.
-
Constructor Details
-
QueryFutureRowCount
-
-
Method Details
-
futureTask
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
get
- Specified by:
getin interfaceFuture<T>- Throws:
InterruptedExceptionExecutionException
-
get
public final Integer get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
getin interfaceFuture<T>- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-
isCancelled
public final boolean isCancelled()- Specified by:
isCancelledin interfaceFuture<T>
-
isDone
public final boolean isDone()
-