public class IncrementalDumpLogger extends ReplLogger<String>
| Constructor and Description |
|---|
IncrementalDumpLogger(String dbName,
String dumpDir,
long estimatedNumEvents,
Long fromEventId,
Long toEventId,
int maxEvents) |
| Modifier and Type | Method and Description |
|---|---|
void |
endLog(String lastReplId) |
void |
eventLog(String eventId,
String eventType) |
void |
startLog() |
dataCopyLog, functionLog, getReplStatsTracker, setParams, tableLogpublic void startLog()
startLog in class ReplLogger<String>public void eventLog(String eventId, String eventType)
eventLog in class ReplLogger<String>public void endLog(String lastReplId)
endLog in class ReplLogger<String>Copyright © 2024 The Apache Software Foundation. All rights reserved.