Uses of Class
org.apache.pulsar.common.naming.TopicDomain
-
Packages that use TopicDomain 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. -
-
Uses of TopicDomain in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin with parameters of type TopicDomain Modifier and Type Method Description java.util.List<java.lang.String>Topics. getList(java.lang.String namespace, TopicDomain topicDomain)Get the list of topics under a namespace.java.util.concurrent.CompletableFuture<java.util.List<java.lang.String>>Topics. getListAsync(java.lang.String namespace, TopicDomain topicDomain)Get the list of topics under a namespace asynchronously. -
Uses of TopicDomain in org.apache.pulsar.common.naming
Methods in org.apache.pulsar.common.naming that return TopicDomain Modifier and Type Method Description static TopicDomainTopicDomain. getEnum(java.lang.String value)static TopicDomainTopicDomain. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TopicDomain[]TopicDomain. values()Returns an array containing the constants of this enum type, in the order they are declared.
-