Class OHighLevelTransactionChangeRecord
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OOperationUnitRecord
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OHighLevelTransactionChangeRecord
- All Implemented Interfaces:
WriteableWALRecord,OWALRecord
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
logSequenceNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeserializeFromByteBuffer(ByteBuffer buffer) byte[]getData()intgetId()intprotected voidserializeToByteBuffer(ByteBuffer buffer) Methods inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OOperationUnitRecord
equals, fromStream, getOperationUnitId, hashCode, setOperationUnitId, toStream, toStream, toStringMethods inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
freeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, written
-
Constructor Details
-
OHighLevelTransactionChangeRecord
public OHighLevelTransactionChangeRecord() -
OHighLevelTransactionChangeRecord
public OHighLevelTransactionChangeRecord(long operationUnitId, byte[] data)
-
-
Method Details
-
serializeToByteBuffer
- Specified by:
serializeToByteBufferin classOOperationUnitRecord
-
deserializeFromByteBuffer
- Specified by:
deserializeFromByteBufferin classOOperationUnitRecord
-
serializedSize
public int serializedSize()- Specified by:
serializedSizein interfaceWriteableWALRecord- Overrides:
serializedSizein classOOperationUnitRecord
-
getId
public int getId() -
getData
public byte[] getData()
-