| Modifier and Type | Method and Description |
|---|---|
List<T> |
all() |
com.google.common.util.concurrent.ListenableFuture<Result<T>> |
fetchMoreResults() |
List<com.datastax.driver.core.ExecutionInfo> |
getAllExecutionInfo() |
int |
getAvailableWithoutFetching() |
com.datastax.driver.core.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()
public T one()
public com.datastax.driver.core.ExecutionInfo getExecutionInfo()
public List<com.datastax.driver.core.ExecutionInfo> getAllExecutionInfo()
public com.google.common.util.concurrent.ListenableFuture<Result<T>> fetchMoreResults()
public boolean isFullyFetched()