Class DescribeBrokerReplicaExclusionsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeBrokerReplicaExclusionsResult
The result of
ConfluentAdmin.describeBrokerReplicaExclusions(DescribeBrokerReplicaExclusionsOptions). It contains the IDs of the brokers in the cluster that are excluded from having replicas placed on them. The API of this class is evolving. See ConfluentAdmin for details.Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA description of a broker replica exclusion for the given brokerbrokerIdwith the associatedreasonfor the exclusion.Constructor Summary
ConstructorsConstructorDescriptionDescribeBrokerReplicaExclusionsResult(KafkaFuture<List<DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription>> future) Method Summary
Modifier and TypeMethodDescriptionReturn a single future denoting the IDs of the brokers which are excluded from having replicas placed on them.
Constructor Details
DescribeBrokerReplicaExclusionsResult
public DescribeBrokerReplicaExclusionsResult(KafkaFuture<List<DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription>> future)
Method Details
descriptions
public KafkaFuture<List<DescribeBrokerReplicaExclusionsResult.BrokerReplicaExclusionDescription>> descriptions()Return a single future denoting the IDs of the brokers which are excluded from having replicas placed on them.