
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() |
OLogSequenceNumber |
getLsn() |
int |
serializedSize() |
void |
setLsn(OLogSequenceNumber lsn) |
int |
toStream(byte[] content,
int offset) |
String |
toString() |
equals, getPreviousCheckpoint, hashCode, isUpdateMasterRecordtoStringpublic OFuzzyCheckpointStartRecord()
public OFuzzyCheckpointStartRecord(OLogSequenceNumber previousCheckpoint, OLogSequenceNumber flushedLsn)
public int toStream(byte[] content,
int offset)
toStream in interface OWALRecordtoStream in class OAbstractCheckPointStartRecordpublic int fromStream(byte[] content,
int offset)
fromStream in interface OWALRecordfromStream in class OAbstractCheckPointStartRecordpublic int serializedSize()
serializedSize in interface OWALRecordserializedSize 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 String toString()
toString in class OAbstractCheckPointStartRecordCopyright © 2009–2025 OrientDB. All rights reserved.