
public abstract class OFileCreatedWALRecord<T> extends OOperationUnitBodyRecord<T>
lsn| Constructor and Description |
|---|
OFileCreatedWALRecord() |
OFileCreatedWALRecord(T operationUnitId,
String fileName,
long fileId) |
| Modifier and Type | Method and Description |
|---|---|
int |
fromStream(byte[] content,
int offset) |
long |
getFileId() |
String |
getFileName() |
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 String getFileName()
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.