
public abstract class OAtomicUnitStartRecord<T> extends OOperationUnitRecord<T>
lsn| Constructor and Description |
|---|
OAtomicUnitStartRecord() |
OAtomicUnitStartRecord(boolean isRollbackSupported,
T unitId) |
| Modifier and Type | Method and Description |
|---|---|
int |
fromStream(byte[] content,
int offset) |
boolean |
isRollbackSupported() |
boolean |
isUpdateMasterRecord() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
String |
toString() |
equals, getOperationUnitId, hashCodefreeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, writtenclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic OAtomicUnitStartRecord()
public OAtomicUnitStartRecord(boolean isRollbackSupported,
T unitId)
public boolean isRollbackSupported()
public int toStream(byte[] content,
int offset)
toStream in interface OWriteableWALRecordtoStream in class OOperationUnitRecord<T>public void toStream(ByteBuffer buffer)
toStream in interface OWriteableWALRecordtoStream in class OOperationUnitRecord<T>public int fromStream(byte[] content,
int offset)
fromStream in interface OWriteableWALRecordfromStream in class OOperationUnitRecord<T>public int serializedSize()
serializedSize in interface OWriteableWALRecordserializedSize in class OOperationUnitRecord<T>public boolean isUpdateMasterRecord()
public String toString()
toString in class OOperationUnitRecord<T>Copyright © 2009–2025 OrientDB. All rights reserved.