Uses of Interface
org.infinispan.counter.api.CounterListener
-
Packages that use CounterListener Package Description org.infinispan.client.hotrod.counter.impl org.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.listener org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak -
-
Uses of CounterListener in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with type parameters of type CounterListener Modifier and Type Method Description <T extends CounterListener>
Handle<T>BaseCounter. addListener(T listener)<T extends CounterListener>
Handle<T>NotificationManager. addListener(String counterName, T listener) -
Uses of CounterListener in org.infinispan.counter.api
Classes in org.infinispan.counter.api with type parameters of type CounterListener Modifier and Type Interface Description interfaceHandle<T extends CounterListener>As a return ofStrongCounter.addListener(CounterListener), it is used to un-register theCounterListener.Methods in org.infinispan.counter.api with type parameters of type CounterListener Modifier and Type Method Description <T extends CounterListener>
Handle<T>StrongCounter. addListener(T listener)Registers aCounterListenerto this counter.<T extends CounterListener>
Handle<T>WeakCounter. addListener(T listener)Adds aCounterListenerto this counter. -
Uses of CounterListener in org.infinispan.counter.impl.listener
Methods in org.infinispan.counter.impl.listener with type parameters of type CounterListener Modifier and Type Method Description <T extends CounterListener>
Handle<T>CounterManagerNotificationManager. registerUserListener(org.infinispan.util.ByteString counterName, T userListener)It registers a user'sCounterListenerfor a specific counter. -
Uses of CounterListener in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong with type parameters of type CounterListener Modifier and Type Method Description <T extends CounterListener>
Handle<T>AbstractStrongCounter. addListener(T listener) -
Uses of CounterListener in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak with type parameters of type CounterListener Modifier and Type Method Description <T extends CounterListener>
Handle<T>WeakCounterImpl. addListener(T listener)
-