16fcdf9e1c116758027b79a24f9ec701cb63496f
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private updateIndexState(connection Connection, masterTable String, indexTable String, state PIndexState) : void from class org.apache.phoenix.mapreduce.index.IndexTool to public updateIndexState(connection Connection, masterTable String, indexTable String, state PIndexState) : void from class org.apache.phoenix.mapreduce.index.IndexToolUtil | From | To | |
Rename Variable | 1 | ||
Rename Variable logicalIndexTable : String to physicalIndexTable : String in method public run(args String[]) : int in class org.apache.phoenix.mapreduce.index.IndexTool | From | To | |
Move Attribute | 1 | ||
Move Attribute private ALTER_INDEX_QUERY_TEMPLATE : String from class org.apache.phoenix.mapreduce.index.IndexTool to private ALTER_INDEX_QUERY_TEMPLATE : String from class org.apache.phoenix.mapreduce.index.IndexToolUtil | From | To | |
Extract Method | 3 | ||
Extract Method private getArgValues(schemaName String, dataTable String, indxTable String, directApi boolean) : String[] extracted from private getArgValues(schemaName String, dataTable String, indxTable String) : String[] in class org.apache.phoenix.mapreduce.IndexToolIT | From | To | |
Extract Method public testSecondaryIndex(schemaName String, dataTable String, isImmutable boolean, isLocal boolean, directApi boolean) : void extracted from public testSecondaryIndex(schemaName String, dataTable String, isImmutable boolean, isLocal boolean) : void in class org.apache.phoenix.mapreduce.IndexToolIT | From | To | |
Extract Method private configureRunnableJobUsingBulkLoad(job Job, outputPath Path) : int extracted from public run(args String[]) : int in class org.apache.phoenix.mapreduce.index.IndexTool | From | To |