Package bftsmart.tests.requests
Class RequestsTestStrategy
- java.lang.Object
-
- bftsmart.tests.requests.RequestsTestStrategy
-
- All Implemented Interfaces:
controller.IBenchmarkStrategy
,controller.IWorkerStatusListener
public class RequestsTestStrategy extends java.lang.Object implements controller.IBenchmarkStrategy, controller.IWorkerStatusListener
-
-
Constructor Summary
Constructors Constructor Description RequestsTestStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeBenchmark(controller.WorkerHandler[] workerHandlers, java.util.Properties properties)
void
onEnded(int workerId)
void
onError(int workerId, java.lang.String errorMessage)
void
onReady(int workerId)
void
onResult(int i, worker.IProcessingResult iProcessingResult)
-
-
-
Method Detail
-
executeBenchmark
public void executeBenchmark(controller.WorkerHandler[] workerHandlers, java.util.Properties properties)
- Specified by:
executeBenchmark
in interfacecontroller.IBenchmarkStrategy
-
onReady
public void onReady(int workerId)
- Specified by:
onReady
in interfacecontroller.IWorkerStatusListener
-
onEnded
public void onEnded(int workerId)
- Specified by:
onEnded
in interfacecontroller.IWorkerStatusListener
-
onError
public void onError(int workerId, java.lang.String errorMessage)
- Specified by:
onError
in interfacecontroller.IWorkerStatusListener
-
onResult
public void onResult(int i, worker.IProcessingResult iProcessingResult)
- Specified by:
onResult
in interfacecontroller.IWorkerStatusListener
-
-