Uses of Interface
uk.gov.gchq.gaffer.performancetesting.Metrics
-
-
Uses of Metrics in uk.gov.gchq.gaffer.performancetesting
Methods in uk.gov.gchq.gaffer.performancetesting with parameters of type Metrics Modifier and Type Method Description void
FileWriterMetricsListener. update(Metrics metrics)
void
MetricsListener. update(Metrics metrics)
-
Uses of Metrics in uk.gov.gchq.gaffer.performancetesting.aws
Methods in uk.gov.gchq.gaffer.performancetesting.aws with parameters of type Metrics Modifier and Type Method Description void
CloudWatchMetricsListener. update(Metrics metrics)
-
Uses of Metrics in uk.gov.gchq.gaffer.performancetesting.ingest
Classes in uk.gov.gchq.gaffer.performancetesting.ingest that implement Metrics Modifier and Type Class Description class
IngestMetrics
This class contains the results from aElementIngestTest
. -
Uses of Metrics in uk.gov.gchq.gaffer.performancetesting.query
Classes in uk.gov.gchq.gaffer.performancetesting.query that implement Metrics Modifier and Type Class Description class
QueryMetrics
This class contains the results from aQueryTest
.
-