public static interface Database.LogHandle
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
TableLogger |
getTableLogger() |
void |
release() |
void |
setDb(RemoteDatabase remoteDatabase) |
void |
setReplayer(ReplayerInterface replayerInterface) |
TableLogger getTableLogger()
void setReplayer(ReplayerInterface replayerInterface) throws IOException
IOException
void flush() throws IOException
IOException
void close() throws IOException
IOException
void setDb(RemoteDatabase remoteDatabase)
void release()