Uses of Record Class
org.aksw.iguana.cc.worker.HttpWorker.ExecutionStats
Package
Description
-
Uses of HttpWorker.ExecutionStats in org.aksw.iguana.cc.metrics
Modifier and TypeMethodDescriptionQueryMetric.calculateQueryMetric
(List<HttpWorker.ExecutionStats> data) default org.apache.jena.rdf.model.Model
ModelWritingMetric.createMetricModel
(List<HttpWorker> workers, Map<String, List<HttpWorker.ExecutionStats>> data, IRES.Factory iresFactory) -
Uses of HttpWorker.ExecutionStats in org.aksw.iguana.cc.metrics.impl
Modifier and TypeMethodDescriptionPQPS.calculateQueryMetric
(List<HttpWorker.ExecutionStats> data) QPS.calculateQueryMetric
(List<HttpWorker.ExecutionStats> data) org.apache.jena.rdf.model.Model
AggregatedExecutionStatistics.createMetricModel
(List<HttpWorker> workers, Map<String, List<HttpWorker.ExecutionStats>> data, IRES.Factory iresFactory) -
Uses of HttpWorker.ExecutionStats in org.aksw.iguana.cc.worker
Modifier and TypeMethodDescriptionHttpWorker.Result.executionStats()
Returns the value of theexecutionStats
record component.ModifierConstructorDescriptionResult
(long workerID, List<HttpWorker.ExecutionStats> executionStats, ZonedDateTime startTime, ZonedDateTime endTime) Creates an instance of aResult
record class.