719d57bf46765121550831189591fd420d2b078d
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private newNamenodeConnection(conf Configuration, nnAddress String, ugi UserGroupInformation) : ConnectionContext renamed to protected newConnection(conf Configuration, nnAddress String, ugi UserGroupInformation, proto Class<T>) : ConnectionContext in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.hdfs.server.federation.router.TestRefreshUserMappingsWithRouters renamed to org.apache.hadoop.hdfs.server.federation.router.TestRouterUserMappings | From | To | |
Change Variable Type | 2 | ||
Change Variable Type proxy : NamenodeProtocolPB to proxy : Object in method protected newConnection(conf Configuration, nnAddress String, ugi UserGroupInformation, proto Class<T>) : ConnectionContext in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool | From | To | |
Change Variable Type clientProxy : ProxyAndInfo<NamenodeProtocol> to clientProxy : ProxyAndInfo<T> in method protected newConnection(conf Configuration, nnAddress String, ugi UserGroupInformation, proto Class<T>) : ConnectionContext in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool | From | To |