Uses of Interface
org.infinispan.counter.api.StrongCounter
Packages that use StrongCounter
Package
Description
Clustered Counters API.
-
Uses of StrongCounter in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl that return StrongCounter -
Uses of StrongCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return StrongCounterModifier and TypeMethodDescriptionCounterManager.getStrongCounter(String name) Returns theStrongCounterwith that specific name. -
Uses of StrongCounter in org.infinispan.counter.impl
Constructors in org.infinispan.counter.impl with parameters of type StrongCounter -
Uses of StrongCounter in org.infinispan.counter.impl.manager
Methods in org.infinispan.counter.impl.manager that return StrongCounterModifier and TypeMethodDescriptiondefault StrongCounterInternalCounterAdmin.asStrongCounter()EmbeddedCounterManager.getStrongCounter(String name) Methods in org.infinispan.counter.impl.manager that return types with arguments of type StrongCounterModifier and TypeMethodDescriptionEmbeddedCounterManager.getStrongCounterAsync(String counterName) -
Uses of StrongCounter in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement StrongCounterModifier and TypeClassDescriptionclassA base strong consistent counter implementation.classA bounded strong consistent counter.classAn unbounded strong consistent counter.Methods in org.infinispan.counter.impl.strong that return StrongCounter