Uses of Class
org.apache.pulsar.broker.service.persistent.DispatchRateLimiter.Type
-
Packages that use DispatchRateLimiter.Type Package Description org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DispatchRateLimiter.Type in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return DispatchRateLimiter.Type Modifier and Type Method Description static DispatchRateLimiter.TypeDispatchRateLimiter.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DispatchRateLimiter.Type[]DispatchRateLimiter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.broker.service.persistent with parameters of type DispatchRateLimiter.Type Modifier and Type Method Description static org.apache.pulsar.common.policies.data.impl.DispatchRateImplDispatchRateLimiter. getPoliciesDispatchRate(java.lang.String cluster, java.util.Optional<org.apache.pulsar.common.policies.data.Policies> policies, DispatchRateLimiter.Type type)static java.util.Optional<org.apache.pulsar.common.policies.data.DispatchRate>DispatchRateLimiter. getTopicPolicyDispatchRate(BrokerService brokerService, java.lang.String topicName, DispatchRateLimiter.Type type)static booleanDispatchRateLimiter. isDispatchRateNeeded(BrokerService brokerService, java.util.Optional<org.apache.pulsar.common.policies.data.Policies> policies, java.lang.String topicName, DispatchRateLimiter.Type type)static booleanDispatchRateLimiter. isDispatchRateNeeded(org.apache.pulsar.broker.ServiceConfiguration serviceConfig, java.util.Optional<org.apache.pulsar.common.policies.data.Policies> policies, java.lang.String topicName, DispatchRateLimiter.Type type)Constructors in org.apache.pulsar.broker.service.persistent with parameters of type DispatchRateLimiter.Type Constructor Description DispatchRateLimiter(PersistentTopic topic, DispatchRateLimiter.Type type)
-