Class OTransactionId
java.lang.Object
com.orientechnologies.orient.core.transaction.OTransactionId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintlonginthashCode()static OTransactionIdstatic OTransactionIdstatic OTransactionIdreadNetwork(DataInput input) toString()voidwrite(DataOutput out) voidwriteDisk(DataOutput out) Write the record without the node name, but still keep the boolean for back compatibilityvoidwriteNetwork(DataOutput out)
-
Constructor Details
-
OTransactionId
public OTransactionId(int position, long sequence)
-
-
Method Details
-
getPosition
public int getPosition() -
getSequence
public long getSequence() -
equals
-
hashCode
public int hashCode() -
read
- Throws:
IOException
-
write
- Throws:
IOException
-
readDisk
- Throws:
IOException
-
writeDisk
Write the record without the node name, but still keep the boolean for back compatibility- Parameters:
out-- Throws:
IOException
-
readNetwork
- Throws:
IOException
-
writeNetwork
- Throws:
IOException
-
toString
-