Uses of Class
org.infinispan.stats.ExtendedStatisticNotFoundException
-
Packages that use ExtendedStatisticNotFoundException Package Description org.infinispan.stats Cache statistics.org.infinispan.stats.container -
-
Uses of ExtendedStatisticNotFoundException in org.infinispan.stats
Methods in org.infinispan.stats that throw ExtendedStatisticNotFoundException Modifier and Type Method Description double
CacheStatisticCollector. getAttribute(ExtendedStatistic stat)
double
CacheStatisticManager. getAttribute(ExtendedStatistic stat)
double
TransactionStatistics. getValue(ExtendedStatistic stat)
-
Uses of ExtendedStatisticNotFoundException in org.infinispan.stats.container
Methods in org.infinispan.stats.container that throw ExtendedStatisticNotFoundException Modifier and Type Method Description double
BaseExtendedStatisticsContainer. getValue(ExtendedStatistic statistic)
double
ExtendedStatisticsContainer. getValue(ExtendedStatistic statistic)
-