Uses of Class
org.apache.pulsar.broker.namespace.TopicExistsInfo
Packages that use TopicExistsInfo
-
Uses of TopicExistsInfo in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace that return TopicExistsInfoModifier and TypeMethodDescriptionstatic TopicExistsInfoTopicExistsInfo.newNonPartitionedTopicExists()static TopicExistsInfoTopicExistsInfo.newPartitionedTopicExists(Integer partitions) static TopicExistsInfoTopicExistsInfo.newTopicNotExists()Methods in org.apache.pulsar.broker.namespace that return types with arguments of type TopicExistsInfoModifier and TypeMethodDescriptionNamespaceService.checkTopicExists(org.apache.pulsar.common.naming.TopicName topic) Check topic exists( partitioned or non-partitioned ).