Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord
-
Uses of QueryRecord.PartialResult.IndexLookupRecord in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
Simple QueryRecord.PartialResult.IndexLookupRecord implementation.Modifier and TypeMethodDescriptionSet
<? 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.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.Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected 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.ModifierConstructorDescriptionCopy constructor for an IndexLookupRecord.