public abstract class AbstractPathAggregator<T extends Serializable> extends SpaceEntriesAggregator<T> implements SmartExternalizable
Constructor and Description |
---|
AbstractPathAggregator() |
Modifier and Type | Method and Description |
---|---|
FunctionCallColumn |
getFunctionCallColumn() |
abstract String |
getName() |
String |
getPath() |
protected Object |
getPathValue(SpaceEntriesAggregatorContext context) |
void |
readExternal(ObjectInput in) |
AbstractPathAggregator |
setFunctionCallColumn(FunctionCallColumn functionCallColumn) |
AbstractPathAggregator |
setPath(String path) |
void |
writeExternal(ObjectOutput out) |
aggregate, aggregateIntermediateResult, as, clone, getAlias, getDefaultAlias, getFinalResult, getIntermediateResult, setRawEntryConverter, toObject
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public String getPath()
public AbstractPathAggregator setPath(String path)
public FunctionCallColumn getFunctionCallColumn()
public AbstractPathAggregator setFunctionCallColumn(FunctionCallColumn functionCallColumn)
protected Object getPathValue(SpaceEntriesAggregatorContext context)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public abstract String getName()
Copyright © GigaSpaces.