Uses of Interface
org.jivesoftware.openfire.cluster.ClusteredCacheEntryListener
-
Packages that use ClusteredCacheEntryListener Package Description org.jivesoftware.util.cache -
-
Uses of ClusteredCacheEntryListener in org.jivesoftware.util.cache
Classes in org.jivesoftware.util.cache that implement ClusteredCacheEntryListener Modifier and Type Class Description class
ReverseLookupComputingCacheEntryListener<K,V>
Cache 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.class
ReverseLookupUpdatingCacheEntryListener<K,V>
Cache 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 ClusteredCacheEntryListener Modifier and Type Method Description String
Cache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)
Registers a listener to receive entry events for this cache.String
CacheWrapper. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)
String
CaffeineCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)
String
DefaultCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)
String
SerializingCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)
-