Uses of Class
org.infinispan.client.hotrod.counter.impl.HotRodCounterEvent
-
Packages that use HotRodCounterEvent Package Description org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.impl.protocol -
-
Uses of HotRodCounterEvent in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type HotRodCounterEvent Modifier and Type Method Description protected void
CounterEventDispatcher. invokeEvent(HotRodCounterEvent event)
Constructor parameters in org.infinispan.client.hotrod.event.impl with type arguments of type HotRodCounterEvent Constructor Description CounterEventDispatcher(byte[] listenerId, ConcurrentMap<String,List<Consumer<HotRodCounterEvent>>> clientListeners, SocketAddress address, Supplier<CompletableFuture<Short>> failover, Runnable cleanup)
-
Uses of HotRodCounterEvent in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol that return HotRodCounterEvent Modifier and Type Method Description HotRodCounterEvent
Codec. readCounterEvent(io.netty.buffer.ByteBuf buf)
Reads aHotRodCounterEvent
with thelistener-id
.HotRodCounterEvent
Codec10. readCounterEvent(io.netty.buffer.ByteBuf buf)
HotRodCounterEvent
Codec20. readCounterEvent(io.netty.buffer.ByteBuf buf)
-