Uses of Interface
com.tangosol.util.QueryRecord.PartialResult.IndexLookupRecord
-
Packages that use QueryRecord.PartialResult.IndexLookupRecord Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of QueryRecord.PartialResult.IndexLookupRecord in com.tangosol.util
Classes in com.tangosol.util that implement QueryRecord.PartialResult.IndexLookupRecord Modifier and Type Class Description static class
SimpleQueryRecord.PartialResult.IndexLookupRecord
Simple QueryRecord.PartialResult.IndexLookupRecord implementation.Methods in com.tangosol.util that return types with arguments of type QueryRecord.PartialResult.IndexLookupRecord Modifier and Type Method Description 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.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.IndexLookupRecord Modifier and Type Method 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.Method parameters in com.tangosol.util with type arguments of type QueryRecord.PartialResult.IndexLookupRecord Modifier and Type Method 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.Constructors in com.tangosol.util with parameters of type QueryRecord.PartialResult.IndexLookupRecord Constructor Description IndexLookupRecord(QueryRecord.PartialResult.IndexLookupRecord record)
Copy constructor for an IndexLookupRecord.
-