|
Change Return Type SortedMap<String,SortedSet<String>> to Map<String,Set<String>> in method public claimQueues(regionserver String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueues |
From |
To |
|
Change Return Type SortedMap<String,SortedSet<String>> to Map<String,Set<String>> in method public claimQueues(regionserver String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesHBaseImpl |
From |
To |
|
Change Return Type SortedMap<String,SortedSet<String>> to Map<String,Set<String>> in method public claimQueues(regionserverZnode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Return Type SortedMap<String,SortedSet<String>> to Map<String,Set<String>> in method private copyQueuesFromRS(znode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Return Type SortedMap<String,SortedSet<String>> to Map<String,Set<String>> in method private copyQueuesFromRSUsingMulti(znode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Return Type List<String> to ResultScanner in method private getQueuesBelongingToServer(server String) : ResultScanner in class org.apache.hadoop.hbase.replication.ReplicationQueuesHBaseImpl |
From |
To |
|
Change Variable Type queues : SortedMap<String,SortedSet<String>> to queues : Map<String,Set<String>> in method private copyQueuesFromRSUsingMulti(znode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Variable Type queues : SortedMap<String,SortedSet<String>> to queues : Map<String,Set<String>> in method public testReplicationQueues() : void in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic |
From |
To |
|
Change Variable Type walsSet : SortedSet<String> to walsSet : Set<String> in method public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.NodeFailoverWorker |
From |
To |
|
Change Variable Type logQueue : SortedSet<String> to logQueue : Set<String> in method private copyQueuesFromRSUsingMulti(znode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Variable Type s : SortedSet<String> to s : Set<String> in method private isLogZnodesMapPopulated() : int in class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager.DummyNodeFailoverWorker |
From |
To |
|
Change Variable Type sets : Collection<SortedSet<String>> to sets : Collection<Set<String>> in method private isLogZnodesMapPopulated() : int in class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager.DummyNodeFailoverWorker |
From |
To |
|
Change Variable Type newQueues : SortedMap<String,SortedSet<String>> to newQueues : Map<String,Set<String>> in method public claimQueues(regionserverZnode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Variable Type logQueue : SortedSet<String> to logQueue : Set<String> in method private copyQueuesFromRS(znode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Variable Type queues : SortedMap<String,SortedSet<String>> to queues : Map<String,Set<String>> in method private copyQueuesFromRS(znode String) : Map<String,Set<String>> in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl |
From |
To |
|
Change Variable Type testMap : SortedMap<String,SortedSet<String>> to testMap : Map<String,Set<String>> in method public testNodeFailoverDeadServerParsing() : void in class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager |
From |
To |
|
Change Variable Type entry : Map.Entry<String,SortedSet<String>> to entry : Map.Entry<String,Set<String>> in method public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.NodeFailoverWorker |
From |
To |
|
Change Variable Type newQueues : SortedMap<String,SortedSet<String>> to newQueues : Map<String,Set<String>> in method public run() : void in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.NodeFailoverWorker |
From |
To |