
public class OTransactionId extends Object
| Constructor and Description |
|---|
OTransactionId(Optional<String> nodeOwner,
int position,
long sequence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getNodeOwner() |
int |
getPosition() |
long |
getSequence() |
int |
hashCode() |
static OTransactionId |
read(DataInput input) |
String |
toString() |
void |
write(DataOutput out) |
public int getPosition()
public long getSequence()
public static OTransactionId read(DataInput input) throws IOException
IOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.