Uses of Class
org.infinispan.hotrod.impl.counter.HotRodCounterEvent
Packages that use HotRodCounterEvent
-
Uses of HotRodCounterEvent in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl with parameters of type HotRodCounterEventModifier and TypeMethodDescriptionprotected voidCounterEventDispatcher.invokeEvent(HotRodCounterEvent event) Constructor parameters in org.infinispan.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) -
Uses of HotRodCounterEvent in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol that return HotRodCounterEventModifier and TypeMethodDescriptionCodec.readCounterEvent(io.netty.buffer.ByteBuf buf) Reads aHotRodCounterEventwith thelistener-id.Codec40.readCounterEvent(io.netty.buffer.ByteBuf buf)