Interface TopologyManager
-
- All Known Implementing Classes:
TopologyManagerImpl
public interface TopologyManagerMaintains the cluster topology.Three main interactions are possible:
- observer: registering a listener and getting updated about node and partition events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTopologyPartitionListener(TopologyPartitionListener listener)voidremoveTopologyPartitionListener(TopologyPartitionListener listener)
-
-
-
Method Detail
-
removeTopologyPartitionListener
void removeTopologyPartitionListener(TopologyPartitionListener listener)
-
addTopologyPartitionListener
void addTopologyPartitionListener(TopologyPartitionListener listener)
-
-