| <!DOCTYPE HTML> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc --> |
| <title>org.apache.kafka.clients.admin (kafka 3.0.0 API)</title> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <meta name="description" content="declaration: package: org.apache.kafka.clients.admin"> |
| <meta name="generator" content="javadoc/PackageWriterImpl"> |
| <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style"> |
| <script type="text/javascript" src="../../../../../script.js"></script> |
| <script type="text/javascript" src="../../../../../script-dir/jquery-3.5.1.min.js"></script> |
| <script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script> |
| </head> |
| <body class="package-declaration-page"> |
| <script type="text/javascript">var pathtoroot = "../../../../../"; |
| loadScripts(document, 'script');</script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <div class="flex-box"> |
| <header role="banner" class="flex-header"> |
| <nav role="navigation"> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="top-nav" id="navbar.top"> |
| <div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <ul id="navbar.top.firstrow" class="nav-list" title="Navigation"> |
| <li><a href="../../../../../index.html">Overview</a></li> |
| <li class="nav-bar-cell1-rev">Package</li> |
| <li>Class</li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="sub-nav"> |
| <div class="nav-list-search"><label for="search">SEARCH:</label> |
| <input type="text" id="search" value="search" disabled="disabled"> |
| <input type="reset" id="reset" value="reset" disabled="disabled"> |
| </div> |
| </div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <span class="skip-nav" id="skip.navbar.top"> |
| <!-- --> |
| </span></nav> |
| </header> |
| <div class="flex-content"> |
| <main role="main"> |
| <div class="header"> |
| <h1 title="Package" class="title">Package org.apache.kafka.clients.admin</h1> |
| </div> |
| <section class="summary"> |
| <ul class="summary-list"> |
| <li> |
| <div class="type-summary"> |
| <table class="summary-table"> |
| <caption><span>Interface Summary</span></caption> |
| <thead> |
| <tr> |
| <th class="col-first" scope="col">Interface</th> |
| <th class="col-last" scope="col">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="Admin.html" title="interface in org.apache.kafka.clients.admin">Admin</a></th> |
| <td class="col-last"> |
| <div class="block">The administrative client for Kafka, which supports managing and inspecting topics, brokers, configurations and ACLs.</div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </li> |
| <li> |
| <div class="type-summary"> |
| <table class="summary-table"> |
| <caption><span>Class Summary</span></caption> |
| <thead> |
| <tr> |
| <th class="col-first" scope="col">Class</th> |
| <th class="col-last" scope="col">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AbortTransactionOptions.html" title="class in org.apache.kafka.clients.admin">AbortTransactionOptions</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AbortTransactionResult.html" title="class in org.apache.kafka.clients.admin">AbortTransactionResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#abortTransaction(org.apache.kafka.clients.admin.AbortTransactionSpec,org.apache.kafka.clients.admin.AbortTransactionOptions)"><code>Admin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AbortTransactionSpec.html" title="class in org.apache.kafka.clients.admin">AbortTransactionSpec</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AbstractOptions.html" title="class in org.apache.kafka.clients.admin">AbstractOptions</a><T extends <a href="AbstractOptions.html" title="class in org.apache.kafka.clients.admin">AbstractOptions</a>></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AdminClient.html" title="class in org.apache.kafka.clients.admin">AdminClient</a></th> |
| <td class="col-last"> |
| <div class="block">The base class for in-built admin clients.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AdminClientConfig.html" title="class in org.apache.kafka.clients.admin">AdminClientConfig</a></th> |
| <td class="col-last"> |
| <div class="block">The AdminClient configuration class, which also contains constants for configuration entry names.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterClientQuotasOptions.html" title="class in org.apache.kafka.clients.admin">AlterClientQuotasOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#alterClientQuotas(java.util.Collection,org.apache.kafka.clients.admin.AlterClientQuotasOptions)"><code>Admin.alterClientQuotas(Collection, AlterClientQuotasOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AlterClientQuotasResult.html" title="class in org.apache.kafka.clients.admin">AlterClientQuotasResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#alterClientQuotas(java.util.Collection,org.apache.kafka.clients.admin.AlterClientQuotasOptions)"><code>Admin.alterClientQuotas(Collection, AlterClientQuotasOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterConfigOp.html" title="class in org.apache.kafka.clients.admin">AlterConfigOp</a></th> |
| <td class="col-last"> |
| <div class="block">A class representing a alter configuration entry containing name, value and operation type.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AlterConfigsOptions.html" title="class in org.apache.kafka.clients.admin">AlterConfigsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#incrementalAlterConfigs(java.util.Map)"><code>Admin.incrementalAlterConfigs(Map)</code></a> and <a href="Admin.html#alterConfigs(java.util.Map)"><code>Admin.alterConfigs(Map)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterConfigsResult.html" title="class in org.apache.kafka.clients.admin">AlterConfigsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#alterConfigs(java.util.Map)"><code>Admin.alterConfigs(Map)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AlterConsumerGroupOffsetsOptions.html" title="class in org.apache.kafka.clients.admin">AlterConsumerGroupOffsetsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for the <a href="Admin.html#alterConsumerGroupOffsets(java.lang.String,java.util.Map,org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsOptions)"><code>Admin.alterConsumerGroupOffsets(String, Map, AlterConsumerGroupOffsetsOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterConsumerGroupOffsetsResult.html" title="class in org.apache.kafka.clients.admin">AlterConsumerGroupOffsetsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#alterConsumerGroupOffsets(java.lang.String,java.util.Map)"><code>Admin.alterConsumerGroupOffsets(String, Map)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AlterPartitionReassignmentsOptions.html" title="class in org.apache.kafka.clients.admin">AlterPartitionReassignmentsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#alterPartitionReassignments(java.util.Map,org.apache.kafka.clients.admin.AlterPartitionReassignmentsOptions)"><code>Admin.alterPartitionReassignments(Map, AlterPartitionReassignmentsOptions)</code></a> |
| |
| The API of this class is evolving.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterPartitionReassignmentsResult.html" title="class in org.apache.kafka.clients.admin">AlterPartitionReassignmentsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#alterPartitionReassignments(java.util.Map,org.apache.kafka.clients.admin.AlterPartitionReassignmentsOptions)"><code>Admin.alterPartitionReassignments(Map, AlterPartitionReassignmentsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AlterReplicaLogDirsOptions.html" title="class in org.apache.kafka.clients.admin">AlterReplicaLogDirsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#alterReplicaLogDirs(java.util.Map,org.apache.kafka.clients.admin.AlterReplicaLogDirsOptions)"><code>Admin.alterReplicaLogDirs(Map, AlterReplicaLogDirsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterReplicaLogDirsResult.html" title="class in org.apache.kafka.clients.admin">AlterReplicaLogDirsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#alterReplicaLogDirs(java.util.Map,org.apache.kafka.clients.admin.AlterReplicaLogDirsOptions)"><code>Admin.alterReplicaLogDirs(Map, AlterReplicaLogDirsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="AlterUserScramCredentialsOptions.html" title="class in org.apache.kafka.clients.admin">AlterUserScramCredentialsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#alterUserScramCredentials(java.util.List,org.apache.kafka.clients.admin.AlterUserScramCredentialsOptions)"><code>Admin.alterUserScramCredentials(List, AlterUserScramCredentialsOptions)</code></a> |
| |
| The API of this class is evolving.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterUserScramCredentialsResult.html" title="class in org.apache.kafka.clients.admin">AlterUserScramCredentialsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#alterUserScramCredentials(java.util.List)"><code>Admin.alterUserScramCredentials(List)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="Config.html" title="class in org.apache.kafka.clients.admin">Config</a></th> |
| <td class="col-last"> |
| <div class="block">A configuration object containing the configuration entries for a resource.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ConfigEntry.html" title="class in org.apache.kafka.clients.admin">ConfigEntry</a></th> |
| <td class="col-last"> |
| <div class="block">A class representing a configuration entry containing name, value and additional metadata.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ConfigEntry.ConfigSynonym.html" title="class in org.apache.kafka.clients.admin">ConfigEntry.ConfigSynonym</a></th> |
| <td class="col-last"> |
| <div class="block">Class representing a configuration synonym of a <a href="ConfigEntry.html" title="class in org.apache.kafka.clients.admin"><code>ConfigEntry</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ConsumerGroupDescription.html" title="class in org.apache.kafka.clients.admin">ConsumerGroupDescription</a></th> |
| <td class="col-last"> |
| <div class="block">A detailed description of a single consumer group in the cluster.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ConsumerGroupListing.html" title="class in org.apache.kafka.clients.admin">ConsumerGroupListing</a></th> |
| <td class="col-last"> |
| <div class="block">A listing of a consumer group in the cluster.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="CreateAclsOptions.html" title="class in org.apache.kafka.clients.admin">CreateAclsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#createAcls(java.util.Collection)"><code>Admin.createAcls(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="CreateAclsResult.html" title="class in org.apache.kafka.clients.admin">CreateAclsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#createAcls(java.util.Collection)"><code>Admin.createAcls(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="CreateDelegationTokenOptions.html" title="class in org.apache.kafka.clients.admin">CreateDelegationTokenOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#createDelegationToken(org.apache.kafka.clients.admin.CreateDelegationTokenOptions)"><code>Admin.createDelegationToken(CreateDelegationTokenOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="CreateDelegationTokenResult.html" title="class in org.apache.kafka.clients.admin">CreateDelegationTokenResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="KafkaAdminClient.html#createDelegationToken(org.apache.kafka.clients.admin.CreateDelegationTokenOptions)"><code>KafkaAdminClient.createDelegationToken(CreateDelegationTokenOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="CreatePartitionsOptions.html" title="class in org.apache.kafka.clients.admin">CreatePartitionsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#createPartitions(java.util.Map)"><code>Admin.createPartitions(Map)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="CreatePartitionsResult.html" title="class in org.apache.kafka.clients.admin">CreatePartitionsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#createPartitions(java.util.Map)"><code>Admin.createPartitions(Map)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="CreateTopicsOptions.html" title="class in org.apache.kafka.clients.admin">CreateTopicsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#createTopics(java.util.Collection)"><code>Admin.createTopics(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="CreateTopicsResult.html" title="class in org.apache.kafka.clients.admin">CreateTopicsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#createTopics(java.util.Collection)"><code>Admin.createTopics(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="CreateTopicsResult.TopicMetadataAndConfig.html" title="class in org.apache.kafka.clients.admin">CreateTopicsResult.TopicMetadataAndConfig</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeleteAclsOptions.html" title="class in org.apache.kafka.clients.admin">DeleteAclsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for the <a href="Admin.html#deleteAcls(java.util.Collection)"><code>Admin.deleteAcls(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DeleteAclsResult.html" title="class in org.apache.kafka.clients.admin">DeleteAclsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#deleteAcls(java.util.Collection)"><code>Admin.deleteAcls(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeleteAclsResult.FilterResult.html" title="class in org.apache.kafka.clients.admin">DeleteAclsResult.FilterResult</a></th> |
| <td class="col-last"> |
| <div class="block">A class containing either the deleted ACL binding or an exception if the delete failed.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DeleteAclsResult.FilterResults.html" title="class in org.apache.kafka.clients.admin">DeleteAclsResult.FilterResults</a></th> |
| <td class="col-last"> |
| <div class="block">A class containing the results of the delete ACLs operation.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeleteConsumerGroupOffsetsOptions.html" title="class in org.apache.kafka.clients.admin">DeleteConsumerGroupOffsetsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for the <a href="Admin.html#deleteConsumerGroupOffsets(java.lang.String,java.util.Set)"><code>Admin.deleteConsumerGroupOffsets(String, Set)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DeleteConsumerGroupOffsetsResult.html" title="class in org.apache.kafka.clients.admin">DeleteConsumerGroupOffsetsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#deleteConsumerGroupOffsets(java.lang.String,java.util.Set)"><code>Admin.deleteConsumerGroupOffsets(String, Set)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeleteConsumerGroupsOptions.html" title="class in org.apache.kafka.clients.admin">DeleteConsumerGroupsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for the <a href="Admin.html#deleteConsumerGroups(java.util.Collection)"><code>Admin.deleteConsumerGroups(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DeleteConsumerGroupsResult.html" title="class in org.apache.kafka.clients.admin">DeleteConsumerGroupsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#deleteConsumerGroups(java.util.Collection)"><code>Admin.deleteConsumerGroups(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeletedRecords.html" title="class in org.apache.kafka.clients.admin">DeletedRecords</a></th> |
| <td class="col-last"> |
| <div class="block">Represents information about deleted records |
| |
| The API for this class is still evolving and we may break compatibility in minor releases, if necessary.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DeleteRecordsOptions.html" title="class in org.apache.kafka.clients.admin">DeleteRecordsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#deleteRecords(java.util.Map,org.apache.kafka.clients.admin.DeleteRecordsOptions)"><code>Admin.deleteRecords(Map, DeleteRecordsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeleteRecordsResult.html" title="class in org.apache.kafka.clients.admin">DeleteRecordsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#deleteRecords(java.util.Map)"><code>Admin.deleteRecords(Map)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DeleteTopicsOptions.html" title="class in org.apache.kafka.clients.admin">DeleteTopicsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#deleteTopics(java.util.Collection)"><code>Admin.deleteTopics(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DeleteTopicsResult.html" title="class in org.apache.kafka.clients.admin">DeleteTopicsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#deleteTopics(java.util.Collection)"><code>Admin.deleteTopics(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeAclsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeAclsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeAcls(org.apache.kafka.common.acl.AclBindingFilter)"><code>Admin.describeAcls(AclBindingFilter)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeAclsResult.html" title="class in org.apache.kafka.clients.admin">DescribeAclsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeAcls(org.apache.kafka.common.acl.AclBindingFilter)"><code>Admin.describeAcls(AclBindingFilter)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeClientQuotasOptions.html" title="class in org.apache.kafka.clients.admin">DescribeClientQuotasOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeClientQuotas(org.apache.kafka.common.quota.ClientQuotaFilter,org.apache.kafka.clients.admin.DescribeClientQuotasOptions)"><code>Admin.describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeClientQuotasResult.html" title="class in org.apache.kafka.clients.admin">DescribeClientQuotasResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeClientQuotas(org.apache.kafka.common.quota.ClientQuotaFilter,org.apache.kafka.clients.admin.DescribeClientQuotasOptions)"><code>Admin.describeClientQuotas(ClientQuotaFilter, DescribeClientQuotasOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeClusterOptions.html" title="class in org.apache.kafka.clients.admin">DescribeClusterOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeCluster()"><code>Admin.describeCluster()</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeClusterResult.html" title="class in org.apache.kafka.clients.admin">DescribeClusterResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeCluster()"><code>Admin.describeCluster()</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeConfigsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeConfigsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeConfigs(java.util.Collection)"><code>Admin.describeConfigs(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeConfigsResult.html" title="class in org.apache.kafka.clients.admin">DescribeConfigsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeConfigs(java.util.Collection)"><code>Admin.describeConfigs(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeConsumerGroupsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeConsumerGroupsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeConsumerGroups(java.util.Collection,org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions)"><code>Admin.describeConsumerGroups(Collection, DescribeConsumerGroupsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeConsumerGroupsResult.html" title="class in org.apache.kafka.clients.admin">DescribeConsumerGroupsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="KafkaAdminClient.html#describeConsumerGroups(java.util.Collection,org.apache.kafka.clients.admin.DescribeConsumerGroupsOptions)"><code>KafkaAdminClient.describeConsumerGroups(Collection, DescribeConsumerGroupsOptions)</code></a>} call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeDelegationTokenOptions.html" title="class in org.apache.kafka.clients.admin">DescribeDelegationTokenOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeDelegationToken(org.apache.kafka.clients.admin.DescribeDelegationTokenOptions)"><code>Admin.describeDelegationToken(DescribeDelegationTokenOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeDelegationTokenResult.html" title="class in org.apache.kafka.clients.admin">DescribeDelegationTokenResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="KafkaAdminClient.html#describeDelegationToken(org.apache.kafka.clients.admin.DescribeDelegationTokenOptions)"><code>KafkaAdminClient.describeDelegationToken(DescribeDelegationTokenOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeFeaturesOptions.html" title="class in org.apache.kafka.clients.admin">DescribeFeaturesOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeFeatures(org.apache.kafka.clients.admin.DescribeFeaturesOptions)"><code>Admin.describeFeatures(DescribeFeaturesOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeFeaturesResult.html" title="class in org.apache.kafka.clients.admin">DescribeFeaturesResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeFeatures(org.apache.kafka.clients.admin.DescribeFeaturesOptions)"><code>Admin.describeFeatures(DescribeFeaturesOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeLogDirsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeLogDirsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeLogDirs(java.util.Collection)"><code>Admin.describeLogDirs(Collection)</code></a> |
| |
| The API of this class is evolving, see <a href="Admin.html" title="interface in org.apache.kafka.clients.admin"><code>Admin</code></a> for details.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeLogDirsResult.html" title="class in org.apache.kafka.clients.admin">DescribeLogDirsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeLogDirs(java.util.Collection)"><code>Admin.describeLogDirs(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeProducersOptions.html" title="class in org.apache.kafka.clients.admin">DescribeProducersOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeProducers(java.util.Collection)"><code>Admin.describeProducers(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeProducersResult.html" title="class in org.apache.kafka.clients.admin">DescribeProducersResult</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeProducersResult.PartitionProducerState.html" title="class in org.apache.kafka.clients.admin">DescribeProducersResult.PartitionProducerState</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeReplicaLogDirsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeReplicaLogDirsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeReplicaLogDirs(java.util.Collection)"><code>Admin.describeReplicaLogDirs(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeReplicaLogDirsResult.html" title="class in org.apache.kafka.clients.admin">DescribeReplicaLogDirsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#describeReplicaLogDirs(java.util.Collection)"><code>Admin.describeReplicaLogDirs(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeReplicaLogDirsResult.ReplicaLogDirInfo.html" title="class in org.apache.kafka.clients.admin">DescribeReplicaLogDirsResult.ReplicaLogDirInfo</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeTopicsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeTopicsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeTopics(java.util.Collection)"><code>Admin.describeTopics(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeTopicsResult.html" title="class in org.apache.kafka.clients.admin">DescribeTopicsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeTopics(java.util.Collection)"><code>Admin.describeTopics(Collection)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeTransactionsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeTransactionsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeTransactions(java.util.Collection)"><code>Admin.describeTransactions(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeTransactionsResult.html" title="class in org.apache.kafka.clients.admin">DescribeTransactionsResult</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="DescribeUserScramCredentialsOptions.html" title="class in org.apache.kafka.clients.admin">DescribeUserScramCredentialsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#describeUserScramCredentials(java.util.List,org.apache.kafka.clients.admin.DescribeUserScramCredentialsOptions)"><code>Admin.describeUserScramCredentials(List, DescribeUserScramCredentialsOptions)</code></a> |
| |
| The API of this class is evolving.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="DescribeUserScramCredentialsResult.html" title="class in org.apache.kafka.clients.admin">DescribeUserScramCredentialsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#describeUserScramCredentials()"><code>Admin.describeUserScramCredentials()</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ElectLeadersOptions.html" title="class in org.apache.kafka.clients.admin">ElectLeadersOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#electLeaders(org.apache.kafka.common.ElectionType,java.util.Set,org.apache.kafka.clients.admin.ElectLeadersOptions)"><code>Admin.electLeaders(ElectionType, Set, ElectLeadersOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ElectLeadersResult.html" title="class in org.apache.kafka.clients.admin">ElectLeadersResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#electLeaders(org.apache.kafka.common.ElectionType,java.util.Set,org.apache.kafka.clients.admin.ElectLeadersOptions)"><code>Admin.electLeaders(ElectionType, Set, ElectLeadersOptions)</code></a> |
| |
| The API of this class is evolving, see <a href="Admin.html" title="interface in org.apache.kafka.clients.admin"><code>Admin</code></a> for details.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ExpireDelegationTokenOptions.html" title="class in org.apache.kafka.clients.admin">ExpireDelegationTokenOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#expireDelegationToken(byte%5B%5D,org.apache.kafka.clients.admin.ExpireDelegationTokenOptions)"><code>Admin.expireDelegationToken(byte[], ExpireDelegationTokenOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ExpireDelegationTokenResult.html" title="class in org.apache.kafka.clients.admin">ExpireDelegationTokenResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="KafkaAdminClient.html#expireDelegationToken(byte%5B%5D,org.apache.kafka.clients.admin.ExpireDelegationTokenOptions)"><code>KafkaAdminClient.expireDelegationToken(byte[], ExpireDelegationTokenOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="FeatureMetadata.html" title="class in org.apache.kafka.clients.admin">FeatureMetadata</a></th> |
| <td class="col-last"> |
| <div class="block">Encapsulates details about finalized as well as supported features.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="FeatureUpdate.html" title="class in org.apache.kafka.clients.admin">FeatureUpdate</a></th> |
| <td class="col-last"> |
| <div class="block">Encapsulates details about an update to a finalized feature.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="FinalizedVersionRange.html" title="class in org.apache.kafka.clients.admin">FinalizedVersionRange</a></th> |
| <td class="col-last"> |
| <div class="block">Represents a range of version levels supported by every broker in a cluster for some feature.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="KafkaAdminClient.html" title="class in org.apache.kafka.clients.admin">KafkaAdminClient</a></th> |
| <td class="col-last"> |
| <div class="block">The default implementation of <a href="Admin.html" title="interface in org.apache.kafka.clients.admin"><code>Admin</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListConsumerGroupOffsetsOptions.html" title="class in org.apache.kafka.clients.admin">ListConsumerGroupOffsetsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#listConsumerGroupOffsets(java.lang.String)"><code>Admin.listConsumerGroupOffsets(String)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ListConsumerGroupOffsetsResult.html" title="class in org.apache.kafka.clients.admin">ListConsumerGroupOffsetsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#listConsumerGroupOffsets(java.lang.String)"><code>Admin.listConsumerGroupOffsets(String)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListConsumerGroupsOptions.html" title="class in org.apache.kafka.clients.admin">ListConsumerGroupsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#listConsumerGroups()"><code>Admin.listConsumerGroups()</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ListConsumerGroupsResult.html" title="class in org.apache.kafka.clients.admin">ListConsumerGroupsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#listConsumerGroups()"><code>Admin.listConsumerGroups()</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListOffsetsOptions.html" title="class in org.apache.kafka.clients.admin">ListOffsetsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#listOffsets(java.util.Map)"><code>Admin.listOffsets(Map)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ListOffsetsResult.html" title="class in org.apache.kafka.clients.admin">ListOffsetsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#listOffsets(java.util.Map)"><code>Admin.listOffsets(Map)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListOffsetsResult.ListOffsetsResultInfo.html" title="class in org.apache.kafka.clients.admin">ListOffsetsResult.ListOffsetsResultInfo</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ListPartitionReassignmentsOptions.html" title="class in org.apache.kafka.clients.admin">ListPartitionReassignmentsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#listPartitionReassignments(org.apache.kafka.clients.admin.ListPartitionReassignmentsOptions)"><code>Admin.listPartitionReassignments(ListPartitionReassignmentsOptions)</code></a> |
| |
| The API of this class is evolving.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListPartitionReassignmentsResult.html" title="class in org.apache.kafka.clients.admin">ListPartitionReassignmentsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of <a href="Admin.html#listPartitionReassignments(org.apache.kafka.clients.admin.ListPartitionReassignmentsOptions)"><code>Admin.listPartitionReassignments(ListPartitionReassignmentsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ListTopicsOptions.html" title="class in org.apache.kafka.clients.admin">ListTopicsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#listTopics()"><code>Admin.listTopics()</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListTopicsResult.html" title="class in org.apache.kafka.clients.admin">ListTopicsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#listTopics()"><code>Admin.listTopics()</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ListTransactionsOptions.html" title="class in org.apache.kafka.clients.admin">ListTransactionsOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#listTransactions()"><code>Admin.listTransactions()</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ListTransactionsResult.html" title="class in org.apache.kafka.clients.admin">ListTransactionsResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#listTransactions()"><code>Admin.listTransactions()</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="LogDirDescription.html" title="class in org.apache.kafka.clients.admin">LogDirDescription</a></th> |
| <td class="col-last"> |
| <div class="block">A description of a log directory on a particular broker.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="MemberAssignment.html" title="class in org.apache.kafka.clients.admin">MemberAssignment</a></th> |
| <td class="col-last"> |
| <div class="block">A description of the assignments of a specific group member.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="MemberDescription.html" title="class in org.apache.kafka.clients.admin">MemberDescription</a></th> |
| <td class="col-last"> |
| <div class="block">A detailed description of a single group instance in the cluster.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="MemberToRemove.html" title="class in org.apache.kafka.clients.admin">MemberToRemove</a></th> |
| <td class="col-last"> |
| <div class="block">A struct containing information about the member to be removed.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="NewPartitionReassignment.html" title="class in org.apache.kafka.clients.admin">NewPartitionReassignment</a></th> |
| <td class="col-last"> |
| <div class="block">A new partition reassignment, which can be applied via <a href="Admin.html#alterPartitionReassignments(java.util.Map,org.apache.kafka.clients.admin.AlterPartitionReassignmentsOptions)"><code>Admin.alterPartitionReassignments(Map, AlterPartitionReassignmentsOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="NewPartitions.html" title="class in org.apache.kafka.clients.admin">NewPartitions</a></th> |
| <td class="col-last"> |
| <div class="block">Describes new partitions for a particular topic in a call to <a href="Admin.html#createPartitions(java.util.Map)"><code>Admin.createPartitions(Map)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="NewTopic.html" title="class in org.apache.kafka.clients.admin">NewTopic</a></th> |
| <td class="col-last"> |
| <div class="block">A new topic to be created via <a href="Admin.html#createTopics(java.util.Collection)"><code>Admin.createTopics(Collection)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="OffsetSpec.html" title="class in org.apache.kafka.clients.admin">OffsetSpec</a></th> |
| <td class="col-last"> |
| <div class="block">This class allows to specify the desired offsets when using <a href="KafkaAdminClient.html#listOffsets(java.util.Map,org.apache.kafka.clients.admin.ListOffsetsOptions)"><code>KafkaAdminClient.listOffsets(Map, ListOffsetsOptions)</code></a></div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="OffsetSpec.EarliestSpec.html" title="class in org.apache.kafka.clients.admin">OffsetSpec.EarliestSpec</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="OffsetSpec.LatestSpec.html" title="class in org.apache.kafka.clients.admin">OffsetSpec.LatestSpec</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="OffsetSpec.MaxTimestampSpec.html" title="class in org.apache.kafka.clients.admin">OffsetSpec.MaxTimestampSpec</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="OffsetSpec.TimestampSpec.html" title="class in org.apache.kafka.clients.admin">OffsetSpec.TimestampSpec</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="PartitionReassignment.html" title="class in org.apache.kafka.clients.admin">PartitionReassignment</a></th> |
| <td class="col-last"> |
| <div class="block">A partition reassignment, which has been listed via <a href="Admin.html#listPartitionReassignments()"><code>Admin.listPartitionReassignments()</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ProducerState.html" title="class in org.apache.kafka.clients.admin">ProducerState</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="RecordsToDelete.html" title="class in org.apache.kafka.clients.admin">RecordsToDelete</a></th> |
| <td class="col-last"> |
| <div class="block">Describe records to delete in a call to <a href="Admin.html#deleteRecords(java.util.Map)"><code>Admin.deleteRecords(Map)</code></a> |
| |
| The API of this class is evolving, see <a href="Admin.html" title="interface in org.apache.kafka.clients.admin"><code>Admin</code></a> for details.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="RemoveMembersFromConsumerGroupOptions.html" title="class in org.apache.kafka.clients.admin">RemoveMembersFromConsumerGroupOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#removeMembersFromConsumerGroup(java.lang.String,org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions)"><code>Admin.removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="RemoveMembersFromConsumerGroupResult.html" title="class in org.apache.kafka.clients.admin">RemoveMembersFromConsumerGroupResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#removeMembersFromConsumerGroup(java.lang.String,org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupOptions)"><code>Admin.removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="RenewDelegationTokenOptions.html" title="class in org.apache.kafka.clients.admin">RenewDelegationTokenOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#renewDelegationToken(byte%5B%5D,org.apache.kafka.clients.admin.RenewDelegationTokenOptions)"><code>Admin.renewDelegationToken(byte[], RenewDelegationTokenOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="RenewDelegationTokenResult.html" title="class in org.apache.kafka.clients.admin">RenewDelegationTokenResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="KafkaAdminClient.html#expireDelegationToken(byte%5B%5D,org.apache.kafka.clients.admin.ExpireDelegationTokenOptions)"><code>KafkaAdminClient.expireDelegationToken(byte[], ExpireDelegationTokenOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ReplicaInfo.html" title="class in org.apache.kafka.clients.admin">ReplicaInfo</a></th> |
| <td class="col-last"> |
| <div class="block">A description of a replica on a particular broker.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ScramCredentialInfo.html" title="class in org.apache.kafka.clients.admin">ScramCredentialInfo</a></th> |
| <td class="col-last"> |
| <div class="block">Mechanism and iterations for a SASL/SCRAM credential associated with a user.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="SupportedVersionRange.html" title="class in org.apache.kafka.clients.admin">SupportedVersionRange</a></th> |
| <td class="col-last"> |
| <div class="block">Represents a range of versions that a particular broker supports for some feature.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="TopicDescription.html" title="class in org.apache.kafka.clients.admin">TopicDescription</a></th> |
| <td class="col-last"> |
| <div class="block">A detailed description of a single topic in the cluster.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="TopicListing.html" title="class in org.apache.kafka.clients.admin">TopicListing</a></th> |
| <td class="col-last"> |
| <div class="block">A listing of a topic in the cluster.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="TransactionDescription.html" title="class in org.apache.kafka.clients.admin">TransactionDescription</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="TransactionListing.html" title="class in org.apache.kafka.clients.admin">TransactionListing</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="UnregisterBrokerOptions.html" title="class in org.apache.kafka.clients.admin">UnregisterBrokerOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#unregisterBroker(int,org.apache.kafka.clients.admin.UnregisterBrokerOptions)"><code>Admin.unregisterBroker(int, UnregisterBrokerOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="UnregisterBrokerResult.html" title="class in org.apache.kafka.clients.admin">UnregisterBrokerResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#unregisterBroker(int,org.apache.kafka.clients.admin.UnregisterBrokerOptions)"><code>Admin.unregisterBroker(int, UnregisterBrokerOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="UpdateFeaturesOptions.html" title="class in org.apache.kafka.clients.admin">UpdateFeaturesOptions</a></th> |
| <td class="col-last"> |
| <div class="block">Options for <a href="Admin.html#updateFeatures(java.util.Map,org.apache.kafka.clients.admin.UpdateFeaturesOptions)"><code>Admin.updateFeatures(Map, UpdateFeaturesOptions)</code></a>.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="UpdateFeaturesResult.html" title="class in org.apache.kafka.clients.admin">UpdateFeaturesResult</a></th> |
| <td class="col-last"> |
| <div class="block">The result of the <a href="Admin.html#updateFeatures(java.util.Map,org.apache.kafka.clients.admin.UpdateFeaturesOptions)"><code>Admin.updateFeatures(Map, UpdateFeaturesOptions)</code></a> call.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="UserScramCredentialAlteration.html" title="class in org.apache.kafka.clients.admin">UserScramCredentialAlteration</a></th> |
| <td class="col-last"> |
| <div class="block">A request to alter a user's SASL/SCRAM credentials.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="UserScramCredentialDeletion.html" title="class in org.apache.kafka.clients.admin">UserScramCredentialDeletion</a></th> |
| <td class="col-last"> |
| <div class="block">A request to delete a SASL/SCRAM credential for a user.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="UserScramCredentialsDescription.html" title="class in org.apache.kafka.clients.admin">UserScramCredentialsDescription</a></th> |
| <td class="col-last"> |
| <div class="block">Representation of all SASL/SCRAM credentials associated with a user that can be retrieved, or an exception indicating |
| why credentials could not be retrieved.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="UserScramCredentialUpsertion.html" title="class in org.apache.kafka.clients.admin">UserScramCredentialUpsertion</a></th> |
| <td class="col-last"> |
| <div class="block">A request to update/insert a SASL/SCRAM credential for a user.</div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </li> |
| <li> |
| <div class="type-summary"> |
| <table class="summary-table"> |
| <caption><span>Enum Summary</span></caption> |
| <thead> |
| <tr> |
| <th class="col-first" scope="col">Enum</th> |
| <th class="col-last" scope="col">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="AlterConfigOp.OpType.html" title="enum in org.apache.kafka.clients.admin">AlterConfigOp.OpType</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ConfigEntry.ConfigSource.html" title="enum in org.apache.kafka.clients.admin">ConfigEntry.ConfigSource</a></th> |
| <td class="col-last"> |
| <div class="block">Source of configuration entries.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="ConfigEntry.ConfigType.html" title="enum in org.apache.kafka.clients.admin">ConfigEntry.ConfigType</a></th> |
| <td class="col-last"> |
| <div class="block">Data type of configuration entry.</div> |
| </td> |
| </tr> |
| <tr class="row-color"> |
| <th class="col-first" scope="row"><a href="ScramMechanism.html" title="enum in org.apache.kafka.clients.admin">ScramMechanism</a></th> |
| <td class="col-last"> |
| <div class="block">Representation of a SASL/SCRAM Mechanism.</div> |
| </td> |
| </tr> |
| <tr class="alt-color"> |
| <th class="col-first" scope="row"><a href="TransactionState.html" title="enum in org.apache.kafka.clients.admin">TransactionState</a></th> |
| <td class="col-last"> </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </li> |
| </ul> |
| </section> |
| </main> |
| <footer role="contentinfo"> |
| <nav role="navigation"> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottom-nav" id="navbar.bottom"> |
| <div class="skip-nav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <ul id="navbar.bottom.firstrow" class="nav-list" title="Navigation"> |
| <li><a href="../../../../../index.html">Overview</a></li> |
| <li class="nav-bar-cell1-rev">Package</li> |
| <li>Class</li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <span class="skip-nav" id="skip.navbar.bottom"> |
| <!-- --> |
| </span></nav> |
| </footer> |
| </div> |
| </div> |
| </body> |
| </html> |