|
Change Parameter Type list : ArrayList<InetAddress> to list : ArrayList<NetEndpoint> in method private getHostIds(list ArrayList<NetEndpoint>, liveNodes int, replicationNodes int) : int[] in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public sendRR(message MessageOut, to NetEndpoint, cb IAsyncCallback) : int in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type merged : List<InetAddress> to merged : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private handleStateLeft(endpoint NetEndpoint, pieces String[]) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type addresses : List<InetAddress> to addresses : List<NetEndpoint> in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type host : InetAddress to host : NetEndpoint in method public receiveTiming(host NetEndpoint, latency long) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onChange(endpoint NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type addresses : List<InetAddress> to addresses : List<NetEndpoint> in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onRemove(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onJoin(endpoint NetEndpoint, epState EndpointState) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getRack(endpoint NetEndpoint) : String in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type remoteAddress : InetAddress to remoteAddress : NetEndpoint in method public authenticate(remoteAddress NetEndpoint, remotePort int) : boolean in class org.lealone.aose.auth.IInternodeAuthenticator |
From |
To |
|
Change Parameter Type addr : InetAddress to addr : NetEndpoint in method private realMarkAlive(addr NetEndpoint, localState EndpointState) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onChange(endpoint NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.server.LoadBroadcaster |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onRestart(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onAlive(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getSeverity(endpoint NetEndpoint) : double in class org.lealone.aose.util.BackgroundActivityMonitor |
From |
To |
|
Change Parameter Type addr : InetAddress to addr : NetEndpoint in method private doOnChangeNotifications(addr NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type old : InetAddress to old : NetEndpoint in method public reconnect(old NetEndpoint, to NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type epStateMap : Map<InetAddress,EndpointState> to epStateMap : Map<NetEndpoint,EndpointState> in method package applyStateLocally(epStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type target : InetAddress to target : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onRemove(endpoint NetEndpoint) : void in class org.lealone.aose.server.LoadBroadcaster |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method private sortByProximityWithBadness(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getRack(endpoint NetEndpoint) : String in class org.lealone.aose.locator.GossipingPropertyFileSnitch |
From |
To |
|
Change Parameter Type addr1 : InetAddress to addr1 : NetEndpoint in method public compareEndpointStartup(addr1 NetEndpoint, addr2 NetEndpoint) : int in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private handleStateNormal(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private addExpireTimeIfFound(endpoint NetEndpoint, expireTime long) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type addr : InetAddress to addr : NetEndpoint in method private doBeforeChangeNotifications(addr NetEndpoint, epState EndpointState, apState ApplicationState, newValue VersionedValue) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type addresses : List<InetAddress> to addresses : List<NetEndpoint> in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type l2 : List<InetAddress> to l2 : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method protected removeEndpoint(ep NetEndpoint) : void in class org.lealone.aose.locator.TopologyMetaData.Topology |
From |
To |
|
Change Parameter Type addresses : List<InetAddress> to addresses : List<NetEndpoint> in method private sortByProximityWithScore(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onJoin(endpoint NetEndpoint, epState EndpointState) : void in class org.lealone.aose.server.LoadBroadcaster |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public addSavedEndpoint(ep NetEndpoint) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type a2 : InetAddress to a2 : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getVersion(endpoint NetEndpoint) : int in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public sendRR(message MessageOut, to NetEndpoint, cb IAsyncCallback, timeout long, failureCallback boolean) : int in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onJoin(endpoint NetEndpoint, epState EndpointState) : void in class org.lealone.aose.locator.ReconnectableSnitchHelper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public removeEndpoint(endpoint NetEndpoint) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type addresses : List<InetAddress> to addresses : List<NetEndpoint> in method private sortByProximityWithBadness(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private removeEndpoint(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public remove(ep NetEndpoint) : void in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private updatePeerInfo(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public replacedEndpoint(endpoint NetEndpoint) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public addLeavingEndpoint(endpoint NetEndpoint) : void in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public advertiseRemoving(endpoint NetEndpoint, hostId UUID, localHostId UUID) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onRestart(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type l2 : List<InetAddress> to l2 : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private excise(endpoint NetEndpoint, expireTime long) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type localEp : InetAddress to localEp : NetEndpoint in method private getNetServers(localEp NetEndpoint) : List<NetServer> in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type remoteEndpoint : InetAddress to remoteEndpoint : NetEndpoint in method package reset(remoteEndpoint NetEndpoint) : void in class org.lealone.aose.net.TcpConnection |
From |
To |
|
Change Parameter Type deltaEpStateMap : Map<InetAddress,EndpointState> to deltaEpStateMap : Map<NetEndpoint,EndpointState> in method private sendAll(gDigest GossipDigest, deltaEpStateMap Map<NetEndpoint,EndpointState>, maxRemoteVersion int) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onAlive(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.locator.ReconnectableSnitchHelper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public removeEndpoint(ep NetEndpoint) : void in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onRemove(endpoint NetEndpoint) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public knowsVersion(endpoint NetEndpoint) : boolean in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public destroyConnection(to NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type l1 : List<InetAddress> to l1 : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onDead(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type forEndpoint : InetAddress to forEndpoint : NetEndpoint in method package getStateForVersionBiggerThan(forEndpoint NetEndpoint, version int) : EndpointState in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public endpoint(endpoint NetEndpoint) : VersionedValue in class org.lealone.aose.gms.VersionedValue.VersionedValueFactory |
From |
To |
|
Change Parameter Type remoteEndpoint : InetAddress to remoteEndpoint : NetEndpoint in method package initTransfer(remoteEndpoint NetEndpoint, remoteHostAndPort String, localHostAndPort String) : void in class org.lealone.aose.net.TcpConnection |
From |
To |
|
Change Parameter Type l1 : List<InetAddress> to l1 : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type target : InetAddress to target : NetEndpoint in method public CallbackInfo(target NetEndpoint, callback IAsyncCallback<?>, serializer IVersionedSerializer<?>, failureCallback boolean) in class org.lealone.aose.net.CallbackInfo |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public convict(ep NetEndpoint, phi double) : void in class org.lealone.aose.gms.IFailureDetectionEventListener |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getRack(endpoint NetEndpoint) : String in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type epSet : Set<InetAddress> to epSet : Set<NetEndpoint> in method private sendGossip(message MessageOut<GossipDigestSyn>, epSet Set<NetEndpoint>) : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getDatacenter(endpoint NetEndpoint) : String in class org.lealone.aose.locator.GossipingPropertyFileSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onAlive(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type a2 : InetAddress to a2 : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public convict(endpoint NetEndpoint, phi double) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type dcReplicas : Map<String,Set<InetAddress>> to dcReplicas : Map<String,Set<NetEndpoint>> in method private hasSufficientReplicas(dc String, dcReplicas Map<String,Set<NetEndpoint>>, allEndpoints Multimap<String,NetEndpoint>) : boolean in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getCurrentGenerationNumber(endpoint NetEndpoint) : int in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public maybeAddLatency(cb IAsyncCallback, address NetEndpoint, latency long) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onChange(endpoint NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public reconnect(old NetEndpoint, to NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type remoteEndpoint : InetAddress to remoteEndpoint : NetEndpoint in method public getConnection(remoteEndpoint NetEndpoint) : TcpConnection in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method package GossipDigest(ep NetEndpoint, gen int, version int) in class org.lealone.aose.gms.GossipDigest |
From |
To |
|
Change Parameter Type allEndpoints : Multimap<String,InetAddress> to allEndpoints : Multimap<String,NetEndpoint> in method private hasSufficientReplicas(dcReplicas Map<String,Set<NetEndpoint>>, allEndpoints Multimap<String,NetEndpoint>) : boolean in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public isGossipOnlyMember(endpoint NetEndpoint) : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ip : InetAddress to ip : NetEndpoint in method public ConnectionMetrics(ip NetEndpoint) in class org.lealone.aose.metrics.ConnectionMetrics |
From |
To |
|
Change Parameter Type merged : List<InetAddress> to merged : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public receiveTiming(address NetEndpoint, latency long) : void in class org.lealone.aose.locator.ILatencySubscriber |
From |
To |
|
Change Parameter Type node : InetAddress to node : NetEndpoint in method public confirmReplication(node NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type deltaEpStateMap : Map<InetAddress,EndpointState> to deltaEpStateMap : Map<NetEndpoint,EndpointState> in method package examineGossiper(gDigestList List<GossipDigest>, deltaGossipDigestList List<GossipDigest>, deltaEpStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public isMember(endpoint NetEndpoint) : boolean in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type a1 : InetAddress to a1 : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type unsortedAddress : Collection<InetAddress> to unsortedAddress : Collection<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getSeverity(endpoint NetEndpoint) : double in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method private addCallback(message MessageOut, to NetEndpoint, cb IAsyncCallback, timeout long, failureCallback boolean) : int in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public beforeChange(endpoint NetEndpoint, currentState EndpointState, newStateKey ApplicationState, newValue VersionedValue) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type target : InetAddress to target : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public interpret(ep NetEndpoint) : void in class org.lealone.aose.gms.IFailureDetector |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public sendOneWay(message MessageOut, id int, to NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public sendReply(message MessageOut, id int, to NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type a1 : InetAddress to a1 : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.SimpleSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private quarantineEndpoint(endpoint NetEndpoint, quarantineExpiration long) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public sendOneWay(message MessageOut, to NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type l1 : List<InetAddress> to l1 : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public isAlive(ep NetEndpoint) : boolean in class org.lealone.aose.gms.IFailureDetector |
From |
To |
|
Change Parameter Type publicAddress : InetAddress to publicAddress : NetEndpoint in method private reconnect(publicAddress NetEndpoint, localAddressValue VersionedValue) : void in class org.lealone.aose.locator.ReconnectableSnitchHelper |
From |
To |
|
Change Parameter Type endpoints : List<InetAddress> to endpoints : List<NetEndpoint> in method private maxScore(endpoints List<NetEndpoint>) : double in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type epStateMap : Map<InetAddress,EndpointState> to epStateMap : Map<NetEndpoint,EndpointState> in method package GossipDigestAck2(epStateMap Map<NetEndpoint,EndpointState>) in class org.lealone.aose.gms.GossipDigestAck2 |
From |
To |
|
Change Parameter Type dcReplicas : Map<String,Set<InetAddress>> to dcReplicas : Map<String,Set<NetEndpoint>> in method private hasSufficientReplicas(dcReplicas Map<String,Set<NetEndpoint>>, allEndpoints Multimap<String,NetEndpoint>) : boolean in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public remove(ep NetEndpoint) : void in class org.lealone.aose.gms.IFailureDetector |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public report(ep NetEndpoint) : void in class org.lealone.aose.gms.IFailureDetector |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method protected getExpireTimeForEndpoint(endpoint NetEndpoint) : long in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public getEndpointDowntime(ep NetEndpoint) : long in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public getEndpointStateForEndpoint(ep NetEndpoint) : EndpointState in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method protected addEndpoint(ep NetEndpoint) : void in class org.lealone.aose.locator.TopologyMetaData.Topology |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public isLeaving(endpoint NetEndpoint) : boolean in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getDatacenter(endpoint NetEndpoint) : String in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method private isEncryptedChannel(address NetEndpoint) : boolean in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public removeVersion(endpoint NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public forceConviction(ep NetEndpoint) : void in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method private sortByProximityWithScore(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private quarantineEndpoint(endpoint NetEndpoint) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private excise(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getHostId(endpoint NetEndpoint) : Integer in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public addLatency(address NetEndpoint, latency long) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type addresses : Collection<InetAddress> to addresses : Collection<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, addresses Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type a1 : InetAddress to a1 : NetEndpoint in method public compareEndpoints(address NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.AbstractNetworkTopologySnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public setVersion(endpoint NetEndpoint, version int) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type addr : InetAddress to addr : NetEndpoint in method private markAlive(addr NetEndpoint, localState EndpointState) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public convict(ep NetEndpoint) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type target : InetAddress to target : NetEndpoint in method public abstract compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type remoteEpStateMap : Map<InetAddress,EndpointState> to remoteEpStateMap : Map<NetEndpoint,EndpointState> in method package notifyFailureDetector(remoteEpStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public abstract getRack(endpoint NetEndpoint) : String in class org.lealone.aose.locator.AbstractNetworkTopologySnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private evictFromMembership(endpoint NetEndpoint) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public updatePeerInfo(ep NetEndpoint, columnName String, value Object) : void in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getDatacenter(endpoint NetEndpoint) : String in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public replacementQuarantine(endpoint NetEndpoint) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public sendRRWithFailure(message MessageOut, to NetEndpoint, cb IAsyncCallbackWithFailure) : int in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getDatacenter(endpoint NetEndpoint) : String in class org.lealone.aose.locator.SimpleSnitch |
From |
To |
|
Change Parameter Type epStateMap : Map<InetAddress,EndpointState> to epStateMap : Map<NetEndpoint,EndpointState> in method package GossipDigestAck(gDigestList List<GossipDigest>, epStateMap Map<NetEndpoint,EndpointState>) in class org.lealone.aose.gms.GossipDigestAck |
From |
To |
|
Change Parameter Type allEndpoints : Multimap<String,InetAddress> to allEndpoints : Multimap<String,NetEndpoint> in method private hasSufficientReplicas(dc String, dcReplicas Map<String,Set<NetEndpoint>>, allEndpoints Multimap<String,NetEndpoint>) : boolean in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public beforeChange(endpoint NetEndpoint, currentState EndpointState, newStateKey ApplicationState, newValue VersionedValue) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public injectApplicationState(endpoint NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type localEp : InetAddress to localEp : NetEndpoint in method public start(localEp NetEndpoint, config Map<String,String>) : void in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type endpoints : Iterable<InetAddress> to endpoints : Iterable<NetEndpoint> in method private stringify(endpoints Iterable<NetEndpoint>) : List<String> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type merged : List<InetAddress> to merged : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public interpret(ep NetEndpoint) : void in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Parameter Type a2 : InetAddress to a2 : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.SimpleSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public isKnownEndpoint(endpoint NetEndpoint) : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public isAlive(ep NetEndpoint) : boolean in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public report(ep NetEndpoint) : void in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public forceConviction(ep NetEndpoint) : void in class org.lealone.aose.gms.IFailureDetector |
From |
To |
|
Change Parameter Type addr : InetAddress to addr : NetEndpoint in method private applyNewStates(addr NetEndpoint, localState EndpointState, remoteState EndpointState) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public abstract getDatacenter(endpoint NetEndpoint) : String in class org.lealone.aose.locator.AbstractNetworkTopologySnitch |
From |
To |
|
Change Parameter Type a2 : InetAddress to a2 : NetEndpoint in method public abstract compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type target : InetAddress to target : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.SimpleSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public addExpireTimeForEndpoint(endpoint NetEndpoint, expireTime long) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public usesHostId(endpoint NetEndpoint) : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type a1 : InetAddress to a1 : NetEndpoint in method public compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Parameter Type l : List<InetAddress> to l : List<NetEndpoint> in method private hasRemoteNode(l List<NetEndpoint>) : boolean in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type a2 : InetAddress to a2 : NetEndpoint in method public compareEndpoints(address NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.AbstractNetworkTopologySnitch |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method private handleMajorStateChange(ep NetEndpoint, epState EndpointState) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public getSortedListByProximity(address NetEndpoint, addresses Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private handleStateRemoving(endpoint NetEndpoint, pieces String[]) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type address : InetAddress to address : NetEndpoint in method public compareEndpoints(address NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.AbstractNetworkTopologySnitch |
From |
To |
|
Change Parameter Type from : InetAddress to from : NetEndpoint in method private MessageIn(from NetEndpoint, payload T, parameters Map<String,byte[]>, verb MessagingService.Verb, version int) in class org.lealone.aose.net.MessageIn |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onChange(endpoint NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.locator.ReconnectableSnitchHelper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public serialize(endpoint NetEndpoint, out DataOutput) : void in class org.lealone.aose.net.CompactEndpointSerializationHelper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getRack(endpoint NetEndpoint) : String in class org.lealone.aose.locator.RackInferringSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getHostId(endpoint NetEndpoint) : Integer in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type ep : InetAddress to ep : NetEndpoint in method public getPreferredIP(ep NetEndpoint) : NetEndpoint in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getRack(endpoint NetEndpoint) : String in class org.lealone.aose.locator.SimpleSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onDead(endpoint NetEndpoint, state EndpointState) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public getDatacenter(endpoint NetEndpoint) : String in class org.lealone.aose.locator.RackInferringSnitch |
From |
To |
|
Change Parameter Type to : InetAddress to to : NetEndpoint in method public getConnectionEndpoint(to NetEndpoint) : NetEndpoint in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Parameter Type addr : InetAddress to addr : NetEndpoint in method private markDead(addr NetEndpoint, localState EndpointState) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private handleStateLeaving(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type targetHost : InetAddress to targetHost : NetEndpoint in method private isLocalDC(targetHost NetEndpoint) : boolean in class org.lealone.aose.net.TcpConnection |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method package notifyFailureDetector(endpoint NetEndpoint, remoteEndpointState EndpointState) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Parameter Type endpointsMap : BiMap<InetAddress,Integer> to endpointsMap : BiMap<NetEndpoint,Integer> in method private TopologyMetaData(endpointsMap BiMap<NetEndpoint,Integer>, topology Topology) in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type target : InetAddress to target : NetEndpoint in method public CallbackInfo(target NetEndpoint, callback IAsyncCallback<?>, serializer IVersionedSerializer<?>) in class org.lealone.aose.net.CallbackInfo |
From |
To |
|
Change Parameter Type remoteAddress : InetAddress to remoteAddress : NetEndpoint in method public authenticate(remoteAddress NetEndpoint, remotePort int) : boolean in class org.lealone.aose.auth.AllowAllInternodeAuthenticator |
From |
To |
|
Change Parameter Type l2 : List<InetAddress> to l2 : List<NetEndpoint> in method public isWorthMergingForRangeQuery(merged List<NetEndpoint>, l1 List<NetEndpoint>, l2 List<NetEndpoint>) : boolean in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Parameter Type from : InetAddress to from : NetEndpoint in method public MessageOut(from NetEndpoint, verb MessagingService.Verb, payload T, serializer IVersionedSerializer<T>, parameters Map<String,byte[]>) in class org.lealone.aose.net.MessageOut |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public onJoin(endpoint NetEndpoint, epState EndpointState) : void in class org.lealone.aose.gms.IEndpointStateChangeSubscriber |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public updateHostId(hostId Integer, endpoint NetEndpoint) : void in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method public removeEndpoint(endpoint NetEndpoint) : void in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Parameter Type unsortedAddress : Collection<InetAddress> to unsortedAddress : Collection<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type endpoint : InetAddress to endpoint : NetEndpoint in method private updatePeerInfo(endpoint NetEndpoint, state ApplicationState, value VersionedValue) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Parameter Type a1 : InetAddress to a1 : NetEndpoint in method public abstract compareEndpoints(target NetEndpoint, a1 NetEndpoint, a2 NetEndpoint) : int in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Parameter Type addr2 : InetAddress to addr2 : NetEndpoint in method public compareEndpointStartup(addr1 NetEndpoint, addr2 NetEndpoint) : int in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type void to IEndpointSnitch in method private createEndpointSnitch(config Config) : IEndpointSnitch in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type Set<InetAddress> to Set<NetEndpoint> in method public getLeavingEndpoints() : Set<NetEndpoint> in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Return Type void to NetEndpoint in method private createLocalEndpoint(config Config) : NetEndpoint in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getReplicationEndpoints(key Object) : List<NetEndpoint> in class org.lealone.replication.Replication |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getEndpointForHostId(hostId Integer) : NetEndpoint in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Return Type Map<InetAddress,Integer> to Map<NetEndpoint,Integer> in method public getEndpointToHostIdMapForReading() : Map<NetEndpoint,Integer> in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.IEndpointSnitch |
From |
To |
|
Change Return Type Map<InetAddress,EndpointState> to Map<NetEndpoint,EndpointState> in method package getEndpointStateMap() : Map<NetEndpoint,EndpointState> in class org.lealone.aose.gms.GossipDigestAck2 |
From |
To |
|
Change Return Type ArrayList<InetAddress> to ArrayList<NetEndpoint> in method public getCachedEndpoints(hostId Integer) : ArrayList<NetEndpoint> in class org.lealone.aose.locator.AbstractReplicationStrategy |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method private getReplicationEndpoints(p BTreePage) : List<NetEndpoint> in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Return Type Map<String,Multimap<String,InetAddress>> to Map<String,Multimap<String,NetEndpoint>> in method public getDatacenterRacks() : Map<String,Multimap<String,NetEndpoint>> in class org.lealone.aose.locator.TopologyMetaData.Topology |
From |
To |
|
Change Return Type Set<InetAddress> to Set<NetEndpoint> in method public getUnreachableMembers() : Set<NetEndpoint> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metadata TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.LocalStrategy |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getSeeds() : List<NetEndpoint> in class org.lealone.aose.locator.SimpleSeedProvider |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public abstract calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.AbstractReplicationStrategy |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metadata TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.SimpleStrategy |
From |
To |
|
Change Return Type Set<InetAddress> to Set<NetEndpoint> in method public getSeeds() : Set<NetEndpoint> in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getSeedList() : List<NetEndpoint> in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public deserialize(in DataInput) : NetEndpoint in class org.lealone.aose.net.CompactEndpointSerializationHelper |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getLiveSeedEndpoint() : NetEndpoint in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getLocalEndpoint() : NetEndpoint in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Return Type Map<InetAddress,Map<String,String>> to Map<NetEndpoint,Map<String,String>> in method public loadDcRackInfo() : Map<NetEndpoint,Map<String,String>> in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getReplicationEndpoints(key Object) : List<NetEndpoint> in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getLocalEndpoint() : NetEndpoint in class org.lealone.replication.Replication |
From |
To |
|
Change Return Type void to SeedProvider in method private createSeedProvider(config Config) : SeedProvider in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type P2PRouter to P2pRouter in method public getInstance() : P2pRouter in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getPreferredIP(ep NetEndpoint) : NetEndpoint in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method package endpoint() : NetEndpoint in class org.lealone.aose.net.TcpConnection |
From |
To |
|
Change Return Type Set<InetAddress> to Set<NetEndpoint> in method public getLiveMembers() : Set<NetEndpoint> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getFirstLiveSeedEndpoint() : NetEndpoint in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type Set<InetAddress> to Set<NetEndpoint> in method public getUnreachableTokenOwners() : Set<NetEndpoint> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type ArrayList<InetAddress> to ArrayList<NetEndpoint> in method public getReplicationEndpoints(hostId Integer) : ArrayList<NetEndpoint> in class org.lealone.aose.locator.LocalStrategy |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getSeeds() : List<NetEndpoint> in class org.lealone.aose.locator.SeedProvider |
From |
To |
|
Change Return Type Map<InetAddress,Double> to Map<NetEndpoint,Double> in method public getScores() : Map<NetEndpoint,Double> in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Return Type Comparator<InetAddress> to Comparator<NetEndpoint> in method public getLocalComparator() : Comparator<NetEndpoint> in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type Set<InetAddress> to Set<NetEndpoint> in method public getAllEndpoints() : Set<NetEndpoint> in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method package getEndpoint() : NetEndpoint in class org.lealone.aose.gms.GossipDigest |
From |
To |
|
Change Return Type void to AbstractReplicationStrategy in method private createDefaultReplicationStrategy(config Config) : AbstractReplicationStrategy in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Return Type Map<InetAddress,Double> to Map<NetEndpoint,Double> in method public getLoadInfo() : Map<NetEndpoint,Double> in class org.lealone.aose.server.LoadBroadcaster |
From |
To |
|
Change Return Type Map<InetAddress,Double> to Map<NetEndpoint,Double> in method public getScores() : Map<NetEndpoint,Double> in class org.lealone.aose.locator.DynamicEndpointSnitchMBean |
From |
To |
|
Change Return Type ArrayList<InetAddress> to ArrayList<NetEndpoint> in method public getReplicationEndpoints(hostId Integer) : ArrayList<NetEndpoint> in class org.lealone.aose.locator.AbstractReplicationStrategy |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method private getReplicationEndpoints(p BTreePage, key Object) : List<NetEndpoint> in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Return Type Map<InetAddress,EndpointState> to Map<NetEndpoint,EndpointState> in method package getEndpointStateMap() : Map<NetEndpoint,EndpointState> in class org.lealone.aose.gms.GossipDigestAck |
From |
To |
|
Change Return Type Set<Entry<InetAddress,EndpointState>> to Set<Entry<NetEndpoint,EndpointState>> in method public getEndpointStates() : Set<Entry<NetEndpoint,EndpointState>> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Return Type InetAddress to NetEndpoint in method public getConnectionEndpoint(to NetEndpoint) : NetEndpoint in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Return Type Multimap<String,InetAddress> to Multimap<String,NetEndpoint> in method public getDatacenterEndpoints() : Multimap<String,NetEndpoint> in class org.lealone.aose.locator.TopologyMetaData.Topology |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getLiveReplicationEndpoints(db Database, hostId Integer) : List<NetEndpoint> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getReplicationEndpoints(db Database, hostId Integer) : List<NetEndpoint> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Return Type List<InetAddress> to List<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, addresses Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Return Type Map<InetAddress,Integer> to Map<NetEndpoint,Integer> in method public loadHostIds() : Map<NetEndpoint,Integer> in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,Double> to entry : Map.Entry<NetEndpoint,Double> in method public getLoadMap() : Map<String,String> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type seeds : List<InetAddress> to seeds : List<NetEndpoint> in method public SimpleSeedProvider(parameters Map<String,String>) in class org.lealone.aose.locator.SimpleSeedProvider |
From |
To |
|
Change Variable Type entry : Entry<InetAddress,EndpointState> to entry : Entry<NetEndpoint,EndpointState> in method package notifyFailureDetector(remoteEpStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,TcpConnection> to entry : Map.Entry<NetEndpoint,TcpConnection> in method public getResponsePendingTasks() : Map<String,Integer> in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Variable Type newReplicationEndpoints : List<InetAddress> to newReplicationEndpoints : List<NetEndpoint> in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type from : InetAddress to from : NetEndpoint in method public read(in DataInput, version int, id int) : MessageIn<?> in class org.lealone.aose.net.MessageIn |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,Integer> to entry : Map.Entry<NetEndpoint,Integer> in method public getHostIdMap() : Map<String,String> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type from : InetAddress to from : NetEndpoint in method public doVerb(message MessageIn<GossipDigestAck>, id int) : void in class org.lealone.aose.gms.GossipDigestAckVerbHandler |
From |
To |
|
Change Variable Type from : InetAddress to from : NetEndpoint in method public doVerb(message MessageIn<GossipDigestAck2>, id int) : void in class org.lealone.aose.gms.GossipDigestAck2VerbHandler |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public toString() : String in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public getDownEndpointCount() : int in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Variable Type existing : InetAddress to existing : NetEndpoint in method private handleStateNormal(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type nextSkipped : InetAddress to nextSkipped : NetEndpoint in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method public getUnreachableTokenOwners() : Set<NetEndpoint> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type entry : Entry<InetAddress,Long> to entry : Entry<NetEndpoint,Long> in method private doStatusCheck() : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type a2 : InetAddress to a2 : NetEndpoint in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Variable Type endpoint1 : InetAddress to endpoint1 : NetEndpoint in method public applyConfig(config Config) : void in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Variable Type a1 : InetAddress to a1 : NetEndpoint in method public sortByProximity(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Variable Type eps : Set<InetAddress> to eps : Set<NetEndpoint> in method private doStatusCheck() : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public calculateReplicationEndpoints(searchHostId Integer, metadata TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.SimpleStrategy |
From |
To |
|
Change Variable Type entry : Entry<InetAddress,EndpointState> to entry : Entry<NetEndpoint,EndpointState> in method package applyStateLocally(epStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type inet : InetAddress to inet : NetEndpoint in method private sortByProximityWithBadness(address NetEndpoint, addresses List<NetEndpoint>) : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Variable Type ia : InetAddress to ia : NetEndpoint in method public createDatabase(db Database, currentSession ServerSession) : int in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public stop() : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type endpoints : ArrayList<InetAddress> to endpoints : ArrayList<NetEndpoint> in method public getReplicationEndpoints(hostId Integer) : ArrayList<NetEndpoint> in class org.lealone.aose.locator.AbstractReplicationStrategy |
From |
To |
|
Change Variable Type replicationEndpoints : List<InetAddress> to replicationEndpoints : List<NetEndpoint> in method private getReplicationEndpoints(p BTreePage) : List<NetEndpoint> in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public getSimpleStates() : Map<String,String> in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Variable Type loadedHostIds : Map<InetAddress,Integer> to loadedHostIds : Map<NetEndpoint,Integer> in method private loadRingState() : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method public getEndpoints(db Database) : String[] in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type l : ArrayList<InetAddress> to l : ArrayList<NetEndpoint> in method public getReplicationEndpoints(hostId Integer) : ArrayList<NetEndpoint> in class org.lealone.aose.locator.LocalStrategy |
From |
To |
|
Change Variable Type oldReplicationEndpoints : List<InetAddress> to oldReplicationEndpoints : List<NetEndpoint> in method private removeLeafPage(key Object, leafPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type list : List<InetAddress> to list : List<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, addresses Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Variable Type epStateMap : Map<InetAddress,EndpointState> to epStateMap : Map<NetEndpoint,EndpointState> in method public deserialize(in DataInput, version int) : GossipDigestAck in class org.lealone.aose.gms.GossipDigestAck.GossipDigestAckSerializer |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method public getLiveMembers() : Set<NetEndpoint> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public serialize(gDigestAckMessage GossipDigestAck, out DataOutput, version int) : void in class org.lealone.aose.gms.GossipDigestAck.GossipDigestAckSerializer |
From |
To |
|
Change Variable Type racks : Map<String,Multimap<String,InetAddress>> to racks : Map<String,Multimap<String,NetEndpoint>> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type seed : InetAddress to seed : NetEndpoint in method public getLiveSeedEndpoint() : NetEndpoint in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method package applyStateLocally(epStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,TcpConnection> to entry : Map.Entry<NetEndpoint,TcpConnection> in method public getTimeoutsPerHost() : Map<String,Long> in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Variable Type liveEndpoints : List<InetAddress> to liveEndpoints : List<NetEndpoint> in method private sendGossip(message MessageOut<GossipDigestSyn>, epSet Set<NetEndpoint>) : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type peer : InetAddress to peer : NetEndpoint in method public loadHostIds() : Map<NetEndpoint,Integer> in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method public getHostIds(db Database) : int[] in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type ia : InetAddress to ia : NetEndpoint in method public put(key Object, value Object, valueType DataType, session Session) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method private removeLeafPage(key Object, leafPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type oldReplicationEndpoints : List<InetAddress> to oldReplicationEndpoints : List<NetEndpoint> in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method public createDatabase(db Database, currentSession ServerSession) : int in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public deserialize(in DataInput, version int) : GossipDigestAck2 in class org.lealone.aose.gms.GossipDigestAck2.GossipDigestAck2Serializer |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public deserialize(in DataInput, version int) : GossipDigestAck in class org.lealone.aose.gms.GossipDigestAck.GossipDigestAckSerializer |
From |
To |
|
Change Variable Type deltaEpStateMap : Map<InetAddress,EndpointState> to deltaEpStateMap : Map<NetEndpoint,EndpointState> in method public doVerb(message MessageIn<GossipDigestSyn>, id int) : void in class org.lealone.aose.gms.GossipDigestSynVerbHandler |
From |
To |
|
Change Variable Type ia : InetAddress to ia : NetEndpoint in method private removeLeafPage(key Object, leafPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type localAddress : InetAddress to localAddress : NetEndpoint in method private reconnect(publicAddress NetEndpoint, localAddressValue VersionedValue) : void in class org.lealone.aose.locator.ReconnectableSnitchHelper |
From |
To |
|
Change Variable Type seed : InetAddress to seed : NetEndpoint in method public doShadowRound() : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type inetAddress : InetAddress to NetEndpoint : NetEndpoint in method public getEndpoints(db Database) : String[] in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type endpointsToRemove : Set<InetAddress> to endpointsToRemove : Set<NetEndpoint> in method private handleStateNormal(endpoint NetEndpoint) : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type endpoints : List<InetAddress> to endpoints : List<NetEndpoint> in method public getLiveReplicationEndpoints(db Database, hostId Integer) : List<NetEndpoint> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type ia : InetAddress to ia : NetEndpoint in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public serialize(ack2 GossipDigestAck2, out DataOutput, version int) : void in class org.lealone.aose.gms.GossipDigestAck2.GossipDigestAck2Serializer |
From |
To |
|
Change Variable Type replicationEndpoints : List<InetAddress> to replicationEndpoints : List<NetEndpoint> in method public get(key Object, session Session) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type to : InetAddress to to : NetEndpoint in method private sendGossip(message MessageOut<GossipDigestSyn>, epSet Set<NetEndpoint>) : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type remoteEpStateMap : Map<InetAddress,EndpointState> to remoteEpStateMap : Map<NetEndpoint,EndpointState> in method public doVerb(message MessageIn<GossipDigestAck2>, id int) : void in class org.lealone.aose.gms.GossipDigestAck2VerbHandler |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method private loadRingState() : void in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type epAddr : InetAddress to epAddr : NetEndpoint in method public addLocalApplicationState(state ApplicationState, value VersionedValue) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type skippedDcEndpoints : Map<String,Set<InetAddress>> to skippedDcEndpoints : Map<String,Set<NetEndpoint>> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type host : InetAddress to host : NetEndpoint in method public dumpTimings(hostname String) : List<Double> in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Variable Type epToDigestMap : Map<InetAddress,GossipDigest> to epToDigestMap : Map<NetEndpoint,GossipDigest> in method private doSort(gDigestList List<GossipDigest>) : void in class org.lealone.aose.gms.GossipDigestSynVerbHandler |
From |
To |
|
Change Variable Type allEndpoints : Multimap<String,InetAddress> to allEndpoints : Multimap<String,NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type endpoints : List<InetAddress> to endpoints : List<NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metadata TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.SimpleStrategy |
From |
To |
|
Change Variable Type resetEndpoint : InetAddress to resetEndpoint : NetEndpoint in method public getConnection(remoteEndpoint NetEndpoint) : TcpConnection in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public serializedSize(ack GossipDigestAck, version int) : long in class org.lealone.aose.gms.GossipDigestAck.GossipDigestAckSerializer |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method private doSort(gDigestList List<GossipDigest>) : void in class org.lealone.aose.gms.GossipDigestSynVerbHandler |
From |
To |
|
Change Variable Type eps : Set<InetAddress> to eps : Set<NetEndpoint> in method public toString() : String in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Variable Type ia : InetAddress to ia : NetEndpoint in method private executeDefineStatement(defineStatement DefineStatement) : int in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public getUpEndpointCount() : int in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Variable Type liveEps : List<InetAddress> to liveEps : List<NetEndpoint> in method public getLiveReplicationEndpoints(db Database, hostId Integer) : List<NetEndpoint> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public serializedSize(ack2 GossipDigestAck2, version int) : long in class org.lealone.aose.gms.GossipDigestAck2.GossipDigestAck2Serializer |
From |
To |
|
Change Variable Type seed : InetAddress to seed : NetEndpoint in method public getFirstLiveSeedEndpoint() : NetEndpoint in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public seenAnySeed() : boolean in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type ia : InetAddress to ia : NetEndpoint in method public get(key Object, session Session) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type skippedIt : Iterator<InetAddress> to skippedIt : Iterator<NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type tokenOwners : Set<InetAddress> to tokenOwners : Set<NetEndpoint> in method public getUnreachableTokenOwners() : Set<NetEndpoint> in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type addr : InetAddress to addr : NetEndpoint in method public getHostIds(db Database) : int[] in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method private doStatusCheck() : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,TcpConnection> to entry : Map.Entry<NetEndpoint,TcpConnection> in method public getResponseCompletedTasks() : Map<String,Long> in class org.lealone.aose.net.MessagingService |
From |
To |
|
Change Variable Type from : InetAddress to from : NetEndpoint in method public doVerb(message MessageIn<GossipDigestSyn>, id int) : void in class org.lealone.aose.gms.GossipDigestSynVerbHandler |
From |
To |
|
Change Variable Type list : ArrayList<InetAddress> to list : ArrayList<NetEndpoint> in method public getHostIds(db Database) : int[] in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method package examineGossiper(gDigestList List<GossipDigest>, deltaGossipDigestList List<GossipDigest>, deltaEpStateMap Map<NetEndpoint,EndpointState>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public serialize(ack2 GossipDigestAck2, out DataOutput, version int) : void in class org.lealone.aose.gms.GossipDigestAck2.GossipDigestAck2Serializer |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method private makeRandomGossipDigest(gDigests List<GossipDigest>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type dcReplicas : Map<String,Set<InetAddress>> to dcReplicas : Map<String,Set<NetEndpoint>> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method private stringify(endpoints Iterable<NetEndpoint>) : List<String> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type endpoint2 : InetAddress to endpoint2 : NetEndpoint in method public applyConfig(config Config) : void in class org.lealone.aose.config.ConfigDescriptor |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public serialize(gDigestAckMessage GossipDigestAck, out DataOutput, version int) : void in class org.lealone.aose.gms.GossipDigestAck.GossipDigestAckSerializer |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,EndpointState> to entry : Map.Entry<NetEndpoint,EndpointState> in method public getAllEndpointStates() : String in class org.lealone.aose.gms.FailureDetector |
From |
To |
|
Change Variable Type seed : InetAddress to seed : NetEndpoint in method private buildSeedsList() : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type deltaEpStateMap : Map<InetAddress,EndpointState> to deltaEpStateMap : Map<NetEndpoint,EndpointState> in method public doVerb(message MessageIn<GossipDigestAck>, id int) : void in class org.lealone.aose.gms.GossipDigestAckVerbHandler |
From |
To |
|
Change Variable Type storedEp : InetAddress to storedEp : NetEndpoint in method public updateHostId(hostId Integer, endpoint NetEndpoint) : void in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method public getLiveReplicationEndpoints(db Database, hostId Integer) : List<NetEndpoint> in class org.lealone.aose.server.P2pServer |
From |
To |
|
Change Variable Type replicationEndpoints : List<InetAddress> to replicationEndpoints : List<NetEndpoint> in method protected BTreeMap(name String, keyType DataType, valueType DataType, config Map<String,Object>, aoStorage AOStorage) in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type hostIdMap : Map<InetAddress,Integer> to hostIdMap : Map<NetEndpoint,Integer> in method public loadHostIds() : Map<NetEndpoint,Integer> in class org.lealone.aose.server.ClusterMetaData |
From |
To |
|
Change Variable Type replicationEndpoints : List<InetAddress> to replicationEndpoints : List<NetEndpoint> in method public put(key Object, value Object, valueType DataType, session Session) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type entry : Map.Entry<InetAddress,ExponentiallyDecayingSample> to entry : Map.Entry<NetEndpoint,ExponentiallyDecayingSample> in method private updateScores() : void in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Variable Type addr : InetAddress to addr : NetEndpoint in method public doVerb(message MessageIn<GossipDigestAck>, id int) : void in class org.lealone.aose.gms.GossipDigestAckVerbHandler |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method private hasRemoteNode(l List<NetEndpoint>) : boolean in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method private maxScore(endpoints List<NetEndpoint>) : double in class org.lealone.aose.locator.DynamicEndpointSnitch |
From |
To |
|
Change Variable Type liveMembers : Set<InetAddress> to liveMembers : Set<NetEndpoint> in method private executeDefineStatement(defineStatement DefineStatement) : int in class org.lealone.aose.router.P2pRouter |
From |
To |
|
Change Variable Type readMap : Map<InetAddress,Integer> to readMap : Map<NetEndpoint,Integer> in method public getEndpointToHostIdMapForReading() : Map<NetEndpoint,Integer> in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Variable Type replicas : Set<InetAddress> to replicas : Set<NetEndpoint> in method public calculateReplicationEndpoints(searchHostId Integer, metaData TopologyMetaData) : List<NetEndpoint> in class org.lealone.aose.locator.NetworkTopologyStrategy |
From |
To |
|
Change Variable Type epStateMap : Map<InetAddress,EndpointState> to epStateMap : Map<NetEndpoint,EndpointState> in method public deserialize(in DataInput, version int) : GossipDigestAck2 in class org.lealone.aose.gms.GossipDigestAck2.GossipDigestAck2Serializer |
From |
To |
|
Change Variable Type localEndpoint : InetAddress to localEndpoint : NetEndpoint in method public put(key Object, value Object, valueType DataType, session Session) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type preferred : List<InetAddress> to preferred : List<NetEndpoint> in method public getSortedListByProximity(address NetEndpoint, unsortedAddress Collection<NetEndpoint>) : List<NetEndpoint> in class org.lealone.aose.locator.AbstractEndpointSnitch |
From |
To |
|
Change Variable Type endpoints : List<InetAddress> to endpoints : List<NetEndpoint> in method private makeRandomGossipDigest(gDigests List<GossipDigest>) : void in class org.lealone.aose.gms.Gossiper |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method public deserialize(in DataInput, version int) : GossipDigest in class org.lealone.aose.gms.GossipDigest.GossipDigestSerializer |
From |
To |
|
Change Variable Type ep : InetAddress to ep : NetEndpoint in method public toString() : String in class org.lealone.aose.locator.TopologyMetaData |
From |
To |
|
Change Variable Type epStateMap : Map<InetAddress,EndpointState> to epStateMap : Map<NetEndpoint,EndpointState> in method public doVerb(message MessageIn<GossipDigestAck>, id int) : void in class org.lealone.aose.gms.GossipDigestAckVerbHandler |
From |
To |
|
Change Variable Type localEndpoint : InetAddress to localEndpoint : NetEndpoint in method public get(key Object, session Session) : Object in class org.lealone.aose.storage.btree.BTreeMap |
From |
To |
|
Change Variable Type endpoint : InetAddress to endpoint : NetEndpoint in method public assassinateEndpoint(address String) : void in class org.lealone.aose.gms.Gossiper |
From |
To |