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 TypeMethodDescriptionio.vertx.core.Future<ClusterDescription> KafkaAdminClient.describeCluster()LikeKafkaAdminClient.describeCluster(Handler)but returns aFutureof the asynchronous resultio.vertx.core.Future<ClusterDescription> KafkaAdminClient.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(io.vertx.core.Handler<io.vertx.core.AsyncResult<ClusterDescription>> completionHandler) Describe the nodes in the cluster with the default optionsvoidKafkaAdminClient.describeCluster(DescribeClusterOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<ClusterDescription>> completionHandler) LikeKafkaAdminClient.describeCluster(Handler)but allows customized options.