public class SubSingleBenchmarkRunner extends Object implements Callable<SubSingleBenchmarkRunner>
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
static String |
NAME_MDC |
Constructor and Description |
---|
SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult) |
SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult,
SolverConfigContext solverConfigContext) |
Modifier and Type | Method and Description |
---|---|
SubSingleBenchmarkRunner |
call() |
Throwable |
getFailureThrowable() |
String |
getName() |
SubSingleBenchmarkResult |
getSubSingleBenchmarkResult() |
void |
setFailureThrowable(Throwable failureThrowable) |
String |
toString() |
public static final String NAME_MDC
protected final transient org.slf4j.Logger logger
public SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult)
subSingleBenchmarkResult
- never nullpublic SubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult, SolverConfigContext solverConfigContext)
subSingleBenchmarkResult
- never nullsolverConfigContext
- never nullpublic SubSingleBenchmarkResult getSubSingleBenchmarkResult()
public Throwable getFailureThrowable()
public void setFailureThrowable(Throwable failureThrowable)
public SubSingleBenchmarkRunner call()
call
in interface Callable<SubSingleBenchmarkRunner>
public String getName()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.