
public abstract class OAbstractPageWALRecord extends OOperationUnitBodyRecord
lsn| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractPageWALRecord() |
protected |
OAbstractPageWALRecord(long pageIndex,
long fileId,
OOperationUnitId operationUnitId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
long |
getFileId() |
long |
getPageIndex() |
int |
hashCode() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
String |
toString() |
getOperationUnitIdgetLsn, setLsn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisUpdateMasterRecordprotected OAbstractPageWALRecord()
protected OAbstractPageWALRecord(long pageIndex,
long fileId,
OOperationUnitId operationUnitId)
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 long getPageIndex()
public long getFileId()
public boolean equals(Object o)
equals in class OOperationUnitRecordpublic int hashCode()
hashCode in class OOperationUnitRecordpublic String toString()
toString in class OOperationUnitRecordCopyright © 2009–2025 OrientDB. All rights reserved.