Uses of Enum Class
org.apache.pulsar.common.naming.TopicDomain
Package
Description
Implementation of policies.
-
Uses of TopicDomain in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionTopics.getList
(String namespace, TopicDomain topicDomain) Get the list of topics under a namespace.Topics.getList
(String namespace, TopicDomain topicDomain, Map<Topics.QueryParam, Object> params) Deprecated.Topics.getList
(String namespace, TopicDomain topicDomain, ListTopicsOptions options) Get the list of topics under a namespace.Topics.getListAsync
(String namespace, TopicDomain topicDomain) Get the list of topics under a namespace asynchronously.Topics.getListAsync
(String namespace, TopicDomain topicDomain, Map<Topics.QueryParam, Object> params) Deprecated.Topics.getListAsync
(String namespace, TopicDomain topicDomain, ListTopicsOptions options) Get the list of topics under a namespace asynchronously. -
Uses of TopicDomain in org.apache.pulsar.common.naming
Modifier and TypeMethodDescriptionstatic TopicDomain
static TopicDomain
Returns the enum constant of this class with the specified name.static TopicDomain[]
TopicDomain.values()
Returns an array containing the constants of this enum class, in the order they are declared.
Topics.getList(String, TopicDomain, ListTopicsOptions)
instead.