Package | Description |
---|---|
io.vertx.kafka.admin |
Modifier and Type | Method and Description |
---|---|
ClusterDescription |
ClusterDescription.addNode(Node node)
Add a node belonging to this cluster to the current node list.
|
ClusterDescription |
ClusterDescription.setClusterId(String clusterId)
Set the cluster ID
|
ClusterDescription |
ClusterDescription.setController(Node controller)
Set the controller node.
|
ClusterDescription |
ClusterDescription.setNodes(List<Node> nodes)
Set the nodes belonging to this cluster
|
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<ClusterDescription> |
KafkaAdminClient.describeCluster()
Like
KafkaAdminClient.describeCluster(Handler) but returns a Future of the asynchronous result |
Modifier and Type | Method and Description |
---|---|
static void |
ClusterDescriptionConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ClusterDescription obj) |
static void |
ClusterDescriptionConverter.toJson(ClusterDescription obj,
io.vertx.core.json.JsonObject json) |
static void |
ClusterDescriptionConverter.toJson(ClusterDescription obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
void |
KafkaAdminClient.describeCluster(io.vertx.core.Handler<io.vertx.core.AsyncResult<ClusterDescription>> completionHandler)
Describe the nodes in the cluster with the default options
|
Copyright © 2021 Eclipse. All rights reserved.