public class BootstrapLoadLogger extends ReplLogger<String>
| Constructor and Description |
|---|
BootstrapLoadLogger(String dbName,
String dumpDir,
long numTables,
long numFunctions) |
| Modifier and Type | Method and Description |
|---|---|
void |
endLog(String lastReplId) |
void |
functionLog(String funcName) |
void |
setParams(String dbName,
String dumpDirectory,
long numTables,
long numFunctions) |
void |
startLog() |
void |
tableLog(String tableName,
TableType tableType) |
dataCopyLog, eventLog, getReplStatsTrackerpublic 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>public void setParams(String dbName, String dumpDirectory, long numTables, long numFunctions)
setParams in class ReplLogger<String>Copyright © 2024 The Apache Software Foundation. All rights reserved.