public interface ClusterCacheNotifier<K,V> extends CacheNotifier<K,V>
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
notifyClusterListeners(Collection<ClusterEvent<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<ClusterListenerReplicateCallable<K,V>> |
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.
|
hasListener, notifyCacheEntriesEvicted, notifyCacheEntryActivated, notifyCacheEntryCreated, notifyCacheEntryExpired, notifyCacheEntryInvalidated, notifyCacheEntryLoaded, notifyCacheEntryModified, notifyCacheEntryPassivated, notifyCacheEntryRemoved, notifyCacheEntryVisited, notifyDataRehashed, notifyPartitionStatusChanged, notifyPersistenceAvailabilityChanged, notifyTopologyChanged, notifyTransactionCompleted, notifyTransactionRegistered
addFilteredListener, addFilteredListenerAsync, addListener, addListenerAsync
addListener, addListenerAsync
addFilteredListener, addFilteredListenerAsync, addListener, addListenerAsync, addStorageFormatFilteredListener, addStorageFormatFilteredListenerAsync
addListener, addListenerAsync, getListeners, removeListener, removeListenerAsync
addListener, addListenerAsync
CompletionStage<Void> notifyClusterListeners(Collection<ClusterEvent<K,V>> events, UUID listenerId)
events
- listenerId
- Collection<ClusterListenerReplicateCallable<K,V>> retrieveClusterListenerCallablesToInstall()
Copyright © 2021 JBoss by Red Hat. All rights reserved.