Class IngestMetrics
- java.lang.Object
-
- uk.gov.gchq.gaffer.performancetesting.ingest.IngestMetrics
-
- All Implemented Interfaces:
Metrics
public class IngestMetrics extends Object implements Metrics
This class contains the results from aElementIngestTest. It provides the number ofElements ingested per second.
-
-
Field Summary
Fields Modifier and Type Field Description static StringELEMENTS_PER_SECOND_BATCHstatic StringELEMENTS_PER_SECOND_OVERALL
-
Constructor Summary
Constructors Constructor Description IngestMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetMetric(String metricName)SortedSet<String>getMetricNames()voidputMetric(String metricName, Object metric)
-
-
-
Field Detail
-
ELEMENTS_PER_SECOND_BATCH
public static final String ELEMENTS_PER_SECOND_BATCH
- See Also:
- Constant Field Values
-
ELEMENTS_PER_SECOND_OVERALL
public static final String ELEMENTS_PER_SECOND_OVERALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMetricNames
public SortedSet<String> getMetricNames()
- Specified by:
getMetricNamesin interfaceMetrics
-
-