Modifier and Type | Field and Description |
---|---|
static QueryResult |
EMPTY |
Constructor and Description |
---|
QueryResult(Iterable<RiakTsPB.TsRow> tsRowsIterator,
int rowCount) |
QueryResult(List<RiakTsPB.TsColumnDescription> columnsList,
List<RiakTsPB.TsRow> rowsList) |
QueryResult(List<RiakTsPB.TsRow> tsRows) |
QueryResult(Row[] rows) |
Modifier and Type | Method and Description |
---|---|
List<ColumnDescription> |
getColumnDescriptionsCopy()
Provides a deep copy of the ColumnDescription List, if one was returned from the operation.
|
List<Row> |
getRowsCopy()
Get a shallow copy of the rows in this query result.
|
int |
getRowsCount()
Get the number of rows in this query result.
|
Iterator<Row> |
iterator()
An iterator of the Rows in this QueryResult.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final QueryResult EMPTY
public QueryResult(List<RiakTsPB.TsRow> tsRows)
public QueryResult(Iterable<RiakTsPB.TsRow> tsRowsIterator, int rowCount)
public QueryResult(List<RiakTsPB.TsColumnDescription> columnsList, List<RiakTsPB.TsRow> rowsList)
public QueryResult(Row[] rows)
public List<ColumnDescription> getColumnDescriptionsCopy()
public int getRowsCount()
Copyright © 2016. All rights reserved.