public class BootstrapDumpLogger extends ReplLogger
| Constructor and Description |
|---|
BootstrapDumpLogger(String dbName,
String dumpDir,
int estimatedNumTables,
int estimatedNumFunctions) |
| Modifier and Type | Method and Description |
|---|---|
void |
endLog(String lastReplId) |
void |
functionLog(String funcName) |
void |
startLog() |
void |
tableLog(String tableName,
TableType tableType) |
eventLogpublic void startLog()
startLog in class ReplLoggerpublic void tableLog(String tableName, TableType tableType)
tableLog in class ReplLoggerpublic void functionLog(String funcName)
functionLog in class ReplLoggerpublic void endLog(String lastReplId)
endLog in class ReplLoggerCopyright © 2019 The Apache Software Foundation. All Rights Reserved.