Uses of Class
org.apache.pulsar.common.policies.data.BacklogQuota.BacklogQuotaType
-
Packages that use BacklogQuota.BacklogQuotaType 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. -
-
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.BacklogQuotaType 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. -
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.BacklogQuotaType 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.BacklogQuotaType Modifier and Type Method Description static BacklogQuota.BacklogQuotaTypeBacklogQuota.BacklogQuotaType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BacklogQuota.BacklogQuotaType[]BacklogQuota.BacklogQuotaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-