18da4a0460967ce28fcdeaad4a1b90440ff36f00
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type tableIndex : int to tableName : String in method private writeAggregatedRow(context Context, tableName String, lkv List<KeyValue>) : void in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Map<byte[],Map<byte[],Integer>>> to void in method private initColumnIndexes() : void in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute columnMap : Map<byte[],Map<byte[],Integer>> to columnIndexes : Map<byte[],Integer> in method private initColumnIndexes() : void in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper | From | To | |
Extract Variable | 2 | ||
Extract Variable family : ImmutableBytesWritable in method protected reduce(key TableRowkeyPair, values Iterable<ImmutableBytesWritable>, context Reducer<TableRowkeyPair,ImmutableBytesWritable,TableRowkeyPair,KeyValue>) : void from class org.apache.phoenix.mapreduce.FormatToKeyValueReducer | From | To | |
Extract Variable name : ImmutableBytesWritable in method protected reduce(key TableRowkeyPair, values Iterable<ImmutableBytesWritable>, context Reducer<TableRowkeyPair,ImmutableBytesWritable,TableRowkeyPair,KeyValue>) : void from class org.apache.phoenix.mapreduce.FormatToKeyValueReducer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type columnMap : Map<byte[],Map<byte[],Integer>> to columnIndexes : Map<byte[],Integer> in method private initColumnIndexes() : void in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type columnIndexes : List<Map<byte[],Map<byte[],Integer>>> to columnIndexes : Map<byte[],Integer> in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper | From | To | |
Change Attribute Type columnIndexes : List<List<Pair<byte[],byte[]>>> to columnIndexes : Map<Integer,Pair<byte[],byte[]>> in class org.apache.phoenix.mapreduce.FormatToKeyValueReducer | From | To | |
Change Attribute Type emptyFamilyName : List<ImmutableBytesPtr> to emptyFamilyName : Map<String,ImmutableBytesPtr> in class org.apache.phoenix.mapreduce.FormatToKeyValueReducer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tableIndex : int to tableName : String in method private writeAggregatedRow(context Context, tableName String, lkv List<KeyValue>) : void in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper | From | To |