Uses of Interface
org.infinispan.counter.api.CounterManager
-
Packages that use CounterManager Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.counter.impl org.infinispan.counter Embedded Clustered Counters.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.client.hotrod.counter.impl
Classes in org.infinispan.client.hotrod.counter.impl that implement CounterManager Modifier and Type Class Description class
RemoteCounterManager
ACounterManager
implementation for Hot Rod clients. -
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)
-