Uses of Interface
org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
Packages that use ClusteredCacheEntryListener
-
Uses of ClusteredCacheEntryListener in org.jivesoftware.util.cache
Classes in org.jivesoftware.util.cache that implement ClusteredCacheEntryListenerModifier and TypeClassDescriptionclassCache entry listener implementation that maintains a reverse lookup map for the cache that is being observed, which is used to identify what cluster nodes are the logical owner of a particular cache entry.classCache entry listener implementation that maintains a reverse lookup map for the cache that is being observed, which is used to identify what cluster node is the logical owner of a particular cache entry.Methods in org.jivesoftware.util.cache with parameters of type ClusteredCacheEntryListenerModifier and TypeMethodDescriptionCache.addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V> listener, boolean includeValues, boolean includeEventsFromLocalNode) Registers a listener to receive entry events for this cache.CacheWrapper.addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V> listener, boolean includeValues, boolean includeEventsFromLocalNode) CaffeineCache.addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V> listener, boolean includeValues, boolean includeEventsFromLocalNode) DefaultCache.addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V> listener, boolean includeValues, boolean includeEventsFromLocalNode) SerializingCache.addClusteredCacheEntryListener(ClusteredCacheEntryListener<K, V> listener, boolean includeValues, boolean includeEventsFromLocalNode)