| Package | Description |
|---|---|
| io.vertx.kafka.admin | |
| io.vertx.kafka.admin.impl | |
| io.vertx.kafka.client.common | |
| io.vertx.kafka.client.common.impl |
| Modifier and Type | Method and Description |
|---|---|
Future<Map<ConfigResource,Config>> |
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources)
Like
KafkaAdminClient.describeConfigs(List, Handler) but returns a Future of the asynchronous result |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs)
Like
KafkaAdminClient.alterConfigs(Map, Handler) but returns a Future of the asynchronous result |
void |
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs,
Handler<AsyncResult<Void>> completionHandler)
Update the configuration for the specified resources with the default options
|
Future<Map<ConfigResource,Config>> |
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources)
Like
KafkaAdminClient.describeConfigs(List, Handler) but returns a Future of the asynchronous result |
void |
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources,
Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler)
Get the configuration for the specified resources with the default options
|
void |
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources,
Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler)
Get the configuration for the specified resources with the default options
|
| Modifier and Type | Method and Description |
|---|---|
Future<Map<ConfigResource,Config>> |
KafkaAdminClientImpl.describeConfigs(List<ConfigResource> configResources) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
KafkaAdminClientImpl.alterConfigs(Map<ConfigResource,Config> configs) |
void |
KafkaAdminClientImpl.alterConfigs(Map<ConfigResource,Config> configs,
Handler<AsyncResult<Void>> completionHandler) |
Future<Map<ConfigResource,Config>> |
KafkaAdminClientImpl.describeConfigs(List<ConfigResource> configResources) |
void |
KafkaAdminClientImpl.describeConfigs(List<ConfigResource> configResources,
Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler) |
void |
KafkaAdminClientImpl.describeConfigs(List<ConfigResource> configResources,
Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler) |
| Modifier and Type | Method and Description |
|---|---|
ConfigResource |
ConfigResource.setDefault(boolean isDefault)
Set if this is the default resource of a resource type.
|
ConfigResource |
ConfigResource.setName(String name)
Set the resource name
|
ConfigResource |
ConfigResource.setType(org.apache.kafka.common.config.ConfigResource.Type type)
Set the resource type
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigResourceConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ConfigResource obj) |
static void |
ConfigResourceConverter.toJson(ConfigResource obj,
JsonObject json) |
static void |
ConfigResourceConverter.toJson(ConfigResource obj,
Map<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigResource |
Helper.from(org.apache.kafka.common.config.ConfigResource configResource) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.common.config.ConfigResource |
Helper.to(ConfigResource configResource) |
| Modifier and Type | Method and Description |
|---|---|
static Map<org.apache.kafka.common.config.ConfigResource,Collection<org.apache.kafka.clients.admin.AlterConfigOp>> |
Helper.toConfigMaps(Map<ConfigResource,Config> configs) |
static List<org.apache.kafka.common.config.ConfigResource> |
Helper.toConfigResourceList(List<ConfigResource> configResources) |
Copyright © 2021. All rights reserved.