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 Comparable
public void toStream(DataOutput out) throws IOException
toStream
in interface OStreamable
IOException
public void fromStream(DataInput in) throws IOException
fromStream
in interface OStreamable
IOException
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 © 2009–2020 OrientDB. All rights reserved.