Uses of Interface
org.infinispan.counter.api.CounterManager
-
Packages that use CounterManager Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.counter org.infinispan.server.hotrod.counter.listener -
-
Uses of CounterManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CounterManager Modifier and Type Method Description static CounterManager
RemoteCounterManagerFactory. asCounterManager(RemoteCacheManager cacheManager)
-
Uses of CounterManager in org.infinispan.counter
Methods in org.infinispan.counter that return CounterManager Modifier and Type Method Description static CounterManager
EmbeddedCounterManagerFactory. asCounterManager(EmbeddedCacheManager cacheManager)
-
Uses of CounterManager in org.infinispan.server.hotrod.counter.listener
Constructors in org.infinispan.server.hotrod.counter.listener with parameters of type CounterManager Constructor Description ClientCounterManagerNotificationManager(CounterManager counterManager)
-