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
IOException
public void write(DataOutput out) throws IOException
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.