Uses of Enum Class
org.apache.pulsar.broker.service.TopicPoliciesService.GetType
Packages that use TopicPoliciesService.GetType
-
Uses of TopicPoliciesService.GetType in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return TopicPoliciesService.GetTypeModifier and TypeMethodDescriptionstatic TopicPoliciesService.GetTypeReturns the enum constant of this class with the specified name.static TopicPoliciesService.GetType[]TopicPoliciesService.GetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.service with parameters of type TopicPoliciesService.GetTypeModifier and TypeMethodDescriptionCompletableFuture<Optional<org.apache.pulsar.common.policies.data.TopicPolicies>>SystemTopicBasedTopicPoliciesService.getTopicPoliciesAsync(org.apache.pulsar.common.naming.TopicName topicName, TopicPoliciesService.GetType type) CompletableFuture<Optional<org.apache.pulsar.common.policies.data.TopicPolicies>>TopicPoliciesService.getTopicPoliciesAsync(org.apache.pulsar.common.naming.TopicName topicName, TopicPoliciesService.GetType type) Retrieve the topic policies.CompletableFuture<Optional<org.apache.pulsar.common.policies.data.TopicPolicies>>TopicPoliciesService.TopicPoliciesServiceDisabled.getTopicPoliciesAsync(org.apache.pulsar.common.naming.TopicName topicName, TopicPoliciesService.GetType type)