ec651bfc7bb004c7a14503bd6ea5dc376975bd3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable size : long in method private backgroundFlushCommits(synchronous boolean) : void from class org.apache.hadoop.hbase.client.BufferedMutatorImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type currentWriteBufferSize : long to currentWriteBufferSize : AtomicLong in class org.apache.hadoop.hbase.client.BufferedMutatorImpl | From | To | |
Change Attribute Type writeAsyncBuffer : List<Row> to writeAsyncBuffer : ConcurrentLinkedQueue<Mutation> in class org.apache.hadoop.hbase.client.BufferedMutatorImpl | From | To |