
public abstract class OAbstractCheckPointStartRecord extends OAbstractWALRecord
lsn| Modifier | Constructor and Description |
|---|---|
protected |
OAbstractCheckPointStartRecord() |
protected |
OAbstractCheckPointStartRecord(OLogSequenceNumber previousCheckpoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
OLogSequenceNumber |
getPreviousCheckpoint() |
int |
hashCode() |
boolean |
isUpdateMasterRecord() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
String |
toString() |
freeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, writtenclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdprotected OAbstractCheckPointStartRecord()
protected OAbstractCheckPointStartRecord(OLogSequenceNumber previousCheckpoint)
public OLogSequenceNumber getPreviousCheckpoint()
public int toStream(byte[] content,
int offset)
public void toStream(ByteBuffer buffer)
public int fromStream(byte[] content,
int offset)
public int serializedSize()
public boolean isUpdateMasterRecord()
public boolean equals(Object o)
equals in class OAbstractWALRecordpublic int hashCode()
hashCode in class OAbstractWALRecordpublic String toString()
toString in class OAbstractWALRecordCopyright © 2009–2025 OrientDB. All rights reserved.