| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SimpleQueryRecord.PartialResult.IndexLookupRecord
Simple QueryRecord.PartialResult.IndexLookupRecord implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<? extends QueryRecord.PartialResult.IndexLookupRecord> | 
SimpleQueryRecord.PartialResult.Step.getIndexLookupRecords()
Get the recorded information about the index lookups performed
 during filter evaluation as part of a query record. 
 | 
Set<? extends QueryRecord.PartialResult.IndexLookupRecord> | 
QueryRecord.PartialResult.Step.getIndexLookupRecords()
Get the recorded information about the index lookups performed
 during filter evaluation as part of a query record. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String | 
SimpleQueryRecordReporter.reportIndexLookupRecord(int nIndexLookupId,
                       QueryRecord.PartialResult.IndexLookupRecord record,
                       List<String> listFooter)
Report the given index lookup record with the given id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String | 
SimpleQueryRecordReporter.reportIndexLookUps(List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups,
                  List<String> listFooter)
Report the index look ups. 
 | 
protected static String | 
SimpleQueryRecordReporter.reportResult(QueryRecord.PartialResult result,
            QueryRecorder.RecordType type,
            List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups,
            boolean fReportPartition,
            List<String> listFooter)
Report the given result. 
 | 
protected static String | 
SimpleQueryRecordReporter.reportStep(QueryRecord.PartialResult.Step step,
          QueryRecorder.RecordType type,
          List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups,
          int nLevel,
          List<String> listFooter)
Report the given step. 
 | 
| Constructor and Description | 
|---|
IndexLookupRecord(QueryRecord.PartialResult.IndexLookupRecord record)
Copy constructor for an IndexLookupRecord. 
 |