public class Result<T> extends Object implements PagingIterable<Result<T>,T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
all() |
ListenableFuture<Result<T>> |
fetchMoreResults() |
List<ExecutionInfo> |
getAllExecutionInfo() |
int |
getAvailableWithoutFetching() |
ExecutionInfo |
getExecutionInfo() |
boolean |
isExhausted() |
boolean |
isFullyFetched() |
Iterator<T> |
iterator() |
T |
one() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean isExhausted()
isExhausted in interface PagingIterable<Result<T>,T>public ExecutionInfo getExecutionInfo()
getExecutionInfo in interface PagingIterable<Result<T>,T>public List<ExecutionInfo> getAllExecutionInfo()
getAllExecutionInfo in interface PagingIterable<Result<T>,T>public ListenableFuture<Result<T>> fetchMoreResults()
fetchMoreResults in interface PagingIterable<Result<T>,T>public boolean isFullyFetched()
isFullyFetched in interface PagingIterable<Result<T>,T>public int getAvailableWithoutFetching()
getAvailableWithoutFetching in interface PagingIterable<Result<T>,T>Copyright © 2012–2017. All rights reserved.