Uses of Interface
org.infinispan.hotrod.event.ClientEvent
-
Packages that use ClientEvent Package Description org.infinispan.hotrod.event Hot Rod client remote event API.org.infinispan.hotrod.event.impl -
-
Uses of ClientEvent in org.infinispan.hotrod.event
Subinterfaces of ClientEvent in org.infinispan.hotrod.event Modifier and Type Interface Description interfaceClientCacheEntryCreatedEvent<K>Client side cache entry created events provide information on the created key, and the version of the entry.interfaceClientCacheEntryCustomEvent<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.interfaceClientCacheEntryExpiredEvent<K>Client side cache entry expired events provide information on the expired key.interfaceClientCacheEntryModifiedEvent<K>Client side cache entry modified events provide information on the modified key, and the version of the entry after the modification.interfaceClientCacheEntryRemovedEvent<K>Client side cache entry removed events provide information on the removed key.interfaceClientCacheFailoverEventEvent received when the registered listener fails over to a different node. -
Uses of ClientEvent in org.infinispan.hotrod.event.impl
Classes in org.infinispan.hotrod.event.impl that implement ClientEvent Modifier and Type Class Description classAbstractClientEventclassCreatedEventImpl<K>classCustomEventImpl<T>classExpiredEventImpl<K>classModifiedEventImpl<K>classRemovedEventImpl<K>Methods in org.infinispan.hotrod.event.impl with parameters of type ClientEvent Modifier and Type Method Description voidClientEventDispatcher. invokeEvent(ClientEvent clientEvent)
-