public interface ClusterTopologyListener
Modifier and Type | Interface and Description |
---|---|
static class |
ClusterTopologyListener.ClusterInfo |
static class |
ClusterTopologyListener.ClusterRemovalInfo |
static class |
ClusterTopologyListener.MappingInfo |
static class |
ClusterTopologyListener.NodeInfo |
Modifier and Type | Method and Description |
---|---|
void |
clusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo) |
void |
clusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList) |
void |
clusterRemoval(List<String> clusterNames) |
void |
clusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList) |
void clusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList)
void clusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo)
void clusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList)
Copyright © 2019 JBoss by Red Hat. All rights reserved.