Uses of Package
org.infinispan.client.hotrod.event
-
Packages that use org.infinispan.client.hotrod.event Package Description org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.logging org.infinispan.spring.session -
Classes in org.infinispan.client.hotrod.event used by org.infinispan.client.hotrod.event Class Description ClientCacheFailoverEvent Event received when the registered listener fails over to a different node.ClientEvent ClientEvent.Type -
Classes in org.infinispan.client.hotrod.event used by org.infinispan.client.hotrod.event.impl Class Description ClientCacheEntryCreatedEvent Client side cache entry created events provide information on the created key, and the version of the entry.ClientCacheEntryCustomEvent 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.ClientCacheEntryExpiredEvent Client side cache entry expired events provide information on the expired key.ClientCacheEntryModifiedEvent Client side cache entry modified events provide information on the modified key, and the version of the entry after the modification.ClientCacheEntryRemovedEvent Client side cache entry removed events provide information on the removed key.ClientEvent ClientEvent.Type -
Classes in org.infinispan.client.hotrod.event used by org.infinispan.client.hotrod.logging Class Description IncorrectClientListenerException -
Classes in org.infinispan.client.hotrod.event used by org.infinispan.spring.session Class Description ClientCacheEntryCreatedEvent Client side cache entry created events provide information on the created key, and the version of the entry.ClientCacheEntryExpiredEvent Client side cache entry expired events provide information on the expired key.ClientCacheEntryRemovedEvent Client side cache entry removed events provide information on the removed key.