
public abstract class OAbstractWALRecord extends Object implements OWriteableWALRecord
| Modifier and Type | Field and Description |
|---|---|
protected OLogSequenceNumber |
lsn |
| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractWALRecord() |
protected |
OAbstractWALRecord(OLogSequenceNumber previousCheckpoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
freeBinaryContent() |
ByteBuffer |
getBinaryContent() |
int |
getBinaryContentLen() |
int |
getDiskSize() |
int |
getDistance() |
OLogSequenceNumber |
getLsn() |
int |
hashCode() |
boolean |
isWritten() |
void |
setBinaryContent(ByteBuffer buffer,
long pointer) |
void |
setDiskSize(int diskSize) |
void |
setDistance(int distance) |
void |
setLsn(OLogSequenceNumber lsn) |
String |
toString() |
protected String |
toString(String iToAppend) |
void |
written() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfromStream, getId, isUpdateMasterRecord, serializedSize, toStream, toStreamprotected volatile OLogSequenceNumber lsn
protected OAbstractWALRecord()
protected OAbstractWALRecord(OLogSequenceNumber previousCheckpoint)
public OLogSequenceNumber getLsn()
getLsn in interface OWALRecordpublic void setLsn(OLogSequenceNumber lsn)
setLsn in interface OWALRecordpublic void setBinaryContent(ByteBuffer buffer, long pointer)
setBinaryContent in interface OWriteableWALRecordpublic ByteBuffer getBinaryContent()
getBinaryContent in interface OWriteableWALRecordpublic void freeBinaryContent()
freeBinaryContent in interface OWriteableWALRecordpublic int getBinaryContentLen()
getBinaryContentLen in interface OWriteableWALRecordpublic void setDistance(int distance)
setDistance in interface OWALRecordpublic void setDiskSize(int diskSize)
setDiskSize in interface OWALRecordpublic int getDistance()
getDistance in interface OWALRecordpublic int getDiskSize()
getDiskSize in interface OWALRecordpublic void written()
written in interface OWriteableWALRecordpublic boolean isWritten()
isWritten in interface OWriteableWALRecordCopyright © 2009–2025 OrientDB. All rights reserved.