Package org.apache.kafka.clients.admin
Class AlterClientQuotasOptions
java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<AlterClientQuotasOptions>
org.apache.kafka.clients.admin.AlterClientQuotasOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the request should be validated without altering the configs.validateOnly
(boolean validateOnly) Sets whether the request should be validated without altering the configs.Methods inherited from class org.apache.kafka.clients.admin.AbstractOptions
timeoutMs, timeoutMs
-
Constructor Details
-
AlterClientQuotasOptions
public AlterClientQuotasOptions()
-
-
Method Details
-
validateOnly
public boolean validateOnly()Returns whether the request should be validated without altering the configs. -
validateOnly
Sets whether the request should be validated without altering the configs.
-