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 ofElement
s ingested per second.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENTS_PER_SECOND_BATCH
static String
ELEMENTS_PER_SECOND_OVERALL
-
Constructor Summary
Constructors Constructor Description IngestMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getMetric(String metricName)
SortedSet<String>
getMetricNames()
void
putMetric(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:
getMetricNames
in interfaceMetrics
-
-