Uses of Class
org.infinispan.stats.percentiles.PercentileStatistic
-
Packages that use PercentileStatistic Package Description org.infinispan.stats Cache statistics.org.infinispan.stats.percentiles -
-
Uses of PercentileStatistic in org.infinispan.stats
Methods in org.infinispan.stats with parameters of type PercentileStatistic Modifier and Type Method Description doubleCacheStatisticCollector. getPercentile(PercentileStatistic stat, int percentile)doubleCacheStatisticManager. getPercentile(PercentileStatistic stat, int percentile) -
Uses of PercentileStatistic in org.infinispan.stats.percentiles
Methods in org.infinispan.stats.percentiles that return PercentileStatistic Modifier and Type Method Description static PercentileStatisticPercentileStatistic. valueOf(String name)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.
-