84d02ac4ad42497c052d627e834c5e07c0e3449a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [topicName : String, subscriptionName : String] to type : Type in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Rename Method | 3 | ||
Rename Method protected internalSetDispatchRate(dispatchRate DispatchRate) : void renamed to protected internalSetTopicDispatchRate(dispatchRate DispatchRate) : void in class org.apache.pulsar.broker.admin.impl.NamespacesBase | From | To | |
Rename Method public dispatchRate(configuration ServiceConfiguration) : DispatchRate renamed to public topicDispatchRate(configuration ServiceConfiguration) : DispatchRate in class org.apache.pulsar.broker.ConfigHelper | From | To | |
Rename Method protected internalGetDispatchRate() : DispatchRate renamed to protected internalGetTopicDispatchRate() : DispatchRate in class org.apache.pulsar.broker.admin.impl.NamespacesBase | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type subscriptionName : String to type : Type in method public isDispatchRateNeeded(brokerService BrokerService, policies Optional<Policies>, topicName String, type Type) : boolean in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Change Parameter Type subscriptionName : String to type : Type in method public DispatchRateLimiter(topic PersistentTopic, type Type) in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [topicName : String, subscriptionName : String] to type : Type in method public isDispatchRateNeeded(serviceConfig ServiceConfiguration, policies Optional<Policies>, topicName String, type Type) : boolean in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Rename Attribute | 2 | ||
Rename Attribute clusterDispatchRate : Map<String,DispatchRate> to topicDispatchRate : Map<String,DispatchRate> in class org.apache.pulsar.common.policies.data.Policies | From | To | |
Rename Attribute clusterDispatchRate : Map<String,DispatchRate> to replicatorDispatchRate : Map<String,DispatchRate> in class org.apache.pulsar.common.policies.data.Policies | From | To | |
Rename Parameter | 2 | ||
Rename Parameter subscriptionName : String to type : Type in method public DispatchRateLimiter(topic PersistentTopic, type Type) in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To | |
Rename Parameter subscriptionName : String to type : Type in method public isDispatchRateNeeded(brokerService BrokerService, policies Optional<Policies>, topicName String, type Type) : boolean in class org.apache.pulsar.broker.service.persistent.DispatchRateLimiter | From | To |