Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Interface QueryRecord

All Known Implementing Classes:
SimpleQueryRecord

public interface QueryRecord

The QueryRecord object carries information regarding the estimated or actual execution cost for a query operation.

Since:
Coherence 3.7.1
Author:
tb 2011.05.26

Nested Class Summary
static interface QueryRecord.PartialResult
          A QueryRecord.PartialResult is a partial query record that contains recorded costs for a query operation.

 

Method Summary
 java.util.List 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.

 

Method Detail

getType

QueryRecorder.RecordType getType()
Get the type that was specified when this query record was created.
Returns:
the record type

getResults

java.util.List getResults()
Get the list of partial results for this query record.
Returns:
the list of results

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.