Uses of Interface
com.tangosol.util.QueryRecord.PartialResult
Package
Description
Contains various generic utilities.
Contains concrete
InvocableMap.EntryAggregator
implementations.-
Uses of QueryRecord.PartialResult in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
Simple QueryRecord.PartialResult implementation.Modifier and TypeMethodDescriptionList
<? extends QueryRecord.PartialResult> QueryRecord.getResults()
Get the list of partial results for this query record.List
<? extends QueryRecord.PartialResult> SimpleQueryRecord.getResults()
Get the list of partial results for this query record.Modifier and TypeMethodDescriptionprotected boolean
SimpleQueryRecord.PartialResult.isMatching
(QueryRecord.PartialResult result) Determine whether or not the given result is capable of being placed in one-to-one correspondence with this result.protected void
SimpleQueryRecord.PartialResult.merge
(QueryRecord.PartialResult result) Merge the given result with this one.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.ModifierConstructorDescriptionCopy constructor for a Result. -
Uses of QueryRecord.PartialResult in com.tangosol.util.aggregator
Modifier and TypeMethodDescriptionboolean
QueryRecorder.combine
(QueryRecord.PartialResult partialResult)