Package org.apache.kafka.clients.admin
Class DescribeTopicsOptions
java.lang.Object
org.apache.kafka.clients.admin.AbstractOptions<DescribeTopicsOptions>
org.apache.kafka.clients.admin.DescribeTopicsOptions
Options for
Admin.describeTopics(Collection).Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionbooleanincludeAuthorizedOperations(boolean includeAuthorizedOperations) intpartitionSizeLimitPerResponse(int partitionSizeLimitPerResponse) Set the timeout in milliseconds for this operation ornullif the default api timeout for the AdminClient should be used.Methods inherited from class org.apache.kafka.clients.admin.AbstractOptions
timeoutMs
Constructor Details
DescribeTopicsOptions
public DescribeTopicsOptions()
Method Details
timeoutMs
Set the timeout in milliseconds for this operation ornullif the default api timeout for the AdminClient should be used.- Overrides:
timeoutMsin classAbstractOptions<DescribeTopicsOptions>
includeAuthorizedOperations
partitionSizeLimitPerResponse
includeAuthorizedOperations
public boolean includeAuthorizedOperations()partitionSizeLimitPerResponse
public int partitionSizeLimitPerResponse()