6060d3ba56706d87221f0934d0331a2a73e65167
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method protected handleEmptyWALEntryBatch(currentPath Path) : void from class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceWALReader to private handleEmptyWALEntryBatch0(reader ReplicationSourceWALReader, entryBatchQueue BlockingQueue<WALEntryBatch>, currentPath Path) : void from class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource | From | To | |
Inline Method | 2 | ||
Inline Method private removeEntryFromStream(entryStream WALEntryStream, batch WALEntryBatch) : void inlined to protected readWALEntries(entryStream WALEntryStream) : WALEntryBatch in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private firstCellInEntryBeforeFiltering : Cell from class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader to private firstCellInEntryBeforeFiltering : Cell from class org.apache.hadoop.hbase.replication.regionserver.SerialReplicationSourceWALReader | From | To | |
Extract Method | 3 | ||
Extract Method protected createBatch(entryStream WALEntryStream) : WALEntryBatch extracted from private readWALEntries(entryStream WALEntryStream) : WALEntryBatch in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Extract Method protected createNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : ReplicationSourceShipper extracted from protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Extract Method protected addEntryToBatch(batch WALEntryBatch, entry Entry) : boolean extracted from private readWALEntries(entryStream WALEntryStream) : WALEntryBatch in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To |