public interface QueryRecord
Modifier and Type | Interface | Description |
---|---|---|
static interface |
QueryRecord.PartialResult |
A QueryRecord.PartialResult is a partial query record that contains
recorded costs for a query operation.
|
Modifier and Type | Method | Description |
---|---|---|
List<? extends QueryRecord.PartialResult> |
getResults() |
Get the list of partial results for this query record.
|
QueryRecorder.RecordType |
getType() |
Get the
type
that was specified when this query record was created. |
QueryRecorder.RecordType getType()
type
that was specified when this query record was created.List<? extends QueryRecord.PartialResult> getResults()