public class VisorQueryResultEx extends VisorQueryResult
| Constructor and Description |
|---|
VisorQueryResultEx(UUID resNodeId,
String qryId,
VisorFieldsQueryColumn[] colNames,
List<Object[]> rows,
Boolean hasMore) |
| Modifier and Type | Method and Description |
|---|---|
VisorFieldsQueryColumn[] |
columnNames() |
String |
queryId() |
UUID |
responseNodeId() |
String |
toString() |
hasMore, rowspublic VisorQueryResultEx(UUID resNodeId, String qryId, VisorFieldsQueryColumn[] colNames, List<Object[]> rows, Boolean hasMore)
resNodeId - Node where query executed.qryId - Query ID for future extraction in nextPage() access.colNames - Column type and names.rows - Rows fetched from query.hasMore - Whether query has more rows to fetch.public UUID responseNodeId()
public String queryId()
public VisorFieldsQueryColumn[] columnNames()
public String toString()
toString in class VisorQueryResultCopyright © 2014. All rights reserved.