Uses of Class
io.vertx.kafka.admin.ClusterDescription
Packages that use ClusterDescription
-
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()LikeKafkaAdminClient.describeCluster(Handler)but returns aFutureof the asynchronous resultKafkaAdminClient.describeCluster(DescribeClusterOptions options) LikeKafkaAdminClient.describeCluster(DescribeClusterOptions, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type ClusterDescriptionModifier and TypeMethodDescriptionvoidKafkaAdminClient.describeCluster(Handler<AsyncResult<ClusterDescription>> completionHandler) Describe the nodes in the cluster with the default optionsvoidKafkaAdminClient.describeCluster(DescribeClusterOptions options, Handler<AsyncResult<ClusterDescription>> completionHandler) LikeKafkaAdminClient.describeCluster(Handler)but allows customized options.