|
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.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 | |
|---|---|
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. |
void |
readExternal(java.io.DataInput in)
Restore the contents of this object by loading the object's state from the passed DataInput object. |
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, 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 CompositeAggregator.Parallel()
protected CompositeAggregator.Parallel(InvocableMap.ParallelAwareAggregator[] aAggregator)
EntryAggregator array.
aAggregator - an array of ParallelAwareAggregator objects;
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
public void readExternal(java.io.DataInput in)
throws java.io.IOException
readExternal in interface ExternalizableLitereadExternal in class CompositeAggregatorin - the DataInput stream to read data from in order to restore
the state of this object
java.io.IOException - if an I/O exception occurs
java.io.NotActiveException - if the object is not in its initial
state, and therefore cannot be deserialized into
public void readExternal(PofReader in)
throws java.io.IOException
readExternal in interface PortableObjectreadExternal in class CompositeAggregatorin - the PofReader from which to read the object's state
java.io.IOException - if an I/O error occurs
|
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 | |||||||