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 classBaseExtendedStatisticsContainerCommon logic for theExtendedStatisticsContainerclassLocalExtendedStatisticsContainerContainer for the statistics corresponding to local originated transactions.classRemoteExtendedStatisticsContainerContainer for the statistics corresponding to remote originated transactions.
-