
public abstract class OAbstractWALRecord extends Object implements WriteableWALRecord
| Modifier and Type | Field and Description |
|---|---|
protected OLogSequenceNumber |
lsn |
| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractWALRecord() |
| 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, serializedSize, toStream, toStreamprotected volatile OLogSequenceNumber lsn
public OLogSequenceNumber getLsn()
getLsn in interface OWALRecordpublic void setLsn(OLogSequenceNumber lsn)
setLsn in interface OWALRecordpublic void setBinaryContent(ByteBuffer buffer, long pointer)
setBinaryContent in interface WriteableWALRecordpublic ByteBuffer getBinaryContent()
getBinaryContent in interface WriteableWALRecordpublic void freeBinaryContent()
freeBinaryContent in interface WriteableWALRecordpublic int getBinaryContentLen()
getBinaryContentLen in interface WriteableWALRecordpublic 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 WriteableWALRecordpublic boolean isWritten()
isWritten in interface WriteableWALRecordCopyright © 2009–2025 OrientDB. All rights reserved.