7a5b0783068415eaca70ea2ca938ecbfe3bed30f
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getCuratorFramework() : CuratorFramework renamed to package getZKClient() : ReadOnlyZKClient in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private exec(opBuilder BackgroundPathable<?>, path String, processor CuratorEventProcessor<T>) : CompletableFuture<T> from class org.apache.hadoop.hbase.client.ZKAsyncRegistry to private failed(e Throwable) : CompletableFuture<T> from class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type event : CuratorEvent to data : byte[] in method private getMasterProto(data byte[]) : ZooKeeperProtos.Master in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Change Parameter Type event : CuratorEvent to data : byte[] in method private getClusterId(data byte[]) : String in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Change Parameter Type event : CuratorEvent to data : byte[] in method private getMetaProto(data byte[]) : ZooKeeperProtos.MetaRegionServer in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Change Return Type | 1 | ||
Change Return Type CuratorFramework to ReadOnlyZKClient in method package getZKClient() : ReadOnlyZKClient in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Extract Method | 2 | ||
Extract Method private getAndConvert(path String, converter Converter<T>) : CompletableFuture<T> extracted from public getMetaRegionLocation() : CompletableFuture<RegionLocations> in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type zk : CuratorFramework to zk : ReadOnlyZKClient in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Rename Parameter | 3 | ||
Rename Parameter event : CuratorEvent to data : byte[] in method private getMasterProto(data byte[]) : ZooKeeperProtos.Master in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Rename Parameter event : CuratorEvent to data : byte[] in method private getClusterId(data byte[]) : String in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To | |
Rename Parameter event : CuratorEvent to data : byte[] in method private getMetaProto(data byte[]) : ZooKeeperProtos.MetaRegionServer in class org.apache.hadoop.hbase.client.ZKAsyncRegistry | From | To |