c000f29e47b9a6a7ffa71848f0df3d5c1a72312e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable buffer : LinkedList<Mutation> to taker : QueueRowAccess in method private backgroundFlushCommits(synchronous boolean) : void in class org.apache.hadoop.hbase.client.BufferedMutatorImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type buffer : LinkedList<Mutation> to taker : QueueRowAccess in method private backgroundFlushCommits(synchronous boolean) : void in class org.apache.hadoop.hbase.client.BufferedMutatorImpl | From | To | |
Extract Method | 1 | ||
Extract Method public submit(pool ExecutorService, tableName TableName, rows RowAccess<? extends Row>, atLeastOne boolean, callback Batch.Callback<CResult>, needResults boolean) : AsyncRequestFuture extracted from public submit(pool ExecutorService, tableName TableName, rows List<? extends Row>, atLeastOne boolean, callback Batch.Callback<CResult>, needResults boolean) : AsyncRequestFuture in class org.apache.hadoop.hbase.client.AsyncProcess | From | To |