
public abstract class OFileTruncatedWALRecord<T> extends OOperationUnitBodyRecord<T>
lsn| Constructor and Description |
|---|
OFileTruncatedWALRecord() |
OFileTruncatedWALRecord(T operationUnitId,
long fileId) |
| Modifier and Type | Method and Description |
|---|---|
int |
fromStream(byte[] content,
int offset) |
long |
getFileId() |
boolean |
isUpdateMasterRecord() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
equals, getOperationUnitId, hashCode, toStringfreeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, writtenclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic OFileTruncatedWALRecord()
public OFileTruncatedWALRecord(T operationUnitId, long fileId)
public long getFileId()
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()
Copyright © 2009–2025 OrientDB. All rights reserved.