
public abstract class OUpdatePageRecord<T> extends OAbstractPageWALRecord<T>
lsn| Constructor and Description |
|---|
OUpdatePageRecord() |
OUpdatePageRecord(long pageIndex,
long fileId,
T operationUnitId,
OWALChanges changes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
OWALChanges |
getChanges() |
int |
hashCode() |
boolean |
isUpdateMasterRecord() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
getFileId, getPageIndex, toStringgetOperationUnitIdfreeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, writtenclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic OUpdatePageRecord()
public OUpdatePageRecord(long pageIndex,
long fileId,
T operationUnitId,
OWALChanges changes)
public OWALChanges getChanges()
public int serializedSize()
serializedSize in interface OWriteableWALRecordserializedSize in class OAbstractPageWALRecord<T>public int toStream(byte[] content,
int offset)
toStream in interface OWriteableWALRecordtoStream in class OAbstractPageWALRecord<T>public void toStream(ByteBuffer buffer)
toStream in interface OWriteableWALRecordtoStream in class OAbstractPageWALRecord<T>public int fromStream(byte[] content,
int offset)
fromStream in interface OWriteableWALRecordfromStream in class OAbstractPageWALRecord<T>public boolean isUpdateMasterRecord()
public boolean equals(Object o)
equals in class OAbstractPageWALRecord<T>public int hashCode()
hashCode in class OAbstractPageWALRecord<T>Copyright © 2009–2025 OrientDB. All rights reserved.