|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.BitHelper
com.tangosol.util.ExternalizableHelper
com.tangosol.util.aggregator.GroupAggregator
com.tangosol.util.aggregator.GroupAggregator.Parallel
public static class GroupAggregator.Parallel
Parallel implementation of the GroupAggregator.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.util.aggregator.GroupAggregator |
|---|
GroupAggregator.Parallel |
| Field Summary |
|---|
| Fields inherited from class com.tangosol.util.aggregator.GroupAggregator |
|---|
m_aggregator, m_extractor, m_filter |
| Constructor Summary | |
|---|---|
|
GroupAggregator.Parallel()
Default constructor (necessary for the ExternalizableLite interface). |
protected |
GroupAggregator.Parallel(ValueExtractor extractor,
InvocableMap.ParallelAwareAggregator aggregator,
Filter filter)
Construct a Parallel aggregator based on a specified ValueExtractor and underlying ParallelAwareAggregator. |
| Method Summary | |
|---|---|
java.lang.Object |
aggregateResults(java.util.Collection collResults)
Aggregate the results of the parallel aggregations. |
InvocableMap.EntryAggregator |
getParallelAggregator()
Get an aggregator that can take the place of this aggregator in situations in which the InvocableMap can aggregate in parallel. |
| Methods inherited from class com.tangosol.util.aggregator.GroupAggregator |
|---|
aggregate, createInstance, createInstance, createInstance, createInstance, equals, getAggregator, getExtractor, hashCode, readExternal, readExternal, toString, writeExternal, writeExternal |
| Methods inherited from class com.tangosol.util.BitHelper |
|---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, rotateLeft, rotateLeft, rotateLeft, rotateRight, rotateRight, rotateRight, toBitString, toBitString, toBitString |
| Methods inherited from interface com.tangosol.util.InvocableMap.EntryAggregator |
|---|
aggregate |
| Constructor Detail |
|---|
public GroupAggregator.Parallel()
protected GroupAggregator.Parallel(ValueExtractor extractor,
InvocableMap.ParallelAwareAggregator aggregator,
Filter filter)
extractor - a ValueExtractor object; may not be nullaggregator - an EntryAggregator object; may not be null| Method Detail |
|---|
public InvocableMap.EntryAggregator getParallelAggregator()
getParallelAggregator in interface InvocableMap.ParallelAwareAggregatorpublic java.lang.Object aggregateResults(java.util.Collection collResults)
aggregateResults in interface InvocableMap.ParallelAwareAggregatorcollResults - the parallel aggregation results
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||