Class RemoteClusterListener
java.lang.Object
org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
A listener that installed locally on each node when a cluster listener is installed on a given node.
- Since:
- 7.0
- Author:
- wburns
-
Constructor Summary
ConstructorDescriptionRemoteClusterListener
(UUID id, Address origin, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync) -
Method Summary
-
Constructor Details
-
RemoteClusterListener
public RemoteClusterListener(UUID id, Address origin, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync)
-
-
Method Details
-
getId
-
getOwnerAddress
-
viewChange
-
removeListener
-
handleClusterEvents
-
transactionCompleted
-