| Package | Description |
|---|---|
| com.tangosol.util.aggregator |
Contains concrete
InvocableMap.EntryAggregator
implementations. |
| Modifier and Type | Method | Description |
|---|---|---|
TopNAggregator.PartialResult<E> |
TopNAggregator.getPartialResult() |
|
TopNAggregator.PartialResult<E> |
TopNAggregator.PartialResult.merge(TopNAggregator.PartialResult<E> result)
Merge single PartialResult into this PartialResult.
|
| Modifier and Type | Method | Description |
|---|---|---|
InvocableMap.StreamingAggregator<K,V,TopNAggregator.PartialResult<E>,E[]> |
TopNAggregator.supply() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
TopNAggregator.combine(TopNAggregator.PartialResult<E> partialResult) |
|
TopNAggregator.PartialResult<E> |
TopNAggregator.PartialResult.merge(TopNAggregator.PartialResult<E> result)
Merge single PartialResult into this PartialResult.
|