b2813282280b2bedc8cedcde26e9418f522212ca
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method protected noMoreData() : void from class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper to private noMoreData() : void from class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type source : ReplicationSourceInterface to source : ReplicationSource in method public ReplicationSourceShipper(conf Configuration, walGroupId String, queue PriorityBlockingQueue<Path>, source ReplicationSource) in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private removeRecoveredSource(src ReplicationSourceInterface) : boolean in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type source : ReplicationSourceInterface to source : ReplicationSource in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper | From | To |