Uses of Interface
org.apache.pulsar.common.policies.data.BacklogQuota
-
Packages that use BacklogQuota 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.policies.data Implementation of policies.org.apache.pulsar.common.policies.data.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of BacklogQuota in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return types with arguments of type BacklogQuota Modifier and Type Method Description java.util.Map<BacklogQuota.BacklogQuotaType,BacklogQuota>Namespaces. getBacklogQuotaMap(java.lang.String namespace)Get backlog quota map on a namespace.java.util.Map<BacklogQuota.BacklogQuotaType,BacklogQuota>Topics. getBacklogQuotaMap(java.lang.String topic)Get backlog quota map for a topic.java.util.Map<BacklogQuota.BacklogQuotaType,BacklogQuota>Topics. getBacklogQuotaMap(java.lang.String topic, boolean applied)Get applied backlog quota map for a topic.java.util.concurrent.CompletableFuture<java.util.Map<BacklogQuota.BacklogQuotaType,BacklogQuota>>Namespaces. getBacklogQuotaMapAsync(java.lang.String namespace)Get backlog quota map on a namespace asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type BacklogQuota Modifier and Type Method Description voidNamespaces. setBacklogQuota(java.lang.String namespace, BacklogQuota backlogQuota)Set a backlog quota for all the topics on a namespace.voidTopics. setBacklogQuota(java.lang.String topic, BacklogQuota backlogQuota)Set a backlog quota for a topic.java.util.concurrent.CompletableFuture<java.lang.Void>Namespaces. setBacklogQuotaAsync(java.lang.String namespace, BacklogQuota backlogQuota)Set a backlog quota for all the topics on a namespace asynchronously. -
Uses of BacklogQuota in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data with type parameters of type BacklogQuota Modifier and Type Field Description java.util.Map<BacklogQuota.BacklogQuotaType,BacklogQuota>Policies. backlog_quota_mapMethods in org.apache.pulsar.common.policies.data that return BacklogQuota Modifier and Type Method Description BacklogQuotaBacklogQuota.Builder. build() -
Uses of BacklogQuota in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement BacklogQuota Modifier and Type Class Description classBacklogQuotaImpl
-