
public class OFuzzyCheckpointStartRecord extends OAbstractCheckPointStartRecord
| Constructor and Description |
|---|
OFuzzyCheckpointStartRecord() |
OFuzzyCheckpointStartRecord(OLogSequenceNumber previousCheckpoint,
OLogSequenceNumber flushedLsn) |
| Modifier and Type | Method and Description |
|---|---|
int |
fromStream(byte[] content,
int offset) |
OLogSequenceNumber |
getFlushedLsn() |
byte |
getId() |
OLogSequenceNumber |
getLsn() |
int |
serializedSize() |
void |
setLsn(OLogSequenceNumber lsn) |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
String |
toString() |
equals, getPreviousCheckpoint, hashCode, isUpdateMasterRecordfreeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, isWritten, setBinaryContent, setDiskSize, setDistance, toString, writtenpublic OFuzzyCheckpointStartRecord()
public OFuzzyCheckpointStartRecord(OLogSequenceNumber previousCheckpoint, OLogSequenceNumber flushedLsn)
public int toStream(byte[] content,
int offset)
toStream in interface OWriteableWALRecordtoStream in class OAbstractCheckPointStartRecordpublic void toStream(ByteBuffer buffer)
toStream in interface OWriteableWALRecordtoStream in class OAbstractCheckPointStartRecordpublic int fromStream(byte[] content,
int offset)
fromStream in interface OWriteableWALRecordfromStream in class OAbstractCheckPointStartRecordpublic int serializedSize()
serializedSize in interface OWriteableWALRecordserializedSize in class OAbstractCheckPointStartRecordpublic OLogSequenceNumber getFlushedLsn()
public OLogSequenceNumber getLsn()
getLsn in interface OWALRecordgetLsn in class OAbstractWALRecordpublic void setLsn(OLogSequenceNumber lsn)
setLsn in interface OWALRecordsetLsn in class OAbstractWALRecordpublic byte getId()
public String toString()
toString in class OAbstractCheckPointStartRecordCopyright © 2009–2025 OrientDB. All rights reserved.