Uses of Interface
org.infinispan.extendedstats.container.ExtendedStatisticsContainer
-
Packages that use ExtendedStatisticsContainer Package Description org.infinispan.extendedstats Infinispan Extended Statistics.org.infinispan.extendedstats.container -
-
Uses of ExtendedStatisticsContainer in org.infinispan.extendedstats
Constructors in org.infinispan.extendedstats with parameters of type ExtendedStatisticsContainer Constructor Description TransactionStatistics(ExtendedStatisticsContainer container, TimeService timeService) -
Uses of ExtendedStatisticsContainer in org.infinispan.extendedstats.container
Classes in org.infinispan.extendedstats.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.
-