Uses of Interface
org.apache.pulsar.common.policies.data.BacklogQuota
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of BacklogQuota in org.apache.pulsar.client.admin
Modifier 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.Modifier and TypeMethodDescriptiondefault void
Namespaces.setBacklogQuota
(String namespace, BacklogQuota backlogQuota) void
Namespaces.setBacklogQuota
(String namespace, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Set a backlog quota for all the topics on a namespace.default void
TopicPolicies.setBacklogQuota
(String topic, BacklogQuota backlogQuota) void
TopicPolicies.setBacklogQuota
(String topic, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Set a backlog quota for a topic.default void
Topics.setBacklogQuota
(String topic, BacklogQuota backlogQuota) Deprecated.UseTopicPolicies.setBacklogQuota(String, BacklogQuota)
instead.void
Topics.setBacklogQuota
(String topic, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Deprecated.default CompletableFuture<Void>
Namespaces.setBacklogQuotaAsync
(String namespace, BacklogQuota backlogQuota) Namespaces.setBacklogQuotaAsync
(String namespace, BacklogQuota backlogQuota, BacklogQuota.BacklogQuotaType backlogQuotaType) Set a backlog quota for all the topics on a namespace asynchronously. -
Uses of BacklogQuota in org.apache.pulsar.common.policies.data
-
Uses of BacklogQuota in org.apache.pulsar.common.policies.data.impl
TopicPolicies.getBacklogQuotaMap(String)
instead.