
public abstract class OAbstractWriteAheadLog extends Object implements OWriteAheadLog
MASTER_RECORD_EXTENSION, WAL_SEGMENT_EXTENSION| Constructor and Description |
|---|
OAbstractWriteAheadLog() |
| Modifier and Type | Method and Description |
|---|---|
OLogSequenceNumber |
getLastCheckpoint() |
OLogSequenceNumber |
logFullCheckpointEnd() |
OLogSequenceNumber |
logFullCheckpointStart() |
OLogSequenceNumber |
logFuzzyCheckPointEnd() |
OLogSequenceNumber |
logFuzzyCheckPointStart(OLogSequenceNumber flushedLsn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactiveSegment, addCutTillLimit, addEventAt, addFullCheckpointListener, addLowDiskSpaceListener, appendNewSegment, begin, begin, close, close, cutAllSegmentsSmallerThan, cutTill, delete, end, flush, getFlushedLsn, log, logAtomicOperationEndRecord, logAtomicOperationStartRecord, moveLsnAfter, next, nonActiveSegments, nonActiveSegments, read, removeCutTillLimit, removeFullCheckpointListener, removeLowDiskSpaceListenerpublic OLogSequenceNumber logFuzzyCheckPointStart(OLogSequenceNumber flushedLsn) throws IOException
logFuzzyCheckPointStart in interface OWriteAheadLogIOExceptionpublic OLogSequenceNumber logFuzzyCheckPointEnd() throws IOException
logFuzzyCheckPointEnd in interface OWriteAheadLogIOExceptionpublic OLogSequenceNumber logFullCheckpointStart() throws IOException
logFullCheckpointStart in interface OWriteAheadLogIOExceptionpublic OLogSequenceNumber logFullCheckpointEnd() throws IOException
logFullCheckpointEnd in interface OWriteAheadLogIOExceptionpublic OLogSequenceNumber getLastCheckpoint()
getLastCheckpoint in interface OWriteAheadLogCopyright © 2009–2025 OrientDB. All rights reserved.