Package | Description |
---|---|
org.infinispan.stats |
Cache statistics.
|
org.infinispan.stats.container | |
org.infinispan.stats.logging | |
org.infinispan.stats.wrappers |
Modifier and Type | Method and 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 |
CacheStatisticManager.getAttribute(ExtendedStatistic stat) |
double |
CacheStatisticCollector.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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 int |
LocalExtendedStatisticsContainer.getIndex(ExtendedStatistic statistic) |
protected abstract int |
BaseExtendedStatisticsContainer.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) |
Modifier and Type | Method and Description |
---|---|
void |
Log.extendedStatisticNotFoundForPercentile(ExtendedStatistic statistic,
Throwable cause) |
void |
Log.unableToCopyValue(ExtendedStatistic from,
ExtendedStatistic to,
Throwable cause) |
void |
Log.unableToGetStatistic(ExtendedStatistic statistic,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
double |
ExtendedStatisticInterceptor.getAttribute(ExtendedStatistic statistic) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.