Uses of Class
io.vertx.kafka.admin.ClusterDescription
Packages that use ClusterDescription
Package
Description
-
Uses of ClusterDescription in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ClusterDescriptionModifier and TypeMethodDescriptionAdd a node belonging to this cluster to the current node list.ClusterDescription.setAuthorizedOperations(Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations) Set the authorizedOperationsClusterDescription.setClusterId(String clusterId) Set the cluster IDClusterDescription.setController(Node controller) Set the controller node.Set the nodes belonging to this clusterMethods in io.vertx.kafka.admin that return types with arguments of type ClusterDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeCluster()Describe the nodes in the cluster with the default optionsKafkaAdminClient.describeCluster(DescribeClusterOptions options) LikeKafkaAdminClient.describeCluster()but allows customized options. -
Uses of ClusterDescription in io.vertx.reactivex.kafka.admin
Methods in io.vertx.reactivex.kafka.admin that return types with arguments of type ClusterDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeCluster()Describe the nodes in the cluster with the default optionsKafkaAdminClient.describeCluster(DescribeClusterOptions options) LikeKafkaAdminClient.describeCluster()but allows customized options.KafkaAdminClient.rxDescribeCluster()Describe the nodes in the cluster with the default optionsKafkaAdminClient.rxDescribeCluster(DescribeClusterOptions options) LikeKafkaAdminClient.describeCluster()but allows customized options. -
Uses of ClusterDescription in io.vertx.rxjava3.kafka.admin
Methods in io.vertx.rxjava3.kafka.admin that return types with arguments of type ClusterDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeCluster()Describe the nodes in the cluster with the default optionsKafkaAdminClient.describeCluster(DescribeClusterOptions options) LikeKafkaAdminClient.describeCluster()but allows customized options.KafkaAdminClient.rxDescribeCluster()Describe the nodes in the cluster with the default optionsKafkaAdminClient.rxDescribeCluster(DescribeClusterOptions options) LikeKafkaAdminClient.describeCluster()but allows customized options.