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, toStringpublic 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 ExternalizablewriteExternal in class CompoundResultIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class CompoundResultIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.