Class DispatchRateImpl
java.lang.Object
org.apache.pulsar.common.policies.data.impl.DispatchRateImpl
- All Implemented Interfaces:
DispatchRate
Dispatch rate.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pulsar.common.policies.data.DispatchRate
DispatchRate.Builder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static DispatchRateImpl
normalize
(DispatchRateImpl dispatchRate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pulsar.common.policies.data.DispatchRate
getDispatchThrottlingRateInByte, getDispatchThrottlingRateInMsg, getRatePeriodInSecond, isRelativeToPublishRate
-
Constructor Details
-
DispatchRateImpl
public DispatchRateImpl()
-
-
Method Details
-
builder
-
normalize
-