@InterfaceAudience.Public @InterfaceStability.Stable public interface PulsarAdmin extends Closeable
| Modifier and Type | Method and Description |
|---|---|
Bookies |
bookies() |
Brokers |
brokers() |
BrokerStats |
brokerStats() |
static PulsarAdminBuilder |
builder()
Get a new builder instance that can used to configure and build a
PulsarAdmin instance. |
void |
close()
Close the PulsarAdminClient and release all the resources.
|
Clusters |
clusters() |
Functions |
functions() |
ClientConfigurationData |
getClientConfigData() |
String |
getServiceUrl() |
Lookup |
lookups() |
Namespaces |
namespaces() |
NonPersistentTopics |
nonPersistentTopics()
Deprecated.
Since 2.0. See
topics() |
Packages |
packages() |
Properties |
properties()
Deprecated.
since 2.0. See
tenants() |
ProxyStats |
proxyStats() |
ResourceGroups |
resourcegroups() |
ResourceQuotas |
resourceQuotas() |
Schemas |
schemas() |
Sink |
sink()
Deprecated.
in favor of
sinks() |
Sinks |
sinks() |
Source |
source()
Deprecated.
in favor of
sources() |
Sources |
sources() |
Tenants |
tenants() |
Topics |
topics() |
Worker |
worker() |
static PulsarAdminBuilder builder()
PulsarAdmin instance.PulsarAdminBuilderClusters clusters()
Brokers brokers()
Tenants tenants()
ResourceGroups resourcegroups()
@Deprecated Properties properties()
tenants()Namespaces namespaces()
Topics topics()
Bookies bookies()
@Deprecated NonPersistentTopics nonPersistentTopics()
topics()ResourceQuotas resourceQuotas()
Lookup lookups()
Functions functions()
@Deprecated Source source()
sources()Sources sources()
@Deprecated Sink sink()
sinks()Sinks sinks()
Worker worker()
BrokerStats brokerStats()
ProxyStats proxyStats()
String getServiceUrl()
ClientConfigurationData getClientConfigData()
Schemas schemas()
Packages packages()
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2017–2021 Apache Software Foundation. All rights reserved.