Uses of Enum Class
org.apache.pulsar.common.policies.data.BacklogQuota.BacklogQuotaType
Packages that use BacklogQuota.BacklogQuotaType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
Uses of BacklogQuota.BacklogQuotaType in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return types with arguments of type BacklogQuota.BacklogQuotaTypeModifier and TypeMethodDescriptionNamespaces.getBacklogQuotaMap
(String namespace) Get backlog quota map on a namespace.TopicPolicies.getBacklogQuotaMap
(String topic) Get backlog quota map for a topic.TopicPolicies.getBacklogQuotaMap
(String topic, boolean applied) Get applied backlog quota map for a topic.Topics.getBacklogQuotaMap
(String topic) Deprecated.Topics.getBacklogQuotaMap
(String topic, boolean applied) Deprecated.UseTopicPolicies.getBacklogQuotaMap(String, boolean)
instead.Namespaces.getBacklogQuotaMapAsync
(String namespace) Get backlog quota map on a namespace asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type BacklogQuota.BacklogQuotaTypeModifier and TypeMethodDescriptionvoid
Namespaces.removeBacklogQuota
(String namespace, BacklogQuota.BacklogQuotaType backlogQuotaType) Remove a backlog quota policy from a namespace.void
TopicPolicies.removeBacklogQuota
(String topic, BacklogQuota.BacklogQuotaType backlogQuotaType) Remove a backlog quota policy from a topic.void
Topics.removeBacklogQuota
(String topic, BacklogQuota.BacklogQuotaType backlogQuotaType) Deprecated.Namespaces.removeBacklogQuotaAsync
(String namespace, BacklogQuota.BacklogQuotaType backlogQuotaType) Remove a backlog quota policy from a namespace asynchronously.void
Namespaces.setBacklogQuota
(String namespace, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Set a backlog quota for all the topics on a namespace.void
TopicPolicies.setBacklogQuota
(String topic, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Set a backlog quota for a topic.void
Topics.setBacklogQuota
(String topic, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Deprecated.Namespaces.setBacklogQuotaAsync
(String namespace, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Set a backlog quota for all the topics on a namespace asynchronously. -
Uses of BacklogQuota.BacklogQuotaType in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data with type parameters of type BacklogQuota.BacklogQuotaTypeMethods in org.apache.pulsar.common.policies.data that return BacklogQuota.BacklogQuotaTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BacklogQuota.BacklogQuotaType[]
BacklogQuota.BacklogQuotaType.values()
Returns an array containing the constants of this enum class, in the order they are declared.
TopicPolicies.getBacklogQuotaMap(String)
instead.