com.gigaspaces.query.aggregators
Class AbstractPathAggregator<T extends Serializable>
java.lang.Object
com.gigaspaces.query.aggregators.SpaceEntriesAggregator<T>
com.gigaspaces.query.aggregators.AbstractPathAggregator<T>
- All Implemented Interfaces:
- Externalizable, Serializable, Cloneable
- Direct Known Subclasses:
- AverageAggregator, CountAggregator, MaxEntryAggregator, MaxValueAggregator, MinEntryAggregator, MinValueAggregator, SingleValueAggregator, SumAggregator
public abstract class AbstractPathAggregator<T extends Serializable>
- extends SpaceEntriesAggregator<T>
- implements Externalizable
- Since:
- 10.0
- Author:
- Niv Ingberg
- See Also:
- Serialized Form
AbstractPathAggregator
public AbstractPathAggregator()
getPath
public String getPath()
setPath
public AbstractPathAggregator setPath(String path)
getPathValue
protected Object getPathValue(SpaceEntriesAggregatorContext context)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © GigaSpaces.