Uses of Class
io.vertx.kafka.admin.ClusterDescription
-
Packages that use ClusterDescription Package Description io.vertx.kafka.admin io.vertx.reactivex.kafka.admin io.vertx.rxjava3.kafka.admin -
-
Uses of ClusterDescription in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ClusterDescription Modifier and Type Method Description ClusterDescription
ClusterDescription. addNode(Node node)
Add a node belonging to this cluster to the current node list.ClusterDescription
ClusterDescription. setAuthorizedOperations(Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations)
Set the authorizedOperationsClusterDescription
ClusterDescription. setClusterId(String clusterId)
Set the cluster IDClusterDescription
ClusterDescription. setController(Node controller)
Set the controller node.ClusterDescription
ClusterDescription. setNodes(List<Node> nodes)
Set the nodes belonging to this clusterMethods in io.vertx.kafka.admin that return types with arguments of type ClusterDescription Modifier and Type Method Description Future<ClusterDescription>
KafkaAdminClient. describeCluster()
Describe the nodes in the cluster with the default optionsFuture<ClusterDescription>
KafkaAdminClient. 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 ClusterDescription Modifier and Type Method Description Future<ClusterDescription>
KafkaAdminClient. describeCluster()
Describe the nodes in the cluster with the default optionsFuture<ClusterDescription>
KafkaAdminClient. describeCluster(DescribeClusterOptions options)
LikeKafkaAdminClient.describeCluster()
but allows customized options.Single<ClusterDescription>
KafkaAdminClient. rxDescribeCluster()
Describe the nodes in the cluster with the default optionsSingle<ClusterDescription>
KafkaAdminClient. 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 ClusterDescription Modifier and Type Method Description Single<ClusterDescription>
KafkaAdminClient. describeCluster()
Describe the nodes in the cluster with the default optionsSingle<ClusterDescription>
KafkaAdminClient. describeCluster(DescribeClusterOptions options)
LikeKafkaAdminClient.describeCluster()
but allows customized options.Single<ClusterDescription>
KafkaAdminClient. rxDescribeCluster()
Describe the nodes in the cluster with the default optionsSingle<ClusterDescription>
KafkaAdminClient. rxDescribeCluster(DescribeClusterOptions options)
LikeKafkaAdminClient.describeCluster()
but allows customized options.
-