public static interface WriteAheadLog.WALReplay
| Modifier and Type | Method and Description |
|---|---|
void |
beforeDestroyWAL() |
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 writeLong(long offset,
long value)
void writeRecord(long recid,
long walId,
Volume vol,
long volOffset,
int length)
void writeByteArray(long offset,
long walId,
Volume vol,
long volOffset,
int length)
void beforeDestroyWAL()
void commit()
void rollback()
void writeTombstone(long recid)
void writePreallocate(long recid)
Copyright © 2015. All Rights Reserved.