public class BootstrapDumpLogger extends ReplLogger<String>
| 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) |
dataCopyLog, eventLog, getReplStatsTracker, setParamspublic void startLog()
startLog in class ReplLogger<String>public void tableLog(String tableName, TableType tableType)
tableLog in class ReplLogger<String>public void functionLog(String funcName)
functionLog in class ReplLogger<String>public void endLog(String lastReplId)
endLog in class ReplLogger<String>Copyright © 2024 The Apache Software Foundation. All rights reserved.