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
IOExceptionvoid flush()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid setDb(RemoteDatabase remoteDatabase)
void release()