public class ElasticsearchResultRecorder
extends ThreadsafeResultRecorder
Elasticsearch-based implementation of tests execution results recorder
ResultRecorder.DefaultImpls| Constructor and Description |
|---|
ElasticsearchResultRecorder(ElasticsearchClient client)
Elasticsearch-based implementation of tests execution results recorder
|
| Modifier and Type | Method and Description |
|---|---|
void |
doCleanup() |
void |
doFlush(java.util.List<cz.encircled.jput.model.PerfTestExecution> data) |
java.util.List<java.lang.Long> |
getSample(PerfTestExecution execution)
Fetch execution times sample for the given execution
|
appendTrendResult, doFlush, flushappendTrendResult, flush, getSample, getUserDefinedEnvParams, subListpublic ElasticsearchResultRecorder(ElasticsearchClient client)
Elasticsearch-based implementation of tests execution results recorder
public java.util.List<java.lang.Long> getSample(PerfTestExecution execution)
Fetch execution times sample for the given execution
public void doFlush(java.util.List<cz.encircled.jput.model.PerfTestExecution> data)
public void doCleanup()