Class OOperationUnitBodyRecord
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.OOperationUnitBodyRecord
- All Implemented Interfaces:
WriteableWALRecord,OWALRecord
- Direct Known Subclasses:
OAbstractPageWALRecord,OAtomicUnitEndRecord,OFileCreatedWALRecord,OFileDeletedWALRecord,OFileTruncatedWALRecord
- Since:
- 31/12/14
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com) Andrey Lomakin
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OAbstractWALRecord
logSequenceNumber -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OOperationUnitRecord
deserializeFromByteBuffer, equals, fromStream, getOperationUnitId, hashCode, serializedSize, serializeToByteBuffer, 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, writtenMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common.WriteableWALRecord
getId
-
Constructor Details
-
OOperationUnitBodyRecord
protected OOperationUnitBodyRecord() -
OOperationUnitBodyRecord
protected OOperationUnitBodyRecord(long operationUnitId)
-