|
Rename Method package refreshTags(hazelcastInstance HazelcastInstance, memberId String, tags List<String>) : void renamed to package refreshGroups(hazelcastInstance HazelcastInstance, memberId String, groups List<String>) : void in class org.neo4j.causalclustering.discovery.HazelcastClusterTopology |
From |
To |
|
Rename Method public shouldReturnServersMatchingAnyTag() : void renamed to public shouldReturnServersMatchingAnyGroup() : void in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilterTest |
From |
To |
|
Rename Method package tags() : Set<String> renamed to package groups() : Set<String> in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.ServerInfo |
From |
To |
|
Rename Method package tags() : List<String> renamed to package groups() : List<String> in class org.neo4j.causalclustering.discovery.procedures.ClusterOverviewProcedure.ReadWriteEndPoint |
From |
To |
|
Rename Method private makeCoreTags(suffix String, id int) : List<String> renamed to private makeCoreGroups(suffix String, id int) : List<String> in class org.neo4j.causalclustering.scenarios.ServerGroupsIT |
From |
To |
|
Rename Method private makeReplicaTags(suffix String, id int) : List<String> renamed to private makeReplicaGroups(suffix String, id int) : List<String> in class org.neo4j.causalclustering.scenarios.ServerGroupsIT |
From |
To |
|
Rename Method public tags() : Set<String> renamed to public groups() : Set<String> in class org.neo4j.causalclustering.discovery.CoreServerInfo |
From |
To |
|
Rename Method public tags() : Set<String> renamed to public groups() : Set<String> in class org.neo4j.causalclustering.discovery.ReadReplicaInfo |
From |
To |
|
Rename Method private getServerTags(db CoreGraphDatabase) : List<List<String>> renamed to private getServerGroups(db CoreGraphDatabase) : List<List<String>> in class org.neo4j.causalclustering.scenarios.ServerGroupsIT |
From |
To |
|
Rename Method package tags(tags String...) : FilterBuilder renamed to package groups(groups String...) : FilterBuilder in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.FilterBuilder |
From |
To |
|
Rename Method public tags() : Set<String> renamed to public groups() : Set<String> in class org.neo4j.causalclustering.discovery.GroupedServer |
From |
To |
|
Rename Method public shouldUpdateTagsOnStart() : void renamed to public shouldUpdateGroupsOnStart() : void in class org.neo4j.causalclustering.scenarios.ServerGroupsIT |
From |
To |
|
Rename Variable tags : List<String> to groups : List<String> in method private createHazelcastInstance() : HazelcastInstance in class org.neo4j.causalclustering.discovery.HazelcastCoreTopologyService |
From |
To |
|
Rename Variable tags : List<String> to groups : List<String> in method private getServerGroups(db CoreGraphDatabase) : List<List<String>> in class org.neo4j.causalclustering.scenarios.ServerGroupsIT |
From |
To |
|
Rename Variable tag : String to group : String in method package AnyGroupFilter(groups Set<String>) in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilter |
From |
To |
|
Rename Variable myTag : String to myGroup : String in method public upstreamDatabase() : Optional<MemberId> in class org.neo4j.causalclustering.readreplica.ConnectWithinDataCenterStrategy |
From |
To |
|
Rename Variable tagFilter : AnyTagFilter to groupFilter : AnyGroupFilter in method public shouldReturnServersMatchingAnyGroup() : void in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilterTest |
From |
To |
|
Rename Variable recordTags : Set<String> to recordGroups : Set<String> in method protected matchesSafely(record Object[]) : boolean in class org.neo4j.causalclustering.discovery.procedures.ClusterOverviewProcedureTest.IsRecord |
From |
To |
|
Rename Variable serverTags : List<List<String>> to serverGroups : List<List<String>> in method private getServerGroups(db CoreGraphDatabase) : List<List<String>> in class org.neo4j.causalclustering.scenarios.ServerGroupsIT |
From |
To |
|
Rename Variable expectedTags : List<String> to expectedGroups : List<String> in method protected matchesSafely(actual List<List<String>>) : boolean in class org.neo4j.causalclustering.scenarios.ServerGroupsIT.GroupsMatcher |
From |
To |
|
Rename Variable actualTags : List<String> to actualGroups : List<String> in method protected matchesSafely(actual List<List<String>>) : boolean in class org.neo4j.causalclustering.scenarios.ServerGroupsIT.GroupsMatcher |
From |
To |
|
Rename Variable tagsMap : MultiMap<String,String> to groupsMap : MultiMap<String,String> in method package refreshGroups(hazelcastInstance HazelcastInstance, memberId String, groups List<String>) : void in class org.neo4j.causalclustering.discovery.HazelcastClusterTopology |
From |
To |
|
Rename Variable serverTagsMMap : MultiMap<String,String> to serverGroupsMMap : MultiMap<String,String> in method public setup() : void in class org.neo4j.causalclustering.discovery.HazelcastClusterTopologyTest |
From |
To |
|
Rename Variable tag : String to group : String in method private filterFor(filterName String, args String[]) : Filter<ServerInfo> in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.FilterConfigParser |
From |
To |
|
Rename Variable serverTagsMMap : MultiMap<String,String> to serverGroupsMMap : MultiMap<String,String> in method package toCoreMemberMap(members Set<Member>, log Log, hazelcastInstance HazelcastInstance) : Map<MemberId,CoreServerInfo> in class org.neo4j.causalclustering.discovery.HazelcastClusterTopology |
From |
To |
|
Rename Variable serverTags : MultiMap<String,String> to serverGroups : MultiMap<String,String> in method private readReplicas(hazelcastInstance HazelcastInstance) : Map<MemberId,ReadReplicaInfo> in class org.neo4j.causalclustering.discovery.HazelcastClusterTopology |
From |
To |
|
Rename Variable tags : List<String> to groups : List<String> in method public upstreamDatabase() : Optional<MemberId> in class org.neo4j.causalclustering.readreplica.ConnectWithinDataCenterStrategy |
From |
To |
|
Rename Attribute server_tags : Setting<List<String>> to server_groups : Setting<List<String>> in class org.neo4j.causalclustering.core.CausalClusteringSettings |
From |
To |
|
Rename Attribute tags : Set<String> to groups : Set<String> in class org.neo4j.causalclustering.discovery.procedures.ClusterOverviewProcedureTest.IsRecord |
From |
To |
|
Rename Attribute SERVER_TAGS_MULTIMAP_NAME : String to SERVER_GROUPS_MULTIMAP_NAME : String in class org.neo4j.causalclustering.discovery.HazelcastClusterTopology |
From |
To |
|
Rename Attribute tags : Set<String> to groups : Set<String> in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilter |
From |
To |
|
Rename Attribute tags : List<String> to groups : List<String> in class org.neo4j.causalclustering.discovery.procedures.ClusterOverviewProcedure.ReadWriteEndPoint |
From |
To |
|
Rename Attribute matchesAnyTag : Predicate<ServerInfo> to matchesAnyGroup : Predicate<ServerInfo> in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilter |
From |
To |
|
Rename Attribute tags : List<String> to groups : List<String> in class org.neo4j.causalclustering.discovery.HazelcastClient |
From |
To |
|
Rename Attribute serverTags : Map<Integer,String> to serverGroups : Map<Integer,String> in class org.neo4j.causalclustering.scenarios.ReadReplicaHierarchicalCatchupIT |
From |
To |
|
Rename Attribute tags : Set<String> to groups : Set<String> in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.ServerInfo |
From |
To |
|
Rename Attribute TAGS : Set<String> to GROUPS : Set<String> in class org.neo4j.causalclustering.discovery.HazelcastClusterTopologyTest |
From |
To |
|
Rename Attribute tags : Set<String> to groups : Set<String> in class org.neo4j.causalclustering.discovery.CoreServerInfo |
From |
To |
|
Rename Attribute tags : Set<String> to groups : Set<String> in class org.neo4j.causalclustering.discovery.ReadReplicaInfo |
From |
To |
|
Rename Parameter tags : String... to groups : String... in method package AnyGroupFilter(groups String...) in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilter |
From |
To |
|
Rename Parameter tags : Set<String> to groups : Set<String> in method package AnyGroupFilter(groups Set<String>) in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.AnyGroupFilter |
From |
To |
|
Rename Parameter tags : List<String> to groups : List<String> in method package ReadWriteEndPoint(clientConnectorAddresses ClientConnectorAddresses, role Role, memberId UUID, groups List<String>) in class org.neo4j.causalclustering.discovery.procedures.ClusterOverviewProcedure.ReadWriteEndPoint |
From |
To |
|
Rename Parameter tags : Set<String> to groups : Set<String> in method public ServerInfo(boltAddress AdvertisedSocketAddress, memberId MemberId, groups Set<String>) in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.ServerInfo |
From |
To |
|
Rename Parameter tags : Set<String> to groups : Set<String> in method package IsRecord(memberId UUID, boltPort int, role Role, groups Set<String>) in class org.neo4j.causalclustering.discovery.procedures.ClusterOverviewProcedureTest.IsRecord |
From |
To |
|
Rename Parameter tags : Set<String> to groups : Set<String> in method public ReadReplicaInfo(clientConnectorAddresses ClientConnectorAddresses, catchupServerAddress AdvertisedSocketAddress, groups Set<String>) in class org.neo4j.causalclustering.discovery.ReadReplicaInfo |
From |
To |
|
Rename Parameter tagGenerator : NoEastTagGenerator to groupGenerator : NoEastGroupGenerator in method private fakeReadReplicaTopology(readReplicaIds MemberId[], groupGenerator NoEastGroupGenerator) : ReadReplicaTopology in class org.neo4j.causalclustering.readreplica.UserDefinedConfigurationStrategyTest |
From |
To |
|
Rename Parameter tags : List<String> to groups : List<String> in method package refreshGroups(hazelcastInstance HazelcastInstance, memberId String, groups List<String>) : void in class org.neo4j.causalclustering.discovery.HazelcastClusterTopology |
From |
To |
|
Rename Parameter tags : Set<String> to groups : Set<String> in method public CoreServerInfo(raftServer AdvertisedSocketAddress, catchupServer AdvertisedSocketAddress, clientConnectorAddresses ClientConnectorAddresses, groups Set<String>) in class org.neo4j.causalclustering.discovery.CoreServerInfo |
From |
To |
|
Rename Parameter tags : String... to groups : String... in method package groups(groups String...) : FilterBuilder in class org.neo4j.causalclustering.load_balancing.plugins.server_policies.FilterBuilder |
From |
To |