public class OrderByPath extends Object implements SmartExternalizable
Constructor and Description |
---|
OrderByPath() |
OrderByPath(String path,
OrderBy orderBy,
boolean nullsLast) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OrderBy |
getOrderBy() |
String |
getPath() |
int |
hashCode() |
boolean |
isNullsLast() |
void |
readExternal(ObjectInput in) |
void |
setNullsLast(boolean nullsLast) |
void |
setOrderBy(OrderBy orderBy) |
void |
setPath(String path) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public String getPath()
public void setPath(String path)
public OrderBy getOrderBy()
public void setOrderBy(OrderBy orderBy)
public boolean isNullsLast()
public void setNullsLast(boolean nullsLast)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.