|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
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.CompositeAggregator
com.tangosol.util.aggregator.CompositeAggregator.Parallel
public static class CompositeAggregator.Parallel
Parallel implementation of the CompositeAggregator.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.tangosol.util.aggregator.CompositeAggregator |
---|
CompositeAggregator.Parallel |
Field Summary |
---|
Fields inherited from class com.tangosol.util.aggregator.CompositeAggregator |
---|
m_aAggregator |
Constructor Summary | |
---|---|
|
CompositeAggregator.Parallel()
Default constructor (necessary for the ExternalizableLite interface). |
protected |
CompositeAggregator.Parallel(InvocableMap.ParallelAwareAggregator[] aAggregator)
Construct a CompositeParallelAggregator based on a specified EntryAggregator array. |
Method Summary | |
---|---|
Object |
aggregateResults(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. |
void |
readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. |
Methods inherited from class com.tangosol.util.aggregator.CompositeAggregator |
---|
aggregate, createInstance, equals, getAggregators, hashCode, readExternal, toString, writeExternal, writeExternal |
Methods inherited from class com.tangosol.util.BitHelper |
---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, toBitString, toBitString, toBitString |
Methods inherited from interface com.tangosol.util.InvocableMap.EntryAggregator |
---|
aggregate |
Constructor Detail |
---|
public CompositeAggregator.Parallel()
protected CompositeAggregator.Parallel(InvocableMap.ParallelAwareAggregator[] aAggregator)
EntryAggregator
array.
aAggregator
- an array of ParallelAwareAggregator objects;
may not be nullMethod Detail |
---|
public InvocableMap.EntryAggregator getParallelAggregator()
getParallelAggregator
in interface InvocableMap.ParallelAwareAggregator
public Object aggregateResults(Collection collResults)
aggregateResults
in interface InvocableMap.ParallelAwareAggregator
public void readExternal(PofReader in) throws IOException
readExternal
in interface PortableObject
readExternal
in class CompositeAggregator
in
- the PofReader from which to read the object's state
IOException
- if an I/O error occurs
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |