Uses of Interface
org.infinispan.counter.api.StrongCounter
-
Packages that use StrongCounter Package Description org.infinispan.client.hotrod.counter.impl org.infinispan.counter Embedded Clustered Counters.org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl -
-
Uses of StrongCounter in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl that return StrongCounter Modifier and Type Method Description StrongCounter
RemoteCounterManager. getStrongCounter(String name)
-
Uses of StrongCounter in org.infinispan.counter
Constructors in org.infinispan.counter with parameters of type StrongCounter Constructor Description SyncStrongCounter(StrongCounter counter)
Deprecated. -
Uses of StrongCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return StrongCounter Modifier and Type Method Description StrongCounter
CounterManager. getStrongCounter(String name)
Returns theStrongCounter
with that specific name. -
Uses of StrongCounter in org.infinispan.counter.impl
Constructors in org.infinispan.counter.impl with parameters of type StrongCounter Constructor Description SyncStrongCounterAdapter(StrongCounter counter)
-