Uses of Interface
com.tangosol.util.QueryRecord
-
Packages that use QueryRecord Package Description com.tangosol.util Contains various generic utilities.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations. -
-
Uses of QueryRecord in com.tangosol.util
Classes in com.tangosol.util that implement QueryRecord Modifier and Type Class Description class
SimpleQueryRecord
Simple QueryRecord implementation.Methods in com.tangosol.util with parameters of type QueryRecord Modifier and Type Method Description static String
SimpleQueryRecordReporter. report(QueryRecord record)
Return a report for the given query record. -
Uses of QueryRecord in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator that return QueryRecord Modifier and Type Method Description QueryRecord
QueryRecorder. aggregate(Set<? extends InvocableMap.Entry<? extends K,? extends V>> setEntries)
Process a set of InvocableMap.Entry objects in order to produce an aggregated result.QueryRecord
QueryRecorder. finalizeResult()
Methods in com.tangosol.util.aggregator that return types with arguments of type QueryRecord Modifier and Type Method Description InvocableMap.StreamingAggregator<K,V,QueryRecord.PartialResult,QueryRecord>
QueryRecorder. supply()
-