public class SingleValueFunctionAggregator<T extends Serializable & Comparable> extends AbstractPathAggregator<T>
Constructor and Description |
---|
SingleValueFunctionAggregator() |
SingleValueFunctionAggregator(FunctionCallColumn functionCallColumn) |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(SpaceEntriesAggregatorContext context) |
void |
aggregateIntermediateResult(T partitionResult) |
Object |
apply(Object value) |
String |
getDefaultAlias() |
T |
getIntermediateResult() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getPath, getPathValue, setPath
as, clone, getAlias, getFinalResult, setRawEntryConverter, toObject
public SingleValueFunctionAggregator(FunctionCallColumn functionCallColumn)
public SingleValueFunctionAggregator()
public String getDefaultAlias()
getDefaultAlias
in class SpaceEntriesAggregator<T extends Serializable & Comparable>
public void aggregate(SpaceEntriesAggregatorContext context)
aggregate
in class SpaceEntriesAggregator<T extends Serializable & Comparable>
public void aggregateIntermediateResult(T partitionResult)
aggregateIntermediateResult
in class SpaceEntriesAggregator<T extends Serializable & Comparable>
public T getIntermediateResult()
getIntermediateResult
in class SpaceEntriesAggregator<T extends Serializable & Comparable>
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractPathAggregator<T extends Serializable & Comparable>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractPathAggregator<T extends Serializable & Comparable>
IOException
ClassNotFoundException
Copyright © GigaSpaces.