Package com.gigaspaces.query.aggregators
Class OrderByKey
java.lang.Object
com.gigaspaces.query.CompoundResult
com.gigaspaces.query.aggregators.OrderByKey
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,Cloneable,Comparable<OrderByKey>
- Since:
- 10.1
- Author:
- anna
- See Also:
-
Field Summary
Fields inherited from class com.gigaspaces.query.CompoundResult
hashCode, nameIndexMap, values -
Constructor Summary
ConstructorsModifierConstructorDescriptionRequired for ExternalizableprotectedOrderByKey(int numOfValues) OrderByKey(Object[] values) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(OrderByKey orderKey) protected booleaninitialize(List<OrderByPath> orderByPaths, SpaceEntriesAggregatorContext context) voidprotected voidsetNameIndex(Map<String, Integer> nameIndexMap) voidMethods 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, set, size, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
OrderByKey
public OrderByKey()Required for Externalizable -
OrderByKey
-
OrderByKey
protected OrderByKey(int numOfValues)
-
-
Method Details
-
initialize
-
setNameIndex
-
compareTo
- Specified by:
compareToin interfaceComparable<OrderByKey>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classCompoundResult- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classCompoundResult- Throws:
IOExceptionClassNotFoundException
-