
public class ODistributedRequestId extends Object implements Comparable, OStreamable, Externalizable
| Constructor and Description |
|---|
ODistributedRequestId() |
ODistributedRequestId(int iNodeId,
long iMessageId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
void |
fromStream(DataInput in) |
long |
getMessageId() |
int |
getNodeId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
toStream(DataOutput out) |
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 toStream(DataOutput out) throws IOException
toStream in interface OStreamableIOExceptionpublic void fromStream(DataInput in) throws IOException
fromStream in interface OStreamableIOExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2009–2025 OrientDB. All rights reserved.