private class MultiThreadedAction.ProgressReporter extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
private String |
reporterId |
| Constructor and Description |
|---|
ProgressReporter(String id) |
| Modifier and Type | Method and Description |
|---|---|
private void |
printStreamingCounters(long numKeysDelta,
double avgKeysPerSecondDelta) |
void |
run() |
private String reporterId
public ProgressReporter(String id)
private void printStreamingCounters(long numKeysDelta, double avgKeysPerSecondDelta)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.