Uses of Interface
org.apache.pulsar.common.policies.data.DispatchRate.Builder
Packages that use DispatchRate.Builder
Package
Description
Implementation of policies.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DispatchRate.Builder in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return DispatchRate.BuilderModifier and TypeMethodDescriptionstatic DispatchRate.Builder
DispatchRate.builder()
DispatchRate.Builder.dispatchThrottlingRateInByte
(long dispatchThrottlingRateBytes) DispatchRate.Builder.dispatchThrottlingRateInMsg
(int dispatchThrottlingRateMsg) DispatchRate.Builder.ratePeriodInSecond
(int ratePeriodInSeconds) DispatchRate.Builder.relativeToPublishRate
(boolean relativeToPublishRate) -
Uses of DispatchRate.Builder in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement DispatchRate.Builder