public class MetadataResultSet extends Object
| Constructor and Description |
|---|
MetadataResultSet() |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataRow> |
all() |
com.google.common.util.concurrent.ListenableFuture<Void> |
fetchMoreResults() |
List<com.datastax.driver.core.ExecutionInfo> |
getAllExecutionInfo() |
int |
getAvailableWithoutFetching() |
com.datastax.driver.core.ColumnDefinitions |
getColumnDefinitions() |
com.datastax.driver.core.ExecutionInfo |
getExecutionInfo() |
boolean |
isExhausted() |
boolean |
isFullyFetched() |
Iterator<MetadataRow> |
iterator() |
com.datastax.driver.core.Row |
one() |
MetadataResultSet |
setRows(ArrayList<MetadataRow> schemas) |
boolean |
wasApplied() |
public MetadataResultSet setRows(ArrayList<MetadataRow> schemas)
public com.datastax.driver.core.ColumnDefinitions getColumnDefinitions()
public boolean isExhausted()
public com.datastax.driver.core.Row one()
public List<MetadataRow> all()
public Iterator<MetadataRow> iterator()
public int getAvailableWithoutFetching()
public boolean isFullyFetched()
public com.google.common.util.concurrent.ListenableFuture<Void> fetchMoreResults()
public com.datastax.driver.core.ExecutionInfo getExecutionInfo()
public List<com.datastax.driver.core.ExecutionInfo> getAllExecutionInfo()
public boolean wasApplied()
Copyright © 2015–2016. All rights reserved.