Uses of Class
org.infinispan.extendedstats.percentiles.PercentileStatistic
-
Packages that use PercentileStatistic Package Description org.infinispan.extendedstats Infinispan Extended Statistics.org.infinispan.extendedstats.logging org.infinispan.extendedstats.percentiles -
-
Uses of PercentileStatistic in org.infinispan.extendedstats
Methods in org.infinispan.extendedstats 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.extendedstats.logging
Methods in org.infinispan.extendedstats.logging with parameters of type PercentileStatistic Modifier and Type Method Description voidLog_$logger. unableToGetPercentile(int percentile, PercentileStatistic statistic, Throwable cause)voidLog. unableToGetPercentile(int percentile, PercentileStatistic statistic, Throwable cause) -
Uses of PercentileStatistic in org.infinispan.extendedstats.percentiles
Methods in org.infinispan.extendedstats.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.
-