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, notifyTransactionRegisteredaddFilteredListener, addFilteredListenerAsync, addListener, addListenerAsyncaddListener, addListenerAsyncaddFilteredListener, addFilteredListenerAsync, addListener, addListenerAsync, addStorageFormatFilteredListener, addStorageFormatFilteredListenerAsyncaddListener, addListenerAsync, getListeners, removeListener, removeListenerAsyncaddListener, addListenerAsyncCompletionStage<Void> notifyClusterListeners(Collection<ClusterEvent<K,V>> events, UUID listenerId)
events - listenerId - Collection<ClusterListenerReplicateCallable<K,V>> retrieveClusterListenerCallablesToInstall()
Copyright © 2022 JBoss by Red Hat. All rights reserved.