public class QueryResult<T extends BaseRecord>
extends java.lang.Object
| Constructor | Description |
|---|---|
QueryResult(java.util.List<T> recs,
long time) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<T> |
getRecords() |
Get the result of the query.
|
long |
getTimestamp() |
The timetamp in driver time of this query.
|
public QueryResult(java.util.List<T> recs, long time)
public java.util.List<T> getRecords()
public long getTimestamp()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.