OptaPlanner distribution 6.1.0.Final

org.optaplanner.benchmark.impl
Class SingleBenchmarkRunner

java.lang.Object
  extended by org.optaplanner.benchmark.impl.SingleBenchmarkRunner
All Implemented Interfaces:
Callable<SingleBenchmarkRunner>

public class SingleBenchmarkRunner
extends Object
implements Callable<SingleBenchmarkRunner>


Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
SingleBenchmarkRunner(SingleBenchmarkResult singleBenchmarkResult)
           
 
Method Summary
 SingleBenchmarkRunner call()
           
 Throwable getFailureThrowable()
           
 String getName()
           
 SingleBenchmarkResult getSingleBenchmarkResult()
           
 void setFailureThrowable(Throwable failureThrowable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected final transient org.slf4j.Logger logger
Constructor Detail

SingleBenchmarkRunner

public SingleBenchmarkRunner(SingleBenchmarkResult singleBenchmarkResult)
Method Detail

getSingleBenchmarkResult

public SingleBenchmarkResult getSingleBenchmarkResult()

getFailureThrowable

public Throwable getFailureThrowable()

setFailureThrowable

public void setFailureThrowable(Throwable failureThrowable)

call

public SingleBenchmarkRunner call()
Specified by:
call in interface Callable<SingleBenchmarkRunner>

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

OptaPlanner distribution 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.