Package org.apache.kafka.clients.admin
Class AbstractOptions<T extends AbstractOptions>
- java.lang.Object
-
- org.apache.kafka.clients.admin.AbstractOptions<T>
-
- Direct Known Subclasses:
AlterClientQuotasOptions
,AlterConfigsOptions
,AlterConsumerGroupOffsetsOptions
,AlterPartitionReassignmentsOptions
,AlterReplicaLogDirsOptions
,AlterUserScramCredentialsOptions
,CreateAclsOptions
,CreateDelegationTokenOptions
,CreatePartitionsOptions
,CreateTopicsOptions
,DeleteAclsOptions
,DeleteConsumerGroupOffsetsOptions
,DeleteConsumerGroupsOptions
,DeleteRecordsOptions
,DeleteTopicsOptions
,DescribeAclsOptions
,DescribeClientQuotasOptions
,DescribeClusterOptions
,DescribeConfigsOptions
,DescribeConsumerGroupsOptions
,DescribeDelegationTokenOptions
,DescribeFeaturesOptions
,DescribeLogDirsOptions
,DescribeReplicaLogDirsOptions
,DescribeTopicsOptions
,DescribeUserScramCredentialsOptions
,ElectLeadersOptions
,ElectPreferredLeadersOptions
,ExpireDelegationTokenOptions
,ListConsumerGroupOffsetsOptions
,ListConsumerGroupsOptions
,ListOffsetsOptions
,ListPartitionReassignmentsOptions
,ListTopicsOptions
,RemoveMembersFromConsumerGroupOptions
,RenewDelegationTokenOptions
,UnregisterBrokerOptions
,UpdateFeaturesOptions
public abstract class AbstractOptions<T extends AbstractOptions> extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
timeoutMs()
The timeout in milliseconds for this operation ornull
if the default api timeout for the AdminClient should be used.T
timeoutMs(Integer timeoutMs)
Set the timeout in milliseconds for this operation ornull
if the default api timeout for the AdminClient should be used.
-
-
-
Field Detail
-
timeoutMs
protected Integer timeoutMs
-
-
Method Detail
-
timeoutMs
public T timeoutMs(Integer timeoutMs)
Set the timeout in milliseconds for this operation ornull
if the default api timeout for the AdminClient should be used.
-
timeoutMs
public Integer timeoutMs()
The timeout in milliseconds for this operation ornull
if the default api timeout for the AdminClient should be used.
-
-