Uses of Enum
org.infinispan.extendedstats.percentiles.PercentileStatistic
Packages that use PercentileStatistic
Package
Description
Infinispan Extended Statistics.
-
Uses of PercentileStatistic in org.infinispan.extendedstats
Methods in org.infinispan.extendedstats with parameters of type PercentileStatisticModifier and TypeMethodDescriptionfinal double
CacheStatisticCollector.getPercentile
(PercentileStatistic stat, int percentile) final double
CacheStatisticManager.getPercentile
(PercentileStatistic stat, int percentile) -
Uses of PercentileStatistic in org.infinispan.extendedstats.logging
Methods in org.infinispan.extendedstats.logging with parameters of type PercentileStatisticModifier and TypeMethodDescriptionvoid
Log.unableToGetPercentile
(int percentile, PercentileStatistic statistic, Throwable cause) -
Uses of PercentileStatistic in org.infinispan.extendedstats.percentiles
Methods in org.infinispan.extendedstats.percentiles that return PercentileStatisticModifier and TypeMethodDescriptionstatic PercentileStatistic
Returns the enum constant of this type with the specified name.static PercentileStatistic[]
PercentileStatistic.values()
Returns an array containing the constants of this enum type, in the order they are declared.