|
Change Parameter Type readEndpoints : List<EndPoint> to readEndpoints : List<Endpoint> in method public LoadBalancingResult(routeEndpoints List<Endpoint>, writeEndpoints List<Endpoint>, readEndpoints List<Endpoint>, timeToLiveMillis long) in class org.neo4j.causalclustering.load_balancing.LoadBalancingResult |
From |
To |
|
Change Parameter Type routeEndpoints : List<EndPoint> to routeEndpoints : List<Endpoint> in method public LoadBalancingResult(routeEndpoints List<Endpoint>, writeEndpoints List<Endpoint>, readEndpoints List<Endpoint>, timeToLiveMillis long) in class org.neo4j.causalclustering.load_balancing.LoadBalancingResult |
From |
To |
|
Change Parameter Type writeEndpoints : List<EndPoint> to writeEndpoints : List<Endpoint> in method public LoadBalancingResult(routeEndpoints List<Endpoint>, writeEndpoints List<Endpoint>, readEndpoints List<Endpoint>, timeToLiveMillis long) in class org.neo4j.causalclustering.load_balancing.LoadBalancingResult |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method public readEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.LoadBalancingStrategy.Result |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private routeEndpoints(cores CoreTopology) : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.strategy.AllServersStrategy |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private writeEndpoints(cores CoreTopology) : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.strategy.AllServersStrategy |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method public routeEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.LoadBalancingResult |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method public writeEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.LoadBalancingResult |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private readEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.procedure.GetServersProcedureV1 |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private routeEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.procedure.GetServersProcedureV1 |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private writeEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.procedure.GetServersProcedureV1 |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method public readEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.LoadBalancingResult |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private readEndpoints(cores CoreTopology, readers ReadReplicaTopology) : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.strategy.AllServersStrategy |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method private parse(addresses Object[], role Role) : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.procedure.ResultFormatV1 |
From |
To |
|
Change Return Type EndPoint to Endpoint in method public route(address AdvertisedSocketAddress) : Endpoint in class org.neo4j.causalclustering.load_balancing.Endpoint |
From |
To |
|
Change Return Type Map<Role,List<EndPoint>> to Map<Role,List<Endpoint>> in method private parse(result List<Map<String,Object>>) : Map<Role,List<Endpoint>> in class org.neo4j.causalclustering.load_balancing.procedure.ResultFormatV1 |
From |
To |
|
Change Return Type EndPoint to Endpoint in method public write(address AdvertisedSocketAddress) : Endpoint in class org.neo4j.causalclustering.load_balancing.Endpoint |
From |
To |
|
Change Return Type EndPoint to Endpoint in method public read(address AdvertisedSocketAddress) : Endpoint in class org.neo4j.causalclustering.load_balancing.Endpoint |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method public routeEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.LoadBalancingStrategy.Result |
From |
To |
|
Change Return Type List<EndPoint> to List<Endpoint> in method public writeEndpoints() : List<Endpoint> in class org.neo4j.causalclustering.load_balancing.LoadBalancingStrategy.Result |
From |
To |
|
Change Variable Type addresses : List<EndPoint> to addresses : List<Endpoint> in method private parse(result List<Map<String,Object>>) : Map<Role,List<Endpoint>> in class org.neo4j.causalclustering.load_balancing.procedure.ResultFormatV1 |
From |
To |
|
Change Variable Type endpoints : Map<Role,List<EndPoint>> to endpoints : Map<Role,List<Endpoint>> in method private parse(result List<Map<String,Object>>) : Map<Role,List<Endpoint>> in class org.neo4j.causalclustering.load_balancing.procedure.ResultFormatV1 |
From |
To |
|
Change Variable Type readEndpoints : List<EndPoint> to readEndpoints : List<Endpoint> in method public apply(ctx Context, input Object[]) : RawIterator<Object[],ProcedureException> in class org.neo4j.causalclustering.load_balancing.procedure.GetServersProcedureV1 |
From |
To |
|
Change Variable Type writeEndpoints : List<EndPoint> to writeEndpoints : List<Endpoint> in method public apply(ctx Context, input Object[]) : RawIterator<Object[],ProcedureException> in class org.neo4j.causalclustering.load_balancing.procedure.GetServersProcedureV1 |
From |
To |
|
Change Variable Type routeEndpoints : List<EndPoint> to routeEndpoints : List<Endpoint> in method public apply(ctx Context, input Object[]) : RawIterator<Object[],ProcedureException> in class org.neo4j.causalclustering.load_balancing.procedure.GetServersProcedureV1 |
From |
To |
|
Change Variable Type endpoints : Map<Role,List<EndPoint>> to endpoints : Map<Role,List<Endpoint>> in method package parse(records RawIterator<Object[],ProcedureException>) : LoadBalancingResult in class org.neo4j.causalclustering.load_balancing.procedure.ResultFormatV1 |
From |
To |
|
Change Variable Type endPoint : EndPoint to endPoint : Endpoint in method public equals(o Object) : boolean in class org.neo4j.causalclustering.load_balancing.Endpoint |
From |
To |