Uses of Class
org.infinispan.client.hotrod.event.impl.AbstractClientEvent
-
Packages that use AbstractClientEvent Package Description org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.impl.protocol -
-
Uses of AbstractClientEvent in org.infinispan.client.hotrod.event.impl
Subclasses of AbstractClientEvent in org.infinispan.client.hotrod.event.impl Modifier and Type Class Description class
CreatedEventImpl<K>
class
CustomEventImpl<T>
class
ExpiredEventImpl<K>
class
ModifiedEventImpl<K>
class
RemovedEventImpl<K>
-
Uses of AbstractClientEvent in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol that return AbstractClientEvent Modifier and Type Method Description protected AbstractClientEvent
Codec20. createCreatedEvent(byte[] listenerId, Object key, long dataVersion, boolean isRetried)
protected AbstractClientEvent
Codec20. createCustomEvent(byte[] listenerId, Object eventData, ClientEvent.Type eventType, boolean isRetried)
protected AbstractClientEvent
Codec21. createExpiredEvent(byte[] listenerId, Object key)
protected AbstractClientEvent
Codec20. createModifiedEvent(byte[] listenerId, Object key, long dataVersion, boolean isRetried)
protected AbstractClientEvent
Codec20. createRemovedEvent(byte[] listenerId, Object key, boolean isRetried)
AbstractClientEvent
Codec. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, org.infinispan.commons.configuration.ClassWhiteList whitelist, SocketAddress serverAddress)
AbstractClientEvent
Codec10. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> dataFormatFunction, short eventTypeId, org.infinispan.commons.configuration.ClassWhiteList whitelist, SocketAddress serverAddress)
AbstractClientEvent
Codec20. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, org.infinispan.commons.configuration.ClassWhiteList whitelist, SocketAddress serverAddress)
AbstractClientEvent
Codec21. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, org.infinispan.commons.configuration.ClassWhiteList whitelist, SocketAddress serverAddress)
-