Interface BenchmarkExecutionListener
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
BenchmarkServiceExecutionListener,DefaultBenchmarkExecutionListener,GraphiteEventExecutionListener,LoggingBenchmarkExecutionListener
public interface BenchmarkExecutionListener
extends org.springframework.core.Ordered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionFuture<?>benchmarkFinished(BenchmarkExecutionResult benchmarkExecutionResult) Future<?>benchmarkStarted(Benchmark benchmark) Future<?>concurrencyTestExecutionFinished(List<QueryExecutionResult> executions) Future<?>executionFinished(QueryExecutionResult execution) Future<?>executionStarted(QueryExecution queryExecution) Methods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
benchmarkStarted
-
benchmarkFinished
-
executionStarted
-
executionFinished
-
concurrencyTestExecutionFinished
-