Class ReplicaStatusOptions
java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<ReplicaStatusOptions>
org.apache.kafka.clients.admin.ReplicaStatusOptions
Options for
ConfluentAdmin.replicaStatus(Set, ReplicaStatusOptions).
The API of this class is evolving, see Admin for details.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the request should also include the replica status for linked replicas.includeLinkedReplicas(boolean includeLinkedReplicas) Sets whether the request should also include the replica status for linked replicas.Methods inherited from class org.apache.kafka.clients.admin.AbstractOptions
timeoutMs, timeoutMs
-
Constructor Details
-
ReplicaStatusOptions
public ReplicaStatusOptions()
-
-
Method Details
-
includeLinkedReplicas
public boolean includeLinkedReplicas()Whether the request should also include the replica status for linked replicas. -
includeLinkedReplicas
Sets whether the request should also include the replica status for linked replicas.
-