Uses of Class
org.infinispan.client.hotrod.counter.impl.HotRodCounterEvent
Packages that use HotRodCounterEvent
-
Uses of HotRodCounterEvent in org.infinispan.client.hotrod.event.impl
Subclasses with type arguments of type HotRodCounterEvent in org.infinispan.client.hotrod.event.implMethods in org.infinispan.client.hotrod.event.impl with parameters of type HotRodCounterEventModifier and TypeMethodDescriptionprotected void
CounterEventDispatcher.invokeEvent
(HotRodCounterEvent event) Constructor parameters in org.infinispan.client.hotrod.event.impl with type arguments of type HotRodCounterEventModifierConstructorDescriptionCounterEventDispatcher
(byte[] listenerId, ConcurrentMap<String, List<Consumer<HotRodCounterEvent>>> clientListeners, SocketAddress address, Supplier<CompletableFuture<Void>> failover, Runnable cleanup)