Uses of Interface
org.infinispan.counter.api.WeakCounter
-
Packages that use WeakCounter Package Description org.infinispan.counter.api Clustered Counters API. -
-
Uses of WeakCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return WeakCounter Modifier and Type Method Description WeakCounter
CounterManager. getWeakCounter(String name)
Returns theWeakCounter
with that specific name.
-