| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.common.naming |
Implementation of policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Brokers.healthcheck(TopicVersion topicVersion)
Run a healthcheck on the broker.
|
CompletableFuture<Void> |
Brokers.healthcheckAsync(TopicVersion topicVersion)
Run a healthcheck on the broker asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
static TopicVersion |
TopicVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicVersion[] |
TopicVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.