Uses of Interface
org.infinispan.counter.api.SyncWeakCounter
-
Packages that use SyncWeakCounter Package Description org.infinispan.counter org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl -
-
Uses of SyncWeakCounter in org.infinispan.counter
Classes in org.infinispan.counter that implement SyncWeakCounter Modifier and Type Class Description class
SyncWeakCounter
Deprecated.since 9.2. -
Uses of SyncWeakCounter in org.infinispan.counter.api
Methods in org.infinispan.counter.api that return SyncWeakCounter Modifier and Type Method Description SyncWeakCounter
WeakCounter. sync()
It returns a synchronous weak counter for this instance. -
Uses of SyncWeakCounter in org.infinispan.counter.impl
Classes in org.infinispan.counter.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw SyncWeakCounter Modifier and Type Class Description class
org.infinispan.counter.impl.SyncWeakCounterAdapter
AWeakCounter
decorator that waits for the operation to complete.
-