Uses of Interface
org.infinispan.counter.api.WeakCounter
-
Packages that use WeakCounter 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.weak -
-
Uses of WeakCounter in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl that return WeakCounter Modifier and Type Method Description WeakCounterRemoteCounterManager. getWeakCounter(String name) -
Uses of WeakCounter in org.infinispan.counter
Constructors in org.infinispan.counter with parameters of type WeakCounter Constructor Description SyncWeakCounter(WeakCounter counter)Deprecated. -
Uses of WeakCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return WeakCounter Modifier and Type Method Description WeakCounterCounterManager. getWeakCounter(String name)Returns theWeakCounterwith that specific name. -
Uses of WeakCounter in org.infinispan.counter.impl
Constructors in org.infinispan.counter.impl with parameters of type WeakCounter Constructor Description SyncWeakCounterAdapter(WeakCounter counter) -
Uses of WeakCounter in org.infinispan.counter.impl.manager
Methods in org.infinispan.counter.impl.manager that return WeakCounter Modifier and Type Method Description default WeakCounterInternalCounterAdmin. asWeakCounter()WeakCounterEmbeddedCounterManager. getWeakCounter(String name)Methods in org.infinispan.counter.impl.manager that return types with arguments of type WeakCounter Modifier and Type Method Description CompletionStage<WeakCounter>EmbeddedCounterManager. getWeakCounterAsync(String counterName) -
Uses of WeakCounter in org.infinispan.counter.impl.weak
Classes in org.infinispan.counter.impl.weak that implement WeakCounter Modifier and Type Class Description classWeakCounterImplA weak consistent counter implementation.Methods in org.infinispan.counter.impl.weak that return WeakCounter Modifier and Type Method Description WeakCounterWeakCounterImpl. asWeakCounter()
-