public interface JournalWriter
| Modifier and Type | Method and Description |
|---|---|
void |
checkpoint(long blockAddr,
int offset,
int length) |
void |
write(int code,
boolean isInit,
boolean isFin,
long id,
long seq,
byte[] buffer,
int offset,
int length) |
void write(int code,
boolean isInit,
boolean isFin,
long id,
long seq,
byte[] buffer,
int offset,
int length)
throws java.io.IOException
java.io.IOExceptionvoid checkpoint(long blockAddr,
int offset,
int length)
throws java.io.IOException
java.io.IOException