public static interface WriteAheadLog.WALReplay
Modifier and Type | Method and Description |
---|---|
void |
afterReplayFinished() |
void |
beforeReplayStart() |
void |
commit() |
void |
rollback() |
void |
writeByteArray(long offset,
long walId,
Volume vol,
long volOffset,
int length) |
void |
writeLong(long offset,
long value) |
void |
writePreallocate(long recid) |
void |
writeRecord(long recid,
long walId,
Volume vol,
long volOffset,
int length) |
void |
writeTombstone(long recid) |
void beforeReplayStart()
void afterReplayFinished()
void writeLong(long offset, long value)
void writeRecord(long recid, long walId, @NotNull Volume vol, long volOffset, int length)
void writeByteArray(long offset, long walId, @NotNull Volume vol, long volOffset, int length)
void commit()
void rollback()
void writeTombstone(long recid)
void writePreallocate(long recid)
Copyright © 2018. All Rights Reserved.