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 classReverseLookupComputingCacheEntryListener<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.classReverseLookupUpdatingCacheEntryListener<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 StringCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)Registers a listener to receive entry events for this cache.StringCacheWrapper. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)StringCaffeineCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)StringDefaultCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)StringSerializingCache. addClusteredCacheEntryListener(ClusteredCacheEntryListener<K,V> listener, boolean includeValues, boolean includeEventsFromLocalNode)
-