Uses of Class
org.infinispan.stats.container.ExtendedStatistic
-
Packages that use ExtendedStatistic Package Description org.infinispan.stats Cache statistics.org.infinispan.stats.container org.infinispan.stats.wrappers -
-
Uses of ExtendedStatistic in org.infinispan.stats
Methods in org.infinispan.stats with parameters of type ExtendedStatistic Modifier and Type Method Description voidCacheStatisticManager. add(ExtendedStatistic stat, double value, GlobalTransaction globalTransaction, boolean local)Adds a value to a statistic.voidCacheStatisticCollector. addLocalValue(ExtendedStatistic stat, double value)Adds a value to a local statistic.voidCacheStatisticCollector. addRemoteValue(ExtendedStatistic stat, double value)Adds a value to a remote statistic.voidTransactionStatistics. addValue(ExtendedStatistic stat, double value)Adds a value to a statistic collected for this transaction.protected voidTransactionStatistics. copyValue(ExtendedStatistic from, ExtendedStatistic to)Copies a statistic value and adds it to another statistic.doubleCacheStatisticCollector. getAttribute(ExtendedStatistic stat)doubleCacheStatisticManager. getAttribute(ExtendedStatistic stat)doubleTransactionStatistics. getValue(ExtendedStatistic stat)voidCacheStatisticManager. increment(ExtendedStatistic stat, GlobalTransaction globalTransaction, boolean local)Increments the statistic value.voidTransactionStatistics. incrementValue(ExtendedStatistic stat)Increments a statistic value. -
Uses of ExtendedStatistic in org.infinispan.stats.container
Methods in org.infinispan.stats.container that return ExtendedStatistic Modifier and Type Method Description static ExtendedStatisticExtendedStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedStatistic[]ExtendedStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.stats.container with parameters of type ExtendedStatistic Modifier and Type Method Description voidConcurrentGlobalContainer. add(ExtendedStatistic stat, double value, boolean local)voidBaseExtendedStatisticsContainer. addValue(ExtendedStatistic statistic, double value)voidExtendedStatisticsContainer. addValue(ExtendedStatistic statistic, double value)it adds the value to the statistic.protected abstract intBaseExtendedStatisticsContainer. getIndex(ExtendedStatistic statistic)protected intLocalExtendedStatisticsContainer. getIndex(ExtendedStatistic statistic)protected intRemoteExtendedStatisticsContainer. getIndex(ExtendedStatistic statistic)doubleStatisticsSnapshot. getLocal(ExtendedStatistic stat)static intConcurrentGlobalContainer. getLocalIndex(ExtendedStatistic stat)doubleStatisticsSnapshot. getRemote(ExtendedStatistic stat)static intConcurrentGlobalContainer. getRemoteIndex(ExtendedStatistic stat)doubleBaseExtendedStatisticsContainer. getValue(ExtendedStatistic statistic)doubleExtendedStatisticsContainer. getValue(ExtendedStatistic statistic) -
Uses of ExtendedStatistic in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with parameters of type ExtendedStatistic Modifier and Type Method Description doubleExtendedStatisticInterceptor. getAttribute(ExtendedStatistic statistic)
-