9a257c2fe784a5334ab6728eb22c90a615da6f97
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable rateLimiter : DispatchRateLimiter to topicRateLimiter : DispatchRateLimiter in method protected readMoreEntries(consumer Consumer) : void in class org.apache.pulsar.broker.service.persistent.PersistentDispatcherSingleActiveConsumer | From | To | |
Rename Variable rateLimiter : DispatchRateLimiter to topicRateLimiter : DispatchRateLimiter in method public readMoreEntries() : void in class org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers | From | To | |
Rename Variable ratePerid : long to ratePeriod : long in method public updateDispatchRate(dispatchRate DispatchRate) : void in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Rename Attribute | 2 | ||
Rename Attribute dispatchThrottlingRatePerTopicInMsg : int to dispatchThrottlingRateInMsg : int in class org.apache.pulsar.common.policies.data.DispatchRate | From | To | |
Rename Attribute dispatchThrottlingRatePerTopicInByte : long to dispatchThrottlingRateInByte : long in class org.apache.pulsar.common.policies.data.DispatchRate | From | To | |
Extract Variable | 2 | ||
Extract Variable inMsg : int in method private registerLocalPoliciesListener() : void from class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Extract Variable inByte : long in method private registerLocalPoliciesListener() : void from class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter dispatchThrottlingRatePerTopicInMsg : int to dispatchThrottlingRateInMsg : int in method public DispatchRate(dispatchThrottlingRateInMsg int, dispatchThrottlingRateInByte long, ratePeriodInSecond int) in class org.apache.pulsar.common.policies.data.DispatchRate | From | To | |
Rename Parameter dispatchThrottlingRatePerTopicInByte : long to dispatchThrottlingRateInByte : long in method public DispatchRate(dispatchThrottlingRateInMsg int, dispatchThrottlingRateInByte long, ratePeriodInSecond int) in class org.apache.pulsar.common.policies.data.DispatchRate | From | To |