public class BasicReporter extends Object implements Reporter
Modifier and Type | Field and Description |
---|---|
protected Statistics |
overall |
Constructor and Description |
---|
BasicReporter(Class<? extends Statistics> clazz,
PrintStream out,
int batchSize,
boolean printHeader) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
header() |
void |
log(String s) |
void |
message(javax.jms.Message msg) |
void |
report() |
protected Statistics overall
public BasicReporter(Class<? extends Statistics> clazz, PrintStream out, int batchSize, boolean printHeader) throws Exception
Exception
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.