Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord
Packages that use QueryRecord.PartialResult.IndexLookupRecord
- 
Uses of QueryRecord.PartialResult.IndexLookupRecord in com.tangosol.util
Classes in com.tangosol.util that implement QueryRecord.PartialResult.IndexLookupRecordModifier and TypeClassDescriptionstatic classSimple QueryRecord.PartialResult.IndexLookupRecord implementation.Methods in com.tangosol.util that return types with arguments of type QueryRecord.PartialResult.IndexLookupRecordModifier 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.Methods in com.tangosol.util with parameters of type QueryRecord.PartialResult.IndexLookupRecordModifier and TypeMethodDescriptionprotected static StringSimpleQueryRecordReporter.reportIndexLookupRecord(int nIndexLookupId, QueryRecord.PartialResult.IndexLookupRecord record, List<String> listFooter) Report the given index lookup record with the given id.Method parameters in com.tangosol.util with type arguments of type QueryRecord.PartialResult.IndexLookupRecordModifier and TypeMethodDescriptionprotected static StringSimpleQueryRecordReporter.reportIndexLookUps(List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups, List<String> listFooter) Report the index look ups.protected static StringSimpleQueryRecordReporter.reportResult(QueryRecord.PartialResult result, QueryRecorder.RecordType type, List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups, boolean fReportPartition, List<String> listFooter) Report the given result.protected static StringSimpleQueryRecordReporter.reportStep(QueryRecord.PartialResult.Step step, QueryRecorder.RecordType type, List<QueryRecord.PartialResult.IndexLookupRecord> listIndexLookups, int nLevel, List<String> listFooter) Report the given step.Constructors in com.tangosol.util with parameters of type QueryRecord.PartialResult.IndexLookupRecordModifierConstructorDescriptionCopy constructor for an IndexLookupRecord.