Uses of Enum
org.infinispan.extendedstats.container.ExtendedStatistic
Package
Description
Infinispan Extended Statistics.
-
Uses of ExtendedStatistic in org.infinispan.extendedstats
Modifier and TypeMethodDescriptionfinal void
CacheStatisticManager.add
(ExtendedStatistic stat, double value, GlobalTransaction globalTransaction, boolean local) Adds a value to a statistic.final void
CacheStatisticCollector.addLocalValue
(ExtendedStatistic stat, double value) Adds a value to a local statistic.final void
CacheStatisticCollector.addRemoteValue
(ExtendedStatistic stat, double value) Adds a value to a remote statistic.final void
TransactionStatistics.addValue
(ExtendedStatistic stat, double value) Adds a value to a statistic collected for this transaction.protected final void
TransactionStatistics.copyValue
(ExtendedStatistic from, ExtendedStatistic to) Copies a statistic value and adds it to another statistic.final double
CacheStatisticCollector.getAttribute
(ExtendedStatistic stat) final double
CacheStatisticManager.getAttribute
(ExtendedStatistic stat) final double
TransactionStatistics.getValue
(ExtendedStatistic stat) final void
CacheStatisticManager.increment
(ExtendedStatistic stat, GlobalTransaction globalTransaction, boolean local) Increments the statistic value.final void
TransactionStatistics.incrementValue
(ExtendedStatistic stat) Increments a statistic value. -
Uses of ExtendedStatistic in org.infinispan.extendedstats.container
Modifier and TypeMethodDescriptionstatic ExtendedStatistic
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.Modifier and TypeMethodDescriptionfinal void
ConcurrentGlobalContainer.add
(ExtendedStatistic stat, double value, boolean local) final void
BaseExtendedStatisticsContainer.addValue
(ExtendedStatistic statistic, double value) void
ExtendedStatisticsContainer.addValue
(ExtendedStatistic statistic, double value) it adds the value to the statistic.protected abstract int
BaseExtendedStatisticsContainer.getIndex
(ExtendedStatistic statistic) protected final int
LocalExtendedStatisticsContainer.getIndex
(ExtendedStatistic statistic) protected int
RemoteExtendedStatisticsContainer.getIndex
(ExtendedStatistic statistic) final double
StatisticsSnapshot.getLocal
(ExtendedStatistic stat) static int
ConcurrentGlobalContainer.getLocalIndex
(ExtendedStatistic stat) final double
StatisticsSnapshot.getRemote
(ExtendedStatistic stat) static int
ConcurrentGlobalContainer.getRemoteIndex
(ExtendedStatistic stat) final double
BaseExtendedStatisticsContainer.getValue
(ExtendedStatistic statistic) double
ExtendedStatisticsContainer.getValue
(ExtendedStatistic statistic) -
Uses of ExtendedStatistic in org.infinispan.extendedstats.logging
Modifier and TypeMethodDescriptionvoid
Log.extendedStatisticNotFoundForPercentile
(ExtendedStatistic statistic, Throwable cause) void
Log.unableToCopyValue
(ExtendedStatistic from, ExtendedStatistic to, Throwable cause) void
Log.unableToGetStatistic
(ExtendedStatistic statistic, Throwable cause) -
Uses of ExtendedStatistic in org.infinispan.extendedstats.wrappers
Modifier and TypeMethodDescriptiondouble
ExtendedStatisticInterceptor.getAttribute
(ExtendedStatistic statistic)