3283bc7c91b61b9687ba6f98e1a28ef6ab81e432
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 6
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.apache.curator:curator-client:2.11.0 | |
org.apache.curator:curator-framework:2.11.0 | |
org.apache.curator:curator-recipes:2.11.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ClusterRegistry to AsyncRegistry in method package getRegistry(conf Configuration) : AsyncRegistry in class org.apache.hadoop.hbase.client.ClusterRegistryFactory | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.hadoop.hbase.client.ClusterRegistry renamed to org.apache.hadoop.hbase.client.AsyncRegistry | From | To | |
Rename Class org.apache.hadoop.hbase.client.ZKClusterRegistry renamed to org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type clazz : Class<? extends ClusterRegistry> to clazz : Class<? extends AsyncRegistry> in method package getRegistry(conf Configuration) : AsyncRegistry in class org.apache.hadoop.hbase.client.ClusterRegistryFactory | From | To | |
Extract Interface | 1 | ||
Extract Interface org.apache.hadoop.hbase.client.AsyncRegistry from classes [org.apache.hadoop.hbase.client.ZKAsyncRegistry] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type zk : RecoverableZooKeeper to zk : CuratorFramework in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Change Attribute Type registry : ClusterRegistry to registry : AsyncRegistry in class org.apache.hadoop.hbase.client.AsyncConnectionImpl | From | To |