public interface ClusterCacheNotifier<K,V> extends CacheNotifier<K,V>
Modifier and Type | Method and Description |
---|---|
void |
notifyClusterListeners(Collection<? extends CacheEntryEvent<K,V>> events,
UUID listenerId)
Method that is invoked on the node that has the given cluster listener that when registered generated the given
listenerId.
|
Collection<DistributedCallable> |
retrieveClusterListenerCallablesToInstall()
This method is invoked so that this node can send the details required for a new node to be bootstrapped with
the existing cluster listeners that are already installed.
|
notifyCacheEntriesEvicted, notifyCacheEntryActivated, notifyCacheEntryCreated, notifyCacheEntryExpired, notifyCacheEntryInvalidated, notifyCacheEntryLoaded, notifyCacheEntryModified, notifyCacheEntryPassivated, notifyCacheEntryRemoved, notifyCacheEntryVisited, notifyDataRehashed, notifyPartitionStatusChanged, notifyTopologyChanged, notifyTransactionCompleted, notifyTransactionRegistered, setTypeConverter
addListener, addListener
addListener, addListener
addListener, getListeners, removeListener
addListener
void notifyClusterListeners(Collection<? extends CacheEntryEvent<K,V>> events, UUID listenerId)
events
- listenerId
- Collection<DistributedCallable> retrieveClusterListenerCallablesToInstall()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.