接口 PulsarAdmin
-
- 所有超级接口:
java.lang.AutoCloseable,java.io.Closeable
@Public @Stable public interface PulsarAdmin extends java.io.Closeable
-
-
方法概要
-
-
-
方法详细资料
-
builder
static PulsarAdminBuilder builder()
Get a new builder instance that can used to configure and build aPulsarAdmininstance.- 返回:
- the
PulsarAdminBuilder
-
clusters
Clusters clusters()
- 返回:
- the clusters management object
-
brokers
Brokers brokers()
- 返回:
- the brokers management object
-
tenants
Tenants tenants()
- 返回:
- the tenants management object
-
resourcegroups
ResourceGroups resourcegroups()
- 返回:
- the resourcegroups managements object
-
properties
@Deprecated Properties properties()
已过时。since 2.0. Seetenants()
-
namespaces
Namespaces namespaces()
- 返回:
- the namespaces management object
-
topics
Topics topics()
- 返回:
- the topics management object
-
topicPolicies
TopicPolicies topicPolicies()
Get the topic policies management object.- 返回:
- the topic policies management object
-
topicPolicies
TopicPolicies topicPolicies(boolean isGlobal)
Get the local/global topic policies management object.- 返回:
- the topic policies management object
-
bookies
Bookies bookies()
- 返回:
- the bookies management object
-
nonPersistentTopics
@Deprecated NonPersistentTopics nonPersistentTopics()
已过时。Since 2.0. Seetopics()- 返回:
- the persistentTopics management object
-
resourceQuotas
ResourceQuotas resourceQuotas()
- 返回:
- the resource quota management object
-
lookups
Lookup lookups()
- 返回:
- does a looks up for the broker serving the topic
-
functions
Functions functions()
- 返回:
- the functions management object
-
sources
Sources sources()
- 返回:
- the sources management object
-
sinks
Sinks sinks()
- 返回:
- the sinks management object
-
worker
Worker worker()
- 返回:
- the Worker stats
-
brokerStats
BrokerStats brokerStats()
- 返回:
- the broker statics
-
proxyStats
ProxyStats proxyStats()
- 返回:
- the proxy statics
-
getServiceUrl
java.lang.String getServiceUrl()
- 返回:
- the service HTTP URL that is being used
-
schemas
Schemas schemas()
- 返回:
- the schemas
-
packages
Packages packages()
- 返回:
- the packages management object
-
transactions
Transactions transactions()
- 返回:
- the transactions management object
-
close
void close()
Close the PulsarAdminClient and release all the resources.- 指定者:
close在接口中java.lang.AutoCloseable- 指定者:
close在接口中java.io.Closeable
-
-