Uses of Interface
com.tangosol.util.QueryRecord.PartialResult
Packages that use QueryRecord.PartialResult
Package
Description
Contains various generic utilities.
Contains concrete 
InvocableMap.EntryAggregator
 implementations.- 
Uses of QueryRecord.PartialResult in com.tangosol.util
Classes in com.tangosol.util that implement QueryRecord.PartialResultModifier and TypeClassDescriptionstatic classSimple QueryRecord.PartialResult implementation.Methods in com.tangosol.util that return types with arguments of type QueryRecord.PartialResultModifier 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.Methods in com.tangosol.util with parameters of type QueryRecord.PartialResultModifier and TypeMethodDescriptionprotected booleanSimpleQueryRecord.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 voidSimpleQueryRecord.PartialResult.merge(QueryRecord.PartialResult result) Merge the given result with this one.protected static StringSimpleQueryRecordReporter.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.PartialResultModifierConstructorDescriptionCopy constructor for a Result. - 
Uses of QueryRecord.PartialResult in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator that return QueryRecord.PartialResultMethods in com.tangosol.util.aggregator that return types with arguments of type QueryRecord.PartialResultMethods in com.tangosol.util.aggregator with parameters of type QueryRecord.PartialResultModifier and TypeMethodDescriptionbooleanQueryRecorder.combine(QueryRecord.PartialResult partialResult)