Package com.gigaspaces.query.aggregators
Class AggregationResult
java.lang.Object
com.gigaspaces.query.CompoundResult
com.gigaspaces.query.aggregators.AggregationResult
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,Cloneable
- Since:
- 10.0
- Author:
- Niv Ingberg
- See Also:
-
Field Summary
Fields inherited from class com.gigaspaces.query.CompoundResult
hashCode, nameIndexMap, values -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor required for ExternalizableAggregationResult(Object[] values, Map<String, Integer> nameIndexMap) This constructor is intended for internal usage. -
Method Summary
Methods inherited from class com.gigaspaces.query.CompoundResult
clone, equals, get, get, getBoolean, getBoolean, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getString, getString, hashCode, indexOf, printValues, readExternal, set, size, toString, writeExternalMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
AggregationResult
public AggregationResult()Default constructor required for Externalizable -
AggregationResult
This constructor is intended for internal usage.
-