Interface ReplicaStatusManager
public interface ReplicaStatusManager
A service to manage
ReplicaStatus.-
Method Summary
Modifier and TypeMethodDescriptionlistClusterReplicaStatus(String clusterId) listPartitionReplicaStatus(String clusterId, String topicName, int partitionId) Returns the list ofStatusesfor the KafkaPartitionwith the givenclusterId,topicNameandpartitionId.listTopicReplicaStatus(String clusterId, String topicName)
-
Method Details
-
listPartitionReplicaStatus
CompletableFuture<List<ReplicaStatus>> listPartitionReplicaStatus(String clusterId, String topicName, int partitionId) Returns the list ofStatusesfor the KafkaPartitionwith the givenclusterId,topicNameandpartitionId. -
listTopicReplicaStatus
-
listClusterReplicaStatus
-