|
Change Parameter Type servers : Collection<HostAndPort> to servers : Collection<Address> in method private filterServers(servers Collection<Address>, onlineServers Collection<ServerName>) : List<ServerName> in class org.apache.hadoop.hbase.rsgroup.RSGroupBasedLoadBalancer |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public containsServer(hostPort Address) : boolean in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public postMoveServers(servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.master.MasterCoprocessorHost |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public getRSGroupOfServer(hostPort Address) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public moveServers(servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public removeServer(hostPort Address) : boolean in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Parameter Type tables : NavigableSet<TableName> to tables : SortedSet<TableName> in method package RSGroupInfo(name String, servers SortedSet<Address>, tables SortedSet<TableName>) in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public preMoveServers(ctx ObserverContext<MasterCoprocessorEnvironment>, servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.security.access.AccessController |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public moveServers(servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient |
From |
To |
|
Change Parameter Type hostPort : Set<HostAndPort> to servers : SortedSet<Address> in method private updateDefaultServers(servers SortedSet<Address>) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public getRSGroupOfServer(hostPort Address) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public addServer(hostPort Address) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Parameter Type hostPorts : Set<HostAndPort> to servers : Set<Address> in method public moveServers(servers Set<Address>, srcGroup String, dstGroup String) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public getRSGroupOfServer(hostPort Address) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : SortedSet<Address> in method package RSGroupInfo(name String, servers SortedSet<Address>, tables SortedSet<TableName>) in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public moveServers(servers Set<Address>, targetGroupName String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public getRSGroupOfServer(hostPort Address) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.VerifyingRSGroupAdminClient |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public preMoveServers(ctx ObserverContext<MasterCoprocessorEnvironment>, servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.coprocessor.MasterObserver |
From |
To |
|
Change Parameter Type hostPort : HostAndPort to hostPort : Address in method public getRSGroupOfServer(hostPort Address) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Parameter Type hostPort : Collection<HostAndPort> to hostPort : Collection<Address> in method public addAllServers(hostPort Collection<Address>) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Parameter Type hostPorts : Set<HostAndPort> to servers : Set<Address> in method public moveServers(servers Set<Address>, srcGroup String, dstGroup String) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager |
From |
To |
|
Change Parameter Type servers : Set<HostAndPort> to servers : Set<Address> in method public preMoveServers(servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.master.MasterCoprocessorHost |
From |
To |
|
Change Variable Type el : HostAndPort to el : Address in method public moveServers(servers Set<Address>, targetGroup String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient |
From |
To |
|
Change Variable Type groupServers : Set<HostAndPort> to groupServers : Set<Address> in method private convertToGroupBasedMap(serversMap Map<ServerName,List<HRegionInfo>>) : ArrayListMultimap<String,ServerAndLoad> in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer |
From |
To |
|
Change Variable Type movedServers : Set<HostAndPort> to movedServers : Set<Address> in method public moveServers(servers Set<Address>, targetGroupName String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type hostPort : HostAndPort to hostPort : Address in method private convertToGroupBasedMap(serversMap Map<ServerName,List<HRegionInfo>>) : ArrayListMultimap<String,ServerAndLoad> in class org.apache.hadoop.hbase.master.balancer.TestRSGroupBasedLoadBalancer |
From |
To |
|
Change Variable Type servers : List<HostAndPort> to servers : SortedSet<Address> in method public run() : void in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl.DefaultServerUpdater |
From |
To |
|
Change Variable Type iter : Iterator<HostAndPort> to iter : Iterator<Address> in method public moveServers(servers Set<Address>, targetGroupName String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type hostPorts : Set<HostAndPort> to hostPorts : Set<Address> in method public moveServers(controller RpcController, request MoveServersRequest, done RpcCallback<MoveServersResponse>) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Change Variable Type onlineServers : Set<HostAndPort> to onlineServers : Set<Address> in method package getOnlineServers(master MasterServices) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.Utility |
From |
To |
|
Change Variable Type el : HostAndPort to el : Address in method public moveServers(servers Set<Address>, srcGroup String, dstGroup String) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Variable Type set : Set<HostAndPort> to set : Set<Address> in method protected addGroup(gAdmin RSGroupAdmin, groupName String, serverCount int) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase |
From |
To |
|
Change Variable Type rs : HostAndPort to server : Address in method private getRegions(server Address) : List<HRegionInfo> in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type firstServer : HostAndPort to firstServer : Address in method public moveServers(servers Set<Address>, targetGroupName String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type newServers : Set<HostAndPort> to newServers : Set<Address> in method public testKillRS() : void in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase |
From |
To |
|
Change Variable Type onlineServers : Set<HostAndPort> to onlineServers : Set<Address> in method public moveServers(servers Set<Address>, srcGroup String, dstGroup String) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Variable Type hostPort : HostAndPort to hostPort : Address in method private getDefaultServers() : SortedSet<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Variable Type rs : HostAndPort to rs : Address in method public moveServers(servers Set<Address>, targetGroupName String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type el : HostAndPort to el : Address in method public toProtoGroupInfo(pojo RSGroupInfo) : RSGroupProtos.RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.RSGroupSerDe |
From |
To |
|
Change Variable Type server : HostAndPort to server : Address in method public moveServers(servers Set<Address>, targetGroupName String) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type sName : HostAndPort to sName : Address in method public balanceCluster(clusterState Map<ServerName,List<HRegionInfo>>) : List<RegionPlan> in class org.apache.hadoop.hbase.rsgroup.RSGroupBasedLoadBalancer |
From |
To |
|
Change Variable Type server : HostAndPort to server : Address in method protected addGroup(gAdmin RSGroupAdmin, groupName String, serverCount int) : RSGroupInfo in class org.apache.hadoop.hbase.rsgroup.TestRSGroupsBase |
From |
To |
|
Change Variable Type hp : HostAndPort to hp : Address in method public getRSGroupInfoOfServer(controller RpcController, request GetRSGroupInfoOfServerRequest, done RpcCallback<GetRSGroupInfoOfServerResponse>) : void in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Change Variable Type regions : List<HRegionInfo> to regions : LinkedList<HRegionInfo> in method private getRegions(server Address) : List<HRegionInfo> in class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Change Variable Type server : HostAndPort to server : Address in method private filterServers(servers Collection<Address>, onlineServers Collection<ServerName>) : List<ServerName> in class org.apache.hadoop.hbase.rsgroup.RSGroupBasedLoadBalancer |
From |
To |
|
Change Variable Type it : Iterator<HostAndPort> to it : Iterator<Address> in method public testGroupInfoMultiAccessing() : void in class org.apache.hadoop.hbase.rsgroup.TestRSGroups |
From |
To |
|
Change Variable Type prevDefaultServers : List<HostAndPort> to prevDefaultServers : SortedSet<Address> in method public run() : void in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl.DefaultServerUpdater |
From |
To |
|
Inline Variable response : GetRSGroupInfoOfTableResponse in method public getRSGroupInfoOfTable(controller RpcController, request GetRSGroupInfoOfTableRequest, done RpcCallback<GetRSGroupInfoOfTableResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Inline Variable sourceGroupName : String in method public moveServers(servers Set<HostAndPort>, targetGroupName String) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer |
From |
To |
|
Inline Variable response : AddRSGroupResponse in method public addRSGroup(controller RpcController, request AddRSGroupRequest, done RpcCallback<AddRSGroupResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Inline Variable response : ListRSGroupInfosResponse in method public listRSGroupInfos(controller RpcController, request ListRSGroupInfosRequest, done RpcCallback<ListRSGroupInfosResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Inline Variable response : RemoveRSGroupResponse in method public removeRSGroup(controller RpcController, request RemoveRSGroupRequest, done RpcCallback<RemoveRSGroupResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Inline Variable response : MoveTablesResponse in method public moveTables(controller RpcController, request MoveTablesRequest, done RpcCallback<MoveTablesResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Inline Variable response : GetRSGroupInfoResponse in method public getRSGroupInfo(controller RpcController, request GetRSGroupInfoRequest, done RpcCallback<GetRSGroupInfoResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Inline Variable response : RSGroupAdminProtos.MoveServersResponse in method public moveServers(controller RpcController, request MoveServersRequest, done RpcCallback<MoveServersResponse>) : void from class org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
From |
To |
|
Change Return Type Set<HostAndPort> to Set<Address> in method public moveServers(servers Set<Address>, srcGroup String, dstGroup String) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager |
From |
To |
|
Change Return Type NavigableSet<TableName> to SortedSet<TableName> in method public getTables() : SortedSet<TableName> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Return Type Set<HostAndPort> to Set<Address> in method public moveServers(servers Set<Address>, srcGroup String, dstGroup String) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |
|
Change Return Type Set<HostAndPort> to Set<Address> in method public getServers() : Set<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfo |
From |
To |
|
Change Return Type Set<HostAndPort> to Set<Address> in method package getOnlineServers(master MasterServices) : Set<Address> in class org.apache.hadoop.hbase.rsgroup.Utility |
From |
To |
|
Change Return Type List<HostAndPort> to SortedSet<Address> in method private getDefaultServers() : SortedSet<Address> in class org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl |
From |
To |