Package org.apache.kafka.clients.admin
Class AlterClientQuotasOptions
java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<AlterClientQuotasOptions>
org.apache.kafka.clients.admin.AlterClientQuotasOptions
Options for 
Admin.alterClientQuotas(Collection, AlterClientQuotasOptions).
 The API of this class is evolving, see Admin for details.- 
Field SummaryFields inherited from class org.apache.kafka.clients.admin.AbstractOptionstimeoutMs
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns 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.AbstractOptionstimeoutMs, timeoutMs
- 
Constructor Details- 
AlterClientQuotasOptionspublic AlterClientQuotasOptions()
 
- 
- 
Method Details- 
validateOnlypublic boolean validateOnly()Returns whether the request should be validated without altering the configs.
- 
validateOnlySets whether the request should be validated without altering the configs.
 
-