Uses of Enum
org.infinispan.extendedstats.percentiles.PercentileStatistic
Package
Description
Infinispan Extended Statistics.
-
Uses of PercentileStatistic in org.infinispan.extendedstats
Modifier 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
Modifier and TypeMethodDescriptionvoid
Log.unableToGetPercentile
(int percentile, PercentileStatistic statistic, Throwable cause) -
Uses of PercentileStatistic in org.infinispan.extendedstats.percentiles
Modifier 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.