public class OrderByKey extends CompoundResult implements Comparable<OrderByKey>
hashCode, nameIndexMap, values
Modifier | Constructor and Description |
---|---|
|
OrderByKey()
Required for Externalizable
|
protected |
OrderByKey(int numOfValues) |
|
OrderByKey(Object[] values) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OrderByKey orderKey) |
protected boolean |
initialize(List<OrderByPath> orderByPaths,
SpaceEntriesAggregatorContext context) |
void |
readExternal(ObjectInput in) |
protected void |
setNameIndex(Map<String,Integer> nameIndexMap) |
void |
writeExternal(ObjectOutput out) |
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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public OrderByKey()
public OrderByKey(Object[] values)
protected OrderByKey(int numOfValues)
protected boolean initialize(List<OrderByPath> orderByPaths, SpaceEntriesAggregatorContext context)
public int compareTo(OrderByKey orderKey)
compareTo
in interface Comparable<OrderByKey>
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class CompoundResult
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class CompoundResult
IOException
ClassNotFoundException
Copyright © GigaSpaces.