public class SingleBenchmarkRunner extends Object implements Callable<SingleBenchmarkRunner>
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
static String |
NAME_MDC |
Constructor and Description |
---|
SingleBenchmarkRunner(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
SingleBenchmarkRunner |
call() |
Throwable |
getFailureThrowable() |
String |
getName() |
SingleBenchmarkResult |
getSingleBenchmarkResult() |
void |
setFailureThrowable(Throwable failureThrowable) |
String |
toString() |
public static final String NAME_MDC
protected final transient org.slf4j.Logger logger
public SingleBenchmarkRunner(SingleBenchmarkResult singleBenchmarkResult)
public SingleBenchmarkResult getSingleBenchmarkResult()
public Throwable getFailureThrowable()
public void setFailureThrowable(Throwable failureThrowable)
public SingleBenchmarkRunner call()
call
in interface Callable<SingleBenchmarkRunner>
public String getName()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.