Uses of Class
io.hyperfoil.api.statistics.StatisticsSnapshot
-
Packages that use StatisticsSnapshot Package Description io.hyperfoil.api.config io.hyperfoil.api.statistics -
-
Uses of StatisticsSnapshot in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return StatisticsSnapshot Modifier and Type Method Description StatisticsSnapshotSLA.Failure. statistics()Methods in io.hyperfoil.api.config with parameters of type StatisticsSnapshot Modifier and Type Method Description SLA.FailureSLA. validate(java.lang.String phase, java.lang.String metric, StatisticsSnapshot statistics)Constructors in io.hyperfoil.api.config with parameters of type StatisticsSnapshot Constructor Description Failure(SLA sla, java.lang.String phase, java.lang.String metric, StatisticsSnapshot statistics, java.lang.String message) -
Uses of StatisticsSnapshot in io.hyperfoil.api.statistics
Methods in io.hyperfoil.api.statistics that return StatisticsSnapshot Modifier and Type Method Description StatisticsSnapshotStatisticsSnapshot. clone()Methods in io.hyperfoil.api.statistics with parameters of type StatisticsSnapshot Modifier and Type Method Description voidStatisticsSnapshot. add(StatisticsSnapshot other)voidStatisticsSnapshot. subtract(StatisticsSnapshot other)Method parameters in io.hyperfoil.api.statistics with type arguments of type StatisticsSnapshot Modifier and Type Method Description voidStatistics. visitSnapshots(java.util.function.Consumer<StatisticsSnapshot> consumer)
-