Uses of Record Class
org.aksw.iguana.cc.worker.HttpWorker.ExecutionStats
Packages that use HttpWorker.ExecutionStats
Package
Description
-
Uses of HttpWorker.ExecutionStats in org.aksw.iguana.cc.metrics
Method parameters in org.aksw.iguana.cc.metrics with type arguments of type HttpWorker.ExecutionStatsModifier 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
Method parameters in org.aksw.iguana.cc.metrics.impl with type arguments of type HttpWorker.ExecutionStatsModifier 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
Methods in org.aksw.iguana.cc.worker that return types with arguments of type HttpWorker.ExecutionStatsModifier and TypeMethodDescriptionHttpWorker.Result.executionStats()
Returns the value of theexecutionStats
record component.Constructor parameters in org.aksw.iguana.cc.worker with type arguments of type HttpWorker.ExecutionStatsModifierConstructorDescriptionResult
(long workerID, List<HttpWorker.ExecutionStats> executionStats, ZonedDateTime startTime, ZonedDateTime endTime) Creates an instance of aResult
record class.