Uses of Interface
org.infinispan.client.hotrod.event.ClientEvent
-
Packages that use ClientEvent Package Description org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.client.hotrod.event.impl -
-
Uses of ClientEvent in org.infinispan.client.hotrod.event
Subinterfaces of ClientEvent in org.infinispan.client.hotrod.event Modifier and Type Interface Description interface
ClientCacheEntryCreatedEvent<K>
Client side cache entry created events provide information on the created key, and the version of the entry.interface
ClientCacheEntryCustomEvent<T>
The events generated by default contain just enough information to make the event relevant but they avoid cramming too much information in order to reduce the cost of sending them.interface
ClientCacheEntryExpiredEvent<K>
Client side cache entry expired events provide information on the expired key.interface
ClientCacheEntryModifiedEvent<K>
Client side cache entry modified events provide information on the modified key, and the version of the entry after the modification.interface
ClientCacheEntryRemovedEvent<K>
Client side cache entry removed events provide information on the removed key.interface
ClientCacheFailoverEvent
Event received when the registered listener fails over to a different node. -
Uses of ClientEvent in org.infinispan.client.hotrod.event.impl
Classes in org.infinispan.client.hotrod.event.impl that implement ClientEvent Modifier and Type Class Description class
AbstractClientEvent
class
CreatedEventImpl<K>
class
CustomEventImpl<T>
class
ExpiredEventImpl<K>
class
ModifiedEventImpl<K>
class
RemovedEventImpl<K>
Methods in org.infinispan.client.hotrod.event.impl with parameters of type ClientEvent Modifier and Type Method Description void
ClientEventDispatcher. invokeEvent(ClientEvent clientEvent)
-