public static class OrderByAggregator.OrderByScanResult extends Object implements Externalizable
| Constructor and Description | 
|---|
| OrderByScanResult()Required for Externalizable | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<OrderByKey,ArrayList<RawEntry>> | getResultMap() | 
| void | readExternal(ObjectInput in) | 
| void | setResultMap(Map<OrderByKey,ArrayList<RawEntry>> resultMap) | 
| void | writeExternal(ObjectOutput out) | 
public Map<OrderByKey,ArrayList<RawEntry>> getResultMap()
public void setResultMap(Map<OrderByKey,ArrayList<RawEntry>> resultMap)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.