f6a017ce6302853ef8421dc6adf1a099059f4e30
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 2 | ||
Move Attribute private table : Table from class org.apache.hadoop.hbase.mapreduce.TableOutputFormat to private table : Table from class org.apache.hadoop.hbase.mapreduce.TableOutputFormat.TableRecordWriter | From | To | |
Move Attribute private connection : Connection from class org.apache.hadoop.hbase.mapreduce.TableOutputFormat to private connection : Connection from class org.apache.hadoop.hbase.mapreduce.TableOutputFormat.TableRecordWriter | From | To | |
Extract Variable | 1 | ||
Extract Variable tableName : TableName in method public getSplits(context JobContext) : List<InputSplit> from class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase | From | To | |
Extract Method | 2 | ||
Extract Method protected closeTable() : void extracted from public createRecordReader(split InputSplit, context TaskAttemptContext) : RecordReader<ImmutableBytesWritable,Result> in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase | From | To | |
Extract Method private close(closables Closeable...) : void extracted from public createRecordReader(split InputSplit, context TaskAttemptContext) : RecordReader<ImmutableBytesWritable,Result> in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase | From | To |