Uses of Enum Class
org.apache.pulsar.broker.service.persistent.DispatchRateLimiter.Type
Packages that use DispatchRateLimiter.Type
Package
Description
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.TypeModifier and TypeMethodDescriptionstatic DispatchRateLimiter.TypeReturns the enum constant of this class with the specified name.static DispatchRateLimiter.Type[]DispatchRateLimiter.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.pulsar.broker.service.persistent with parameters of type DispatchRateLimiter.TypeModifierConstructorDescriptionDispatchRateLimiter(PersistentTopic topic, String subscriptionName, DispatchRateLimiter.Type type) DispatchRateLimiter(PersistentTopic topic, DispatchRateLimiter.Type type)