
public class ODistributedRequestId extends Object implements Externalizable, Comparable
| Constructor and Description |
|---|
ODistributedRequestId() |
ODistributedRequestId(int iNodeId,
long iMessageId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
long |
getMessageId() |
int |
getNodeId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ODistributedRequestId()
public ODistributedRequestId(int iNodeId,
long iMessageId)
public long getMessageId()
public int getNodeId()
public int compareTo(Object obj)
compareTo in interface Comparablepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2009–2016 Orient Technologies. All rights reserved.