Uses of Interface
com.tangosol.util.QueryRecord.PartialResult
-
Packages that use QueryRecord.PartialResult Package Description com.tangosol.util Contains various generic utilities.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations. -
-
Uses of QueryRecord.PartialResult in com.tangosol.util
Classes in com.tangosol.util that implement QueryRecord.PartialResult Modifier and Type Class Description static class
SimpleQueryRecord.PartialResult
Simple QueryRecord.PartialResult implementation.Methods in com.tangosol.util that return types with arguments of type QueryRecord.PartialResult Modifier and Type Method Description List<? 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.Methods in com.tangosol.util with parameters of type QueryRecord.PartialResult Modifier and Type Method Description protected 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.Constructors in com.tangosol.util with parameters of type QueryRecord.PartialResult Constructor Description PartialResult(QueryRecord.PartialResult result)
Copy constructor for a Result. -
Uses of QueryRecord.PartialResult in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator that return QueryRecord.PartialResult Modifier and Type Method Description QueryRecord.PartialResult
QueryRecorder. getPartialResult()
Methods in com.tangosol.util.aggregator that return types with arguments of type QueryRecord.PartialResult Modifier and Type Method Description InvocableMap.StreamingAggregator<K,V,QueryRecord.PartialResult,QueryRecord>
QueryRecorder. supply()
Methods in com.tangosol.util.aggregator with parameters of type QueryRecord.PartialResult Modifier and Type Method Description boolean
QueryRecorder. combine(QueryRecord.PartialResult partialResult)
-