Class OTransactionDataChange
java.lang.Object
com.orientechnologies.orient.core.tx.OTransactionDataChange
-
Constructor Summary
ConstructorsConstructorDescriptionOTransactionDataChange(byte type, byte recordType, ORID id, Optional<byte[]> record, int version, boolean contentChanged) OTransactionDataChange(ORecordOperation operation) -
Method Summary
Modifier and TypeMethodDescriptionstatic OTransactionDataChangedeserialize(DataInput input) getId()Optional<byte[]>bytebytegetType()intbooleanvoidserialize(DataOutput output)
-
Constructor Details
-
OTransactionDataChange
-
OTransactionDataChange
-
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
getRecordType
public byte getRecordType() -
getType
public byte getType() -
getVersion
public int getVersion() -
getRecord
-
isContentChanged
public boolean isContentChanged() -
getId
-