Uses of Interface
org.infinispan.stats.container.ExtendedStatisticsContainer
-
Packages that use ExtendedStatisticsContainer Package Description org.infinispan.stats Cache statistics.org.infinispan.stats.container -
-
Uses of ExtendedStatisticsContainer in org.infinispan.stats
Constructors in org.infinispan.stats with parameters of type ExtendedStatisticsContainer Constructor Description TransactionStatistics(ExtendedStatisticsContainer container, TimeService timeService)
-
Uses of ExtendedStatisticsContainer in org.infinispan.stats.container
Classes in org.infinispan.stats.container that implement ExtendedStatisticsContainer Modifier and Type Class Description class
BaseExtendedStatisticsContainer
Common logic for theExtendedStatisticsContainer
class
LocalExtendedStatisticsContainer
Container for the statistics corresponding to local originated transactions.class
RemoteExtendedStatisticsContainer
Container for the statistics corresponding to remote originated transactions.
-