Class PublishRate
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.PublishRate
-
public class PublishRate extends java.lang.ObjectPublish-rate to manage publish throttling.
-
-
Field Summary
Fields Modifier and Type Field Description longpublishThrottlingRateInByteintpublishThrottlingRateInMsg
-
Constructor Summary
Constructors Constructor Description PublishRate()PublishRate(int dispatchThrottlingRateInMsg, long dispatchThrottlingRateInByte)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-