Uses of Class
org.infinispan.extendedstats.TransactionStatistics
-
Packages that use TransactionStatistics Package Description org.infinispan.extendedstats Infinispan Extended Statistics. -
-
Uses of TransactionStatistics in org.infinispan.extendedstats
Subclasses of TransactionStatistics in org.infinispan.extendedstats Modifier and Type Class Description classLocalTransactionStatisticsRepresents the statistics collected for a local transactionclassRemoteTransactionStatisticsRepresents the statistic collected for a remote transactionMethods in org.infinispan.extendedstats with parameters of type TransactionStatistics Modifier and Type Method Description voidCacheStatisticCollector. merge(TransactionStatistics transactionStatistics)Merges a transaction statistics in this cache statistics.
-