Uses of Interface
org.infinispan.notifications.cachelistener.cluster.ClusterCacheNotifier
-
Packages that use ClusterCacheNotifier Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. -
-
Uses of ClusterCacheNotifier in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type ClusterCacheNotifier Modifier and Type Method Description org.infinispan.factories.impl.ComponentRef<ClusterCacheNotifier>ComponentRegistry. getClusterCacheNotifier() -
Uses of ClusterCacheNotifier in org.infinispan.notifications.cachelistener
Classes in org.infinispan.notifications.cachelistener that implement ClusterCacheNotifier Modifier and Type Class Description classCacheNotifierImpl<K,V>Helper class that handles all notifications to registered listeners.
-