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() |
String |
getName() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getFunctionCallColumn, getPath, getPathValue, setFunctionCallColumn, setPath
as, clone, getAlias, getFinalResult, setRawEntryConverter, toObject
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
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
public String getName()
getName
in class AbstractPathAggregator<T extends Serializable & Comparable>
Copyright © GigaSpaces.