Uses of Class
org.infinispan.stats.TransactionStatistics
-
Packages that use TransactionStatistics Package Description org.infinispan.stats Cache statistics. -
-
Uses of TransactionStatistics in org.infinispan.stats
Subclasses of TransactionStatistics in org.infinispan.stats Modifier and Type Class Description class
LocalTransactionStatistics
Represents the statistics collected for a local transactionclass
RemoteTransactionStatistics
Represents the statistic collected for a remote transactionMethods in org.infinispan.stats with parameters of type TransactionStatistics Modifier and Type Method Description void
CacheStatisticCollector. merge(TransactionStatistics transactionStatistics)
Merges a transaction statistics in this cache statistics.
-