31978c31bbf363d98c50cc6b293105a085888471
Files Diff
- Added: 8
- Removed: 4
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 4 | ||
Move Class org.apache.hadoop.hbase.replication.TestReplicationStateBasic moved to org.apache.hadoop.hbase.replication.storage.TestReplicationStateBasic | From | To | |
Move Class org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage moved to org.apache.hadoop.hbase.replication.storage.TestZKReplicationQueueStorage | From | To | |
Move Class org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl moved to org.apache.hadoop.hbase.replication.storage.TestReplicationStateZKImpl | From | To | |
Move Class org.apache.hadoop.hbase.replication.TestZKReplicationPeerStorage moved to org.apache.hadoop.hbase.replication.storage.TestZKReplicationPeerStorage | From | To | |
Move And Rename Attribute | 2 | ||
Move And Rename Attribute public ENABLED_ZNODE_BYTES : byte[] renamed to public PEER_STATE_ENABLED_BYTES : byte[] and moved from class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage to class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Move And Rename Attribute public DISABLED_ZNODE_BYTES : byte[] renamed to public PEER_STATE_DISABLED_BYTES : byte[] and moved from class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage to class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public parsePeerIdFromQueueId(queueId String) : String extracted from public setWALPosition(serverName ServerName, queueId String, fileName String, position long, lastSeqIds Map<String,Long>) : void in class org.apache.hadoop.hbase.replication.ZKReplicationQueueStorage & moved to class org.apache.hadoop.hbase.replication.ReplicationUtils | From | To |