public class JsonAvgBenchmarkResultWriter extends Object implements BenchmarkResultHook
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonAvgBenchmarkResultWriter.BuildResult |
| Modifier and Type | Field and Description |
|---|---|
long |
totalElapsedMillis |
long |
totalInputMegabytes |
long |
totalInputMegabytesPerSecond |
long |
totalInputRows |
long |
totalInputRowsPerSecond |
long |
totalOutputRows |
long |
totalOutputRowsPerSecond |
| Constructor and Description |
|---|
JsonAvgBenchmarkResultWriter(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkResultHook |
addResults(Map<String,Long> results) |
void |
finished() |
public long totalElapsedMillis
public long totalInputRows
public long totalInputRowsPerSecond
public long totalOutputRows
public long totalOutputRowsPerSecond
public long totalInputMegabytes
public long totalInputMegabytesPerSecond
public JsonAvgBenchmarkResultWriter(OutputStream outputStream)
public BenchmarkResultHook addResults(Map<String,Long> results)
addResults in interface BenchmarkResultHookpublic void finished()
finished in interface BenchmarkResultHookCopyright © 2012–2018. All rights reserved.