Uses of Class
org.infinispan.hotrod.impl.counter.HotRodCounterEvent
-
Packages that use HotRodCounterEvent Package Description org.infinispan.hotrod.event.impl org.infinispan.hotrod.impl.protocol -
-
Uses of HotRodCounterEvent in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl with parameters of type HotRodCounterEvent Modifier and Type Method Description protected voidCounterEventDispatcher. invokeEvent(HotRodCounterEvent event)Constructor parameters in org.infinispan.hotrod.event.impl with type arguments of type HotRodCounterEvent Constructor Description CounterEventDispatcher(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 HotRodCounterEvent Modifier and Type Method Description HotRodCounterEventCodec. readCounterEvent(io.netty.buffer.ByteBuf buf)Reads aHotRodCounterEventwith thelistener-id.HotRodCounterEventCodec40. readCounterEvent(io.netty.buffer.ByteBuf buf)
-