
public class OFileCreatedWALRecord extends OOperationUnitBodyRecord
lsn| Constructor and Description |
|---|
OFileCreatedWALRecord() |
OFileCreatedWALRecord(OOperationUnitId 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) |
equals, getOperationUnitId, hashCode, toStringgetLsn, setLsn, toStringpublic OFileCreatedWALRecord()
public OFileCreatedWALRecord(OOperationUnitId operationUnitId, String fileName, long fileId)
public String getFileName()
public long getFileId()
public int toStream(byte[] content,
int offset)
toStream in interface OWALRecordtoStream in class OOperationUnitBodyRecordpublic int fromStream(byte[] content,
int offset)
fromStream in interface OWALRecordfromStream in class OOperationUnitBodyRecordpublic int serializedSize()
serializedSize in interface OWALRecordserializedSize in class OOperationUnitBodyRecordpublic boolean isUpdateMasterRecord()
Copyright © 2009–2025 OrientDB. All rights reserved.