Class DistinctPropertiesKey
java.lang.Object
com.gigaspaces.query.CompoundResult
com.gigaspaces.query.aggregators.DistinctPropertiesKey
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Cloneable
- Since:
- 10.1
- Author:
- anna
- See Also:
-
Field Summary
Fields inherited from class CompoundResult
hashCode, nameIndexMap, values -
Constructor Summary
ConstructorsModifierConstructorDescriptionRequired for ExternalizableprotectedDistinctPropertiesKey(int numOfValues) DistinctPropertiesKey(Object[] values) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleaninitialize(String[] paths, SpaceEntriesAggregatorContext context) protected voidsetNameIndex(Map<String, Integer> nameIndexMap) Methods inherited from class 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 interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
DistinctPropertiesKey
public DistinctPropertiesKey()Required for Externalizable -
DistinctPropertiesKey
-
DistinctPropertiesKey
protected DistinctPropertiesKey(int numOfValues)
-
-
Method Details
-
initialize
-
setNameIndex
-