Package org.apache.kafka.clients.admin
Class AlterClientQuotasOptions
- java.lang.Object
 - 
- org.apache.kafka.clients.admin.AbstractOptions<AlterClientQuotasOptions>
 - 
- org.apache.kafka.clients.admin.AlterClientQuotasOptions
 
 
 
- 
@Evolving public class AlterClientQuotasOptions extends AbstractOptions<AlterClientQuotasOptions>
Options forAdmin.alterClientQuotas(Collection, AlterClientQuotasOptions). The API of this class is evolving, seeAdminfor details. 
- 
- 
Constructor Summary
Constructors Constructor Description AlterClientQuotasOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidateOnly()Returns whether the request should be validated without altering the configs.AlterClientQuotasOptionsvalidateOnly(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
validateOnly
public boolean validateOnly()
Returns whether the request should be validated without altering the configs. 
- 
validateOnly
public AlterClientQuotasOptions validateOnly(boolean validateOnly)
Sets whether the request should be validated without altering the configs. 
 - 
 
 -