| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| com.tangosol.util.aggregator |
Contains concrete
InvocableMap.EntryAggregator implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleQueryRecord
Simple QueryRecord implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SimpleQueryRecordReporter.report(QueryRecord record)
Return a report for the given query record.
|
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
InvocableMap.StreamingAggregator<K,V,QueryRecord.PartialResult,QueryRecord> |
QueryRecorder.supply() |