c6e71f159cbd3f993b7fe361a5e5d50352efb306
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected tryStartNewShipperThread(walGroupId String, queue PriorityBlockingQueue<Path>) : void renamed to protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Rename Method protected tryStartNewShipperThread(walGroupId String, queue PriorityBlockingQueue<Path>) : void renamed to protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type entryReader : ReplicationSourceWALReaderThread to entryReader : ReplicationSourceWALReader in method public setWALReader(entryReader ReplicationSourceWALReader) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper | From | To | |
Rename Class | 3 | ||
Rename Class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipperThread renamed to org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper | From | To | |
Rename Class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReaderThread renamed to org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Rename Class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipperThread renamed to org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper | From | To | |
Rename Attribute | 1 | ||
Rename Attribute metrics : MetricsSource to source : ReplicationSource in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Change Variable Type | 11 | ||
Change Variable Type worker : ReplicationSourceShipperThread to worker : ReplicationSourceShipper in method public tryFinish() : void in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource | From | To | |
Change Variable Type entry : Map.Entry<String,ReplicationSourceShipperThread> to entry : Map.Entry<String,ReplicationSourceShipper> in method public getStats() : String in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type worker : ReplicationSourceShipperThread to worker : ReplicationSourceShipper in method protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type workers : Collection<ReplicationSourceShipperThread> to workers : Collection<ReplicationSourceShipper> in method public terminate(reason String, cause Exception, join boolean) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type worker : ReplicationSourceShipperThread to worker : ReplicationSourceShipper in method public getStats() : String in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type worker : ReplicationSourceShipperThread to worker : ReplicationSourceShipper in method public terminate(reason String, cause Exception, join boolean) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type extant : ReplicationSourceShipperThread to extant : ReplicationSourceShipper in method protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type worker : ReplicationSourceShipperThread to worker : ReplicationSourceShipper in method public getCurrentPath() : Path in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Variable Type worker : RecoveredReplicationSourceShipperThread to worker : RecoveredReplicationSourceShipper in method protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource | From | To | |
Change Variable Type extant : ReplicationSourceShipperThread to extant : ReplicationSourceShipper in method protected tryStartNewShipper(walGroupId String, queue PriorityBlockingQueue<Path>) : void in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource | From | To | |
Extract Method | 3 | ||
Extract Method private initializeWALEntryFilter() : void extracted from public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Extract Method private readWALEntries(entryStream WALEntryStream) : WALEntryBatch extracted from public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Extract Method protected handleEmptyWALEntryBatch(batch WALEntryBatch, currentPath Path) : void extracted from public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type entryReader : ReplicationSourceWALReaderThread to entryReader : ReplicationSourceWALReader in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper | From | To | |
Change Attribute Type workerThreads : ConcurrentHashMap<String,ReplicationSourceShipperThread> to workerThreads : ConcurrentHashMap<String,ReplicationSourceShipper> in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource | From | To | |
Change Attribute Type metrics : MetricsSource to source : ReplicationSource in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceWALReader | From | To |