Interface TopologyManager
- All Known Implementing Classes:
TopologyManagerImpl
public interface TopologyManager
Maintains the cluster topology.
Three main interactions are possible:
- observer: registering a listener and getting updated about node and partition events
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonHealthChanged(int partitionId, HealthStatus status) void
-
Method Details
-
removeTopologyPartitionListener
-
addTopologyPartitionListener
-
onHealthChanged
-