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 void
CacheStatisticManager. add(ExtendedStatistic stat, double value, GlobalTransaction globalTransaction, boolean local)
Adds a value to a statistic.void
CacheStatisticCollector. addLocalValue(ExtendedStatistic stat, double value)
Adds a value to a local statistic.void
CacheStatisticCollector. addRemoteValue(ExtendedStatistic stat, double value)
Adds a value to a remote statistic.void
TransactionStatistics. addValue(ExtendedStatistic stat, double value)
Adds a value to a statistic collected for this transaction.protected void
TransactionStatistics. copyValue(ExtendedStatistic from, ExtendedStatistic to)
Copies a statistic value and adds it to another statistic.double
CacheStatisticCollector. getAttribute(ExtendedStatistic stat)
double
CacheStatisticManager. getAttribute(ExtendedStatistic stat)
double
TransactionStatistics. getValue(ExtendedStatistic stat)
void
CacheStatisticManager. increment(ExtendedStatistic stat, GlobalTransaction globalTransaction, boolean local)
Increments the statistic value.void
TransactionStatistics. 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 ExtendedStatistic
ExtendedStatistic. 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 void
ConcurrentGlobalContainer. add(ExtendedStatistic stat, double value, boolean local)
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 int
LocalExtendedStatisticsContainer. getIndex(ExtendedStatistic statistic)
protected int
RemoteExtendedStatisticsContainer. getIndex(ExtendedStatistic statistic)
double
StatisticsSnapshot. getLocal(ExtendedStatistic stat)
static int
ConcurrentGlobalContainer. getLocalIndex(ExtendedStatistic stat)
double
StatisticsSnapshot. getRemote(ExtendedStatistic stat)
static int
ConcurrentGlobalContainer. getRemoteIndex(ExtendedStatistic stat)
double
BaseExtendedStatisticsContainer. getValue(ExtendedStatistic statistic)
double
ExtendedStatisticsContainer. 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 double
ExtendedStatisticInterceptor. getAttribute(ExtendedStatistic statistic)
-