Uses of Interface
org.infinispan.counter.api.StrongCounter
-
Packages that use StrongCounter Package Description org.infinispan.client.hotrod.counter.impl org.infinispan.counter org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl org.infinispan.counter.impl.manager org.infinispan.counter.impl.strong -
-
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 StrongCounterRemoteCounterManager. 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 StrongCounterCounterManager. 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 Constructor Description SyncStrongCounterAdapter(StrongCounter counter) -
Uses of StrongCounter in org.infinispan.counter.impl.manager
Methods in org.infinispan.counter.impl.manager that return StrongCounter Modifier and Type Method Description default StrongCounterInternalCounterAdmin. asStrongCounter()StrongCounterEmbeddedCounterManager. getStrongCounter(String name)Methods in org.infinispan.counter.impl.manager that return types with arguments of type StrongCounter Modifier and Type Method Description CompletionStage<StrongCounter>EmbeddedCounterManager. getStrongCounterAsync(String counterName) -
Uses of StrongCounter in org.infinispan.counter.impl.strong
Classes in org.infinispan.counter.impl.strong that implement StrongCounter Modifier and Type Class Description classAbstractStrongCounterA base strong consistent counter implementation.classBoundedStrongCounterA bounded strong consistent counter.classUnboundedStrongCounterAn unbounded strong consistent counter.Methods in org.infinispan.counter.impl.strong that return StrongCounter Modifier and Type Method Description StrongCounterAbstractStrongCounter. asStrongCounter()
-