| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| com.tangosol.util.aggregator | 
 Contains concrete  
InvocableMap.EntryAggregator
implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SimpleQueryRecord.PartialResult
Simple QueryRecord.PartialResult implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends QueryRecord.PartialResult> | 
SimpleQueryRecord.getResults()
Get the list of partial results for this query record. 
 | 
List<? extends QueryRecord.PartialResult> | 
QueryRecord.getResults()
Get the list of partial results for this query record. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Constructor and Description | 
|---|
PartialResult(QueryRecord.PartialResult result)
Copy constructor for a Result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryRecord.PartialResult | 
QueryRecorder.getPartialResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
InvocableMap.StreamingAggregator<K,V,QueryRecord.PartialResult,QueryRecord> | 
QueryRecorder.supply()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
QueryRecorder.combine(QueryRecord.PartialResult partialResult)  |