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 classLocalTransactionStatisticsRepresents the statistics collected for a local transactionclassRemoteTransactionStatisticsRepresents the statistic collected for a remote transactionMethods in org.infinispan.stats with parameters of type TransactionStatistics Modifier and Type Method Description voidCacheStatisticCollector. merge(TransactionStatistics transactionStatistics)Merges a transaction statistics in this cache statistics.
-