Uses of Class
org.infinispan.extendedstats.container.ConcurrentGlobalContainer
-
Packages that use ConcurrentGlobalContainer Package Description org.infinispan.extendedstats Infinispan Extended Statistics.org.infinispan.extendedstats.container -
-
Uses of ConcurrentGlobalContainer in org.infinispan.extendedstats
Methods in org.infinispan.extendedstats with parameters of type ConcurrentGlobalContainer Modifier and Type Method Description voidTransactionStatistics. flushTo(ConcurrentGlobalContainer globalContainer)Merges this statistics in the global container. -
Uses of ConcurrentGlobalContainer in org.infinispan.extendedstats.container
Methods in org.infinispan.extendedstats.container with parameters of type ConcurrentGlobalContainer Modifier and Type Method Description voidExtendedStatisticsContainer. mergeTo(ConcurrentGlobalContainer globalContainer)it merges inthisthe statistic's values inother.voidLocalExtendedStatisticsContainer. mergeTo(ConcurrentGlobalContainer globalContainer)voidRemoteExtendedStatisticsContainer. mergeTo(ConcurrentGlobalContainer globalContainer)
-