c62b5c014b1f69c8c9aea78be22d3f9c95eefb99
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 68
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getGlobalZooKeeperServers() : String renamed to public getConfigurationStoreServers() : String in class org.apache.pulsar.common.conf.InternalConfigurationData | From | To | |
Rename Variable | 1 | ||
Rename Variable globalZk : ZooKeeper to configStoreZk : ZooKeeper in method public main(args String[]) : void in class org.apache.pulsar.PulsarClusterMetadataSetup | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.pulsar.zookeeper.GlobalZooKeeperStarter renamed to org.apache.pulsar.zookeeper.ConfigurationStoreStarter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute globalZooKeeperServers : String to configurationStoreServers : String in class org.apache.pulsar.common.conf.InternalConfigurationData | From | To | |
Extract Method | 1 | ||
Extract Method public checkConfig(config ServiceConfig) : void extracted from public init(configFile String) : void in class org.apache.pulsar.discovery.service.server.DiscoveryServiceStarter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter globalZooKeeperServers : String to configurationStoreServers : String in method public InternalConfigurationData(zookeeperServers String, configurationStoreServers String, ledgersRootPath String) in class org.apache.pulsar.common.conf.InternalConfigurationData | From | To |