Class OTransactionUniqueKey
java.lang.Object
com.orientechnologies.orient.server.distributed.impl.task.transaction.OTransactionUniqueKey
- All Implemented Interfaces:
Comparable<OTransactionUniqueKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetIndex()getKey()intinthashCode()static OTransactionUniqueKeyread(DataInput in, ORecordSerializerNetworkV37 serializer) voidwrite(ORecordSerializerNetworkV37 serializer, DataOutput out, OSerializationContext ctx)
-
Constructor Details
-
OTransactionUniqueKey
-
-
Method Details
-
getIndex
-
getKey
-
getVersion
public int getVersion() -
write
public void write(ORecordSerializerNetworkV37 serializer, DataOutput out, OSerializationContext ctx) throws IOException - Throws:
IOException
-
read
public static OTransactionUniqueKey read(DataInput in, ORecordSerializerNetworkV37 serializer) throws IOException - Throws:
IOException
-
compareTo
- Specified by:
compareToin interfaceComparable<OTransactionUniqueKey>
-
hashCode
public int hashCode() -
equals
-