Class DispatchRateImpl
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.impl.DispatchRateImpl
-
- All Implemented Interfaces:
DispatchRate
public final class DispatchRateImpl extends java.lang.Object implements DispatchRate
Dispatch rate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDispatchRateImpl.DispatchRateImplBuilder-
Nested classes/interfaces inherited from interface org.apache.pulsar.common.policies.data.DispatchRate
DispatchRate.Builder
-
-
Constructor Summary
Constructors Constructor Description DispatchRateImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DispatchRateImpl.DispatchRateImplBuilderbuilder()-
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
-
-
-
-
Method Detail
-
builder
public static DispatchRateImpl.DispatchRateImplBuilder builder()
-
-