|
Change Parameter Type dnsName : String to accessPointId : Integer in method private sendRedirectionRule(accessPointId Integer, nodeInfo OperationsNodeInfo, rule RedirectionRule) : void in class org.kaaproject.kaa.server.control.service.loadmgmt.DynamicLoadManager |
From |
To |
|
Change Parameter Type value : String to value : Integer in method public setAccessPointId(value Integer) : void in class org.kaaproject.kaa.common.endpoint.gen.RedirectSyncResponse |
From |
To |
|
Change Parameter Type dnsName : String to accessPointId : Integer in method public RedirectSyncResponse(accessPointId Integer) in class org.kaaproject.kaa.common.endpoint.gen.RedirectSyncResponse |
From |
To |
|
Change Parameter Type value : String to value : int in method public setAccessPointId(value int) : RedirectSyncResponse.Builder in class org.kaaproject.kaa.common.endpoint.gen.RedirectSyncResponse.Builder |
From |
To |
|
Change Parameter Type opsServerLoadHistory : Map<String,OperationsServerLoadHistory> to opsServerLoadHistory : Map<Integer,OperationsServerLoadHistory> in method public recalculate(opsServerLoadHistory Map<Integer,OperationsServerLoadHistory>) : Map<Integer,RedirectionRule> in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.Rebalancer |
From |
To |
|
Change Parameter Type dnsName : String to accessPointId : int in method public RedirectServerSync(accessPointId int) in class org.kaaproject.kaa.server.sync.RedirectServerSync |
From |
To |
|
Change Parameter Type opsServerLoadHistory : Map<String,OperationsServerLoadHistory> to opsServerLoadHistory : Map<Integer,OperationsServerLoadHistory> in method public recalculate(opsServerLoadHistory Map<Integer,OperationsServerLoadHistory>) : Map<Integer,RedirectionRule> in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancer |
From |
To |
|
Change Variable Type bootststrapServers : Map<ChannelType,List<ServerInfo>> to bootststrapServers : Map<TransportId,List<ServerInfo>> in method public testAddBootstrapChannel() : void in class org.kaaproject.kaa.client.channel.DefaultChannelManagerTest |
From |
To |
|
Change Variable Type serverInfo : HttpLongPollServerInfo to serverInfo : IPTransportInfo in method public testOnServerError() : void in class org.kaaproject.kaa.client.channel.PollCommandTest |
From |
To |
|
Change Variable Type bootstraps : Map<ChannelType,List<ServerInfo>> to bootstraps : Map<TransportId,List<ServerInfo>> in method public testGetBootstrapServers() : void in class org.kaaproject.kaa.client.KaaClientPropertiesTest |
From |
To |
|
Change Variable Type serverInfo : KaaTcpServerInfo to server : ServerInfo in method public testSync() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest |
From |
To |
|
Change Variable Type bootststrapServers : Map<ChannelType,List<ServerInfo>> to bootststrapServers : Map<TransportId,List<ServerInfo>> in method public testAddHttpLpChannel() : void in class org.kaaproject.kaa.client.channel.DefaultChannelManagerTest |
From |
To |
|
Change Variable Type rules : Map<String,RedirectionRule> to rules : Map<Integer,RedirectionRule> in method public recalculate() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.DynamicLoadManager |
From |
To |
|
Change Variable Type response : OperationsServerList to response : SyncResponse in method public onBootstrapResponse() : void in class org.kaaproject.kaa.client.channel.DefaultBootstrapTransportTest |
From |
To |
|
Change Variable Type dnsName : String to accessPointId : Integer in method public recalculate() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.DynamicLoadManager |
From |
To |
|
Change Variable Type converter : AvroByteArrayConverter<OperationsServerList> to converter : AvroByteArrayConverter<SyncResponse> in method public testResponse() : void in class org.kaaproject.kaa.client.channel.DefaultBootstrapDataProcessorTest |
From |
To |
|
Change Variable Type serverInfo : HttpLongPollServerInfo to serverInfo : IPTransportInfo in method public testPollCommand() : void in class org.kaaproject.kaa.client.channel.PollCommandTest |
From |
To |
|
Change Variable Type opsServer : String to opsServer : Integer in method public recalculate(opsServerLoadHistory Map<Integer,OperationsServerLoadHistory>) : Map<Integer,RedirectionRule> in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancer |
From |
To |
|
Change Variable Type bootststrapServers : Map<ChannelType,List<ServerInfo>> to bootststrapServers : Map<TransportId,List<ServerInfo>> in method public testBootstrapServerFailed() : void in class org.kaaproject.kaa.client.channel.DefaultChannelManagerTest |
From |
To |
|
Change Variable Type opsServerHistory : Map<String,OperationsServerLoadHistory> to opsServerHistory : Map<Integer,OperationsServerLoadHistory> in method public recalculate() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.DynamicLoadManager |
From |
To |
|
Change Variable Type serversHistory : Map<String,OperationsServerLoadHistory> to serversHistory : Map<Integer,OperationsServerLoadHistory> in method public testRecalculate() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancerTest |
From |
To |
|
Change Variable Type list : OperationsServerList to response : SyncResponse in method public testResponse() : void in class org.kaaproject.kaa.client.channel.DefaultBootstrapDataProcessorTest |
From |
To |
|
Change Variable Type si : KaaTcpServerInfo to server : ServerInfo in method public testConnectivity() : void in class org.kaaproject.kaa.client.channel.DefaultOperationTcpChannelTest |
From |
To |
|
Change Variable Type serversHistory : Map<String,OperationsServerLoadHistory> to serversHistory : Map<Integer,OperationsServerLoadHistory> in method public testRecalculateEmptyHistory() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancerTest |
From |
To |
|
Change Variable Type bootststrapServers : Map<ChannelType,List<ServerInfo>> to bootststrapServers : Map<TransportId,List<ServerInfo>> in method private getDefaultBootstrapServers() : Map<TransportId,List<ServerInfo>> in class org.kaaproject.kaa.client.channel.DefaultChannelManagerTest |
From |
To |
|
Change Variable Type rules : Map<String,RedirectionRule> to rules : Map<Integer,RedirectionRule> in method public testRecalculate() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancerTest |
From |
To |
|
Change Variable Type server : OperationsServer to md : ProtocolMetaData in method public testOperationsServerInfoRetrieving() : void in class org.kaaproject.kaa.client.bootstrap.DefaultBootstrapManagerTest |
From |
To |
|
Change Variable Type rules : Map<String,RedirectionRule> to rules : Map<Integer,RedirectionRule> in method public testRecalculateEmptyHistory() : void in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancerTest |
From |
To |
|
Change Variable Type rules : Map<String,RedirectionRule> to rules : Map<Integer,RedirectionRule> in method public recalculate(opsServerLoadHistory Map<Integer,OperationsServerLoadHistory>) : Map<Integer,RedirectionRule> in class org.kaaproject.kaa.server.control.service.loadmgmt.dynamicmgmt.DefaultRebalancer |
From |
To |