|
Change Parameter Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in method public allVersionsOf(identifier ModifierProtocolCategory) : String[] in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Parameter Type identifier : Protocol.Identifier<T> to category : Protocol.Category<T> in method public latest(category Protocol.Category<T>, values T[]) : T in class org.neo4j.causalclustering.protocol.handshake.TestProtocols |
From |
To |
|
Change Parameter Type identifier : Protocol.Identifier<T> to category : Protocol.Category<T> in method public getAll(category Protocol.Category<T>, versions Collection<U>) : ProtocolSelection<U,T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Parameter Type supportedProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : Collection<ModifierSupportedProtocols> in method package getModifierProtocolComparator(supportedProtocols Collection<ModifierSupportedProtocols>) : Function<String,Comparator<Protocol.ModifierProtocol>> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Parameter Type version : int to implementation : String in method package ModifierProtocolResponse(statusCode StatusCode, protocolName String, implementation String) in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolResponse |
From |
To |
|
Change Parameter Type versions : Set<Integer> to versions : Set<U> in method package select(protocolName String, versions Set<U>) : Optional<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Parameter Type supportedProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedProtocol : ApplicationSupportedProtocols in method public ApplicationProtocolRepository(protocols Protocol.ApplicationProtocol[], supportedProtocol ApplicationSupportedProtocols) in class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRepository |
From |
To |
|
Change Parameter Type versions : List<Integer> to versions : List<U> in method public SupportedProtocols(category Protocol.Category<T>, versions List<U>) in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Parameter Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in method public latest(identifier ApplicationProtocolCategory) : ApplicationProtocol in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Parameter Type constructor : TriFunction<StatusCode,String,Integer,T> to constructor : TriFunction<StatusCode,String,U,T> in method private decodeProtocolResponse(constructor TriFunction<StatusCode,String,U,T>, reader Function<ByteBuf,U>, in ByteBuf) : T in class org.neo4j.causalclustering.protocol.handshake.ClientMessageDecoder |
From |
To |
|
Change Parameter Type versionMap : Map<String,List<Integer>> to versionMap : Map<String,List<String>> in method private getModifierProtocolComparator(versionMap Map<String,List<String>>) : Function<String,Comparator<Protocol.ModifierProtocol>> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Parameter Type version : int to version : IMPL in method package BaseProtocolResponse(statusCode StatusCode, protocolName String, version IMPL) in class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Change Parameter Type serverModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to serverModifierProtocols : Collection<ModifierSupportedProtocols> in method package Parameters(clientApplicationProtocol ApplicationSupportedProtocols, serverApplicationProtocol ApplicationSupportedProtocols, clientModifierProtocols Collection<ModifierSupportedProtocols>, serverModifierProtocols Collection<ModifierSupportedProtocols>, expectedApplicationProtocol ApplicationProtocol, expectedModifierProtocols ModifierProtocol[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Parameter Type versions : List<Integer> to versions : List<String> in method private byPosition(modifierProtocol Protocol.ModifierProtocol, versions List<String>) : Integer in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Parameter Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in method private RaftServerModule(platformModule PlatformModule, consensusModule ConsensusModule, identityModule IdentityModule, coreServerModule CoreServerModule, localDatabase LocalDatabase, pipelineBuilderFactory NettyPipelineBuilderFactory, messageLogger MessageLogger<MemberId>, topologyService CoreTopologyService, supportedApplicationProtocol ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type versions : Set<Integer> to versions : Set<U> in method public ProtocolSelection(identifier String, versions Set<U>) in class org.neo4j.causalclustering.protocol.handshake.ProtocolSelection |
From |
To |
|
Change Parameter Type protocolResponse : BaseProtocolResponse to protocolResponse : BaseProtocolResponse<U> in method private encodeProtocolResponse(protocolResponse BaseProtocolResponse<U>, writer BiConsumer<ByteBuf,U>) : void in class org.neo4j.causalclustering.protocol.handshake.ServerMessageEncoder.Encoder |
From |
To |
|
Change Parameter Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in method public latest(identifier ModifierProtocolCategory) : ModifierProtocol in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Parameter Type versions : Set<Integer> to versions : Set<IMPL> in method package BaseProtocolRequest(protocolName String, versions Set<IMPL>) in class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Change Parameter Type constructor : BiFunction<String,Set<Integer>,T> to constructor : BiFunction<String,Set<U>,T> in method private decodeProtocolRequest(constructor BiFunction<String,Set<U>,T>, in ByteBuf, versionDecoder Function<ByteBuf,U>) : T in class org.neo4j.causalclustering.protocol.handshake.ServerMessageDecoder |
From |
To |
|
Change Parameter Type versions : Collection<Integer> to versions : Collection<U> in method public getAll(category Protocol.Category<T>, versions Collection<U>) : ProtocolSelection<U,T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Parameter Type applicationSupportedProtocol : SupportedProtocols<ApplicationProtocol> to applicationSupportedProtocol : ApplicationSupportedProtocols in method package Parameters(name String, applicationSupportedProtocol ApplicationSupportedProtocols, modifierSupportedProtocols Collection<ModifierSupportedProtocols>) in class org.neo4j.causalclustering.protocol.handshake.NettyInstalledProtocolsIT.Parameters |
From |
To |
|
Change Parameter Type version : Integer to version : U in method package select(protocolName String, version U) : Optional<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Parameter Type modifierSupportedProtocols : Collection<SupportedProtocols<ModifierProtocol>> to modifierSupportedProtocols : Collection<ModifierSupportedProtocols> in method package Parameters(name String, applicationSupportedProtocol ApplicationSupportedProtocols, modifierSupportedProtocols Collection<ModifierSupportedProtocols>) in class org.neo4j.causalclustering.protocol.handshake.NettyInstalledProtocolsIT.Parameters |
From |
To |
|
Change Parameter Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in method public listVersionsOf(identifier ModifierProtocolCategory) : List<String> in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Parameter Type clientModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to clientModifierProtocols : Collection<ModifierSupportedProtocols> in method package Parameters(clientApplicationProtocol ApplicationSupportedProtocols, serverApplicationProtocol ApplicationSupportedProtocols, clientModifierProtocols Collection<ModifierSupportedProtocols>, serverModifierProtocols Collection<ModifierSupportedProtocols>, expectedApplicationProtocol ApplicationProtocol, expectedModifierProtocols ModifierProtocol[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Parameter Type modifierProtocols : List<Pair<String,Integer>> to modifierProtocols : List<Pair<String,String>> in method public SwitchOverRequest(applicationProtocolName String, applicationProtocolVersion int, modifierProtocols List<Pair<String,String>>) in class org.neo4j.causalclustering.protocol.handshake.SwitchOverRequest |
From |
To |
|
Change Parameter Type applicationProtocols : SupportedProtocols<ApplicationProtocol> to applicationProtocols : ApplicationSupportedProtocols in method private sendProtocolRequests(channel Channel, applicationProtocols ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Parameter Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in method private sendProtocolRequests(channel Channel, applicationProtocols ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Parameter Type clientApplicationProtocol : SupportedProtocols<ApplicationProtocol> to clientApplicationProtocol : ApplicationSupportedProtocols in method package Parameters(clientApplicationProtocol ApplicationSupportedProtocols, serverApplicationProtocol ApplicationSupportedProtocols, clientModifierProtocols Collection<ModifierSupportedProtocols>, serverModifierProtocols Collection<ModifierSupportedProtocols>, expectedApplicationProtocol ApplicationProtocol, expectedModifierProtocols ModifierProtocol[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Parameter Type supportedProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : Collection<ModifierSupportedProtocols> in method public ModifierProtocolRepository(protocols Protocol.ModifierProtocol[], supportedProtocols Collection<ModifierSupportedProtocols>) in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Parameter Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in method package ModifierProtocols(identifier ModifierProtocolCategory, friendlyName String) in class org.neo4j.causalclustering.protocol.Protocol.ModifierProtocols |
From |
To |
|
Change Parameter Type supportedProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : Collection<ModifierSupportedProtocols> in method private versionMap(supportedProtocols Collection<ModifierSupportedProtocols>) : Map<String,List<String>> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Parameter Type identifier : Protocol.ModifierProtocolIdentifier to identifier : Protocol.ModifierProtocolCategory in method private modifierProtocolVersions(compressionVersions Setting<List<String>>, identifier Protocol.ModifierProtocolCategory) : ModifierSupportedProtocols in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Parameter Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in method private RaftServerModule(platformModule PlatformModule, consensusModule ConsensusModule, identityModule IdentityModule, coreServerModule CoreServerModule, localDatabase LocalDatabase, pipelineBuilderFactory NettyPipelineBuilderFactory, messageLogger MessageLogger<MemberId>, topologyService CoreTopologyService, supportedApplicationProtocol ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type applicationProtocolRequest : BaseProtocolRequest to protocolRequest : BaseProtocolRequest<U> in method private encodeProtocolRequest(protocolRequest BaseProtocolRequest<U>, writer BiConsumer<ByteBuf,U>) : void in class org.neo4j.causalclustering.protocol.handshake.ClientMessageEncoder.Encoder |
From |
To |
|
Change Parameter Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in method package TestModifierProtocols(identifier ModifierProtocolCategory, friendlyName String) in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Parameter Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in method package ApplicationProtocols(identifier ApplicationProtocolCategory, version int) in class org.neo4j.causalclustering.protocol.Protocol.ApplicationProtocols |
From |
To |
|
Change Parameter Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in method package createAndStart(platformModule PlatformModule, consensusModule ConsensusModule, identityModule IdentityModule, coreServerModule CoreServerModule, localDatabase LocalDatabase, pipelineBuilderFactory NettyPipelineBuilderFactory, messageLogger MessageLogger<MemberId>, topologyService CoreTopologyService, supportedApplicationProtocol ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) : RaftServerModule in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type requestedVersions : Set<Integer> to requestedVersions : Set<U> in method public mutuallySupportedVersionsFor(requestedVersions Set<U>) : Set<U> in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Parameter Type identifier : Protocol.Identifier<T> to category : Protocol.Category<T> in method public SupportedProtocols(category Protocol.Category<T>, versions List<U>) in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Parameter Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in method package createAndStart(platformModule PlatformModule, consensusModule ConsensusModule, identityModule IdentityModule, coreServerModule CoreServerModule, localDatabase LocalDatabase, pipelineBuilderFactory NettyPipelineBuilderFactory, messageLogger MessageLogger<MemberId>, topologyService CoreTopologyService, supportedApplicationProtocol ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) : RaftServerModule in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type versions : Set<Integer> to versions : Set<String> in method package ModifierProtocolRequest(protocolName String, versions Set<String>) in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRequest |
From |
To |
|
Change Parameter Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in method package TestApplicationProtocols(identifier ApplicationProtocolCategory, version int) in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Parameter Type serverApplicationProtocol : SupportedProtocols<ApplicationProtocol> to serverApplicationProtocol : ApplicationSupportedProtocols in method package Parameters(clientApplicationProtocol ApplicationSupportedProtocols, serverApplicationProtocol ApplicationSupportedProtocols, clientModifierProtocols Collection<ModifierSupportedProtocols>, serverModifierProtocols Collection<ModifierSupportedProtocols>, expectedApplicationProtocol ApplicationProtocol, expectedModifierProtocols ModifierProtocol[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Parameter Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in method public listVersionsOf(identifier ApplicationProtocolCategory) : List<Integer> in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Parameter Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in method public allVersionsOf(identifier ApplicationProtocolCategory) : Integer[] in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Return Type Set<Integer> to Set<IMPL> in method public versions() : Set<IMPL> in class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Change Return Type List<Integer> to List<String> in method public listVersionsOf(identifier ModifierProtocolCategory) : List<String> in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Return Type int to Integer in method public implementation() : Integer in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Return Type SupportedProtocols<Protocol.ModifierProtocol> to ModifierSupportedProtocols in method private modifierProtocolVersions(compressionVersions Setting<List<String>>, identifier Protocol.ModifierProtocolCategory) : ModifierSupportedProtocols in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Return Type ProtocolSelection<T> to ProtocolSelection<U,T> in method public getAll(category Protocol.Category<T>, versions Collection<U>) : ProtocolSelection<U,T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Return Type int to Integer in method public implementation() : Integer in class org.neo4j.causalclustering.protocol.Protocol.ApplicationProtocols |
From |
To |
|
Change Return Type Set<Integer> to Set<U> in method public mutuallySupportedVersionsFor(requestedVersions Set<U>) : Set<U> in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Return Type Optional<SupportedProtocols<Protocol.ModifierProtocol>> to Optional<SupportedProtocols<String,Protocol.ModifierProtocol>> in method public supportedProtocolFor(protocolName String) : Optional<SupportedProtocols<String,Protocol.ModifierProtocol>> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Return Type Protocol.Identifier<T> to Protocol.Category<T> in method public identifier() : Protocol.Category<T> in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Return Type Map<String,List<Integer>> to Map<String,List<String>> in method private versionMap(supportedProtocols Collection<ModifierSupportedProtocols>) : Map<String,List<String>> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Return Type List<Pair<String,Integer>> to List<Pair<String,String>> in method public modifierProtocols() : List<Pair<String,String>> in class org.neo4j.causalclustering.protocol.handshake.SwitchOverRequest |
From |
To |
|
Change Return Type SupportedProtocols<Protocol.ApplicationProtocol> to ApplicationSupportedProtocols in method public createSupportedRaftProtocol() : ApplicationSupportedProtocols in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Return Type Integer[] to String[] in method public allVersionsOf(identifier ModifierProtocolCategory) : String[] in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Return Type List<SupportedProtocols<Protocol.ModifierProtocol>> to List<ModifierSupportedProtocols> in method public createSupportedModifierProtocols() : List<ModifierSupportedProtocols> in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Return Type SupportedProtocols<Protocol.ModifierProtocol> to ModifierSupportedProtocols in method private compressionProtocolVersions() : ModifierSupportedProtocols in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Return Type Set<Integer> to Set<String> in method private supportedVersionsFor(request ModifierProtocolRequest) : Set<String> in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Return Type List<Integer> to List<U> in method public versions() : List<U> in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Return Type Set<Integer> to Set<U> in method public versions() : Set<U> in class org.neo4j.causalclustering.protocol.handshake.ProtocolSelection |
From |
To |
|
Change Return Type Collection<SupportedProtocols<Protocol.ModifierProtocol>> to Collection<ModifierSupportedProtocols> in method public supportedProtocols() : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Return Type SupportedProtocols<Protocol.ApplicationProtocol> to ApplicationSupportedProtocols in method public supportedProtocol() : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRepository |
From |
To |
|
Change Return Type Integer[] to U[] in method public allVersionsOf(category Protocol.Category<T>, values T[], constructor IntFunction<U[]>) : U[] in class org.neo4j.causalclustering.protocol.handshake.TestProtocols |
From |
To |
|
Change Return Type int to IMPL in method public version() : IMPL in class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Change Variable Type switchOverModifierProtocols : List<Pair<String,Integer>> to switchOverModifierProtocols : List<Pair<String,String>> in method public shouldNotIncludeModifierProtocolInSwitchOverRequestIfNotSuccessful() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Variable Type requestedVersions : Set<Integer> to requestedVersions : Set<String> in method public shouldCompleteProtocolStackOnSuccessfulSwitchOverWithConfiguredModifierProtocols() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Variable Type selectedVersions : Set<Integer> to selectedVersions : Set<U> in method public getAll(category Protocol.Category<T>, versions Collection<U>) : ProtocolSelection<U,T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Variable Type supportedRaftProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedRaftProtocol : ApplicationSupportedProtocols in method public shouldReturnConfiguredRaftProtocolVersions() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in method public EnterpriseCoreEditionModule(platformModule PlatformModule, discoveryServiceFactory DiscoveryServiceFactory) in class org.neo4j.causalclustering.core.EnterpriseCoreEditionModule |
From |
To |
|
Change Variable Type onlySnappyCompressionModifiers : List<SupportedProtocols<ModifierProtocol>> to onlySnappyCompressionModifiers : List<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type lzoFirstVersions : Integer[] to lzoFirstVersions : String[] in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type switchOverModifierProtocols : List<Pair<String,Integer>> to switchOverModifierProtocols : List<Pair<String,String>> in method public shouldNotIncludeModifierProtocolInSwitchOverRequestIfUnsupportedVersion() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Variable Type versions : Set<Integer> to versions : Set<String> in method public shouldSendModifierProtocolRequestsOnInitiation() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Variable Type supportedProtocols : List<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : List<ModifierSupportedProtocols> in method public shouldReturnModifierProtocolOfSingleConfiguredVersionIfOthersRequested() : void in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepositoryTest |
From |
To |
|
Change Variable Type versions : List<Integer> to versions : List<String> in method public listVersionsOf(identifier ModifierProtocolCategory) : List<String> in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Variable Type supportedCompression : SupportedProtocols<Protocol.ModifierProtocol> to supportedCompression : ModifierSupportedProtocols in method public createSupportedModifierProtocols() : List<ModifierSupportedProtocols> in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Variable Type modifierRequest : List<Pair<String,Integer>> to modifierRequest : List<Pair<String,String>> in method public shouldCompleteProtocolStackOnSuccessfulSwitchOverWithConfiguredModifierProtocols() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Variable Type modifierRequest : List<Pair<String,Integer>> to modifierRequest : List<Pair<String,String>> in method public shouldCompleteProtocolStackOnSuccessfulSwitchOverWithModifierProtocols() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Variable Type supportedModifierProtocols : List<SupportedProtocols<Protocol.ModifierProtocol>> to supportedModifierProtocols : List<ModifierSupportedProtocols> in method public shouldNotReturnModifiersIfNoVersionsSpecified() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type switchOverModifierProtocols : List<Pair<String,Integer>> to switchOverModifierProtocols : List<Pair<String,String>> in method public shouldNotIncludeModifierProtocolInSwitchOverRequestIfUnsupportedProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Variable Type supportedModifierProtocols : List<SupportedProtocols<Protocol.ModifierProtocol>> to supportedModifierProtocols : List<ModifierSupportedProtocols> in method public shouldReturnCompressionVersionsSpecified() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type switchOverModifierProtocols : List<Pair<String,Integer>> to switchOverModifierProtocols : List<Pair<String,String>> in method private sendSwitchOverRequestIfReady() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Variable Type supportedModifierProtocols : List<SupportedProtocols<Protocol.ModifierProtocol>> to supportedModifierProtocols : List<ModifierSupportedProtocols> in method public shouldReturnCompressionIfVersionsSpecified() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type noModifiers : Collection<SupportedProtocols<ModifierProtocol>> to noModifiers : Collection<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type allObfuscationModifiers : Collection<SupportedProtocols<ModifierProtocol>> to allObfuscationModifiers : Collection<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type map : Map<Pair<String,Integer>,T> to map : Map<Pair<String,U>,T> in method public ProtocolRepository(protocols T[], comparators Function<String,Comparator<T>>, protocolSelectionFactory BiFunction<String,Set<U>,ProtocolSelection<U,T>>) in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Variable Type supportedRaftProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedRaftProtocol : ApplicationSupportedProtocols in method public shouldReturnEmptyVersionSupportedRaftProtocolIfNoVersionsConfigured() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type supportedProtocols : List<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : List<ModifierSupportedProtocols> in method public shouldCompareModifierProtocolsByListOrder() : void in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepositoryTest |
From |
To |
|
Change Variable Type configuredVersions : List<Integer> to configuredVersions : List<String> in method public shouldCompleteProtocolStackOnSuccessfulSwitchOverWithConfiguredModifierProtocols() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Variable Type allModifiers : Collection<SupportedProtocols<ModifierProtocol>> to allModifiers : Collection<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type allCompressionModifiers : Collection<SupportedProtocols<ModifierProtocol>> to allCompressionModifiers : Collection<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type protocolSelection : ProtocolSelection<Protocol.ApplicationProtocol> to protocolSelection : ProtocolSelection<Integer,Protocol.ApplicationProtocol> in method public shouldIncludeAllProtocolsInSelectionIfEmptyVersionsProvided() : void in class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRepositoryTest |
From |
To |
|
Change Variable Type onlyLzoCompressionModifiers : List<SupportedProtocols<ModifierProtocol>> to onlyLzoCompressionModifiers : List<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type versions : List<Integer> to versions : List<String> in method private modifierProtocolVersions(compressionVersions Setting<List<String>>, identifier Protocol.ModifierProtocolCategory) : ModifierSupportedProtocols in class org.neo4j.causalclustering.core.SupportedProtocolCreator |
From |
To |
|
Change Variable Type protocolSelection : ProtocolSelection<Protocol.ApplicationProtocol> to protocolSelection : ProtocolSelection<Integer,Protocol.ApplicationProtocol> in method public shouldIncludeProtocolsInSelectionWithVersionsLimitedByThoseExisting() : void in class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRepositoryTest |
From |
To |
|
Change Variable Type knownApplicationProtocolVersions : ProtocolSelection<ApplicationProtocol> to knownApplicationProtocolVersions : ProtocolSelection<Integer,ApplicationProtocol> in method public handle(applicationProtocolResponse ApplicationProtocolResponse) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Variable Type modifierProtocols : List<Pair<String,Integer>> to modifierProtocols : List<Pair<String,String>> in method protected decode(ctx ChannelHandlerContext, in ByteBuf, out List<Object>) : void in class org.neo4j.causalclustering.protocol.handshake.ServerMessageDecoder |
From |
To |
|
Change Variable Type applicationProtocolSelection : ProtocolSelection<ApplicationProtocol> to applicationProtocolSelection : ProtocolSelection<Integer,ApplicationProtocol> in method private sendProtocolRequests(channel Channel, applicationProtocols ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Variable Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in method public EnterpriseCoreEditionModule(platformModule PlatformModule, discoveryServiceFactory DiscoveryServiceFactory) in class org.neo4j.causalclustering.core.EnterpriseCoreEditionModule |
From |
To |
|
Change Variable Type previous : Protocol to previous : Protocol<U> in method public ProtocolRepository(protocols T[], comparators Function<String,Comparator<T>>, protocolSelectionFactory BiFunction<String,Set<U>,ProtocolSelection<U,T>>) in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Variable Type supportedModifierProtocols : List<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : List<ModifierSupportedProtocols> in method public shouldCompleteProtocolStackOnSuccessfulSwitchOverWithConfiguredModifierProtocols() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Variable Type versions : Set<Integer> to versions : Set<U> in method private decodeProtocolRequest(constructor BiFunction<String,Set<U>,T>, in ByteBuf, versionDecoder Function<ByteBuf,U>) : T in class org.neo4j.causalclustering.protocol.handshake.ServerMessageDecoder |
From |
To |
|
Change Variable Type allCompressionModifiersByDefault : Collection<SupportedProtocols<ModifierProtocol>> to allCompressionModifiersByDefault : Collection<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type lzoFirstCompressionModifiers : List<SupportedProtocols<ModifierProtocol>> to lzoFirstCompressionModifiers : List<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type switchOverModifierProtocols : List<Pair<String,Integer>> to switchOverModifierProtocols : List<Pair<String,String>> in method public shouldSendSwitchOverRequestOnModifierProtocolResponseIfAllModifierProtocolResponsesReceived() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Variable Type versions : List<Integer> to versions : List<String> in method private raft1WithCompressionModifier(protocol Optional<ModifierProtocol>) : Parameters in class org.neo4j.causalclustering.protocol.handshake.NettyInstalledProtocolsIT |
From |
To |
|
Change Variable Type protocolSelection : ProtocolSelection<ModifierProtocol> to protocolSelection : ProtocolSelection<String,ModifierProtocol> in method private sendProtocolRequests(channel Channel, applicationProtocols ApplicationSupportedProtocols, supportedModifierProtocols Collection<ModifierSupportedProtocols>) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Variable Type versions : Set<Integer> to versions : Set<String> in method public shouldSendModifierProtocolResponseForGivenProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Variable Type supportedRaftProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedRaftProtocol : ApplicationSupportedProtocols in method public shouldReturnRAftProtocol() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type snappyFirstVersions : Integer[] to snappyFirstVersions : String[] in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type snappyFirstCompressionModifiers : List<SupportedProtocols<ModifierProtocol>> to snappyFirstCompressionModifiers : List<ModifierSupportedProtocols> in method public data() : Collection<Parameters> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest |
From |
To |
|
Change Variable Type versions : List<Integer> to versions : List<String> in method public shouldReturnCompressionVersionsSpecified() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type identifiers : Stream<Protocol.Identifier<Protocol.ModifierProtocol>> to identifiers : Stream<Protocol.Category<Protocol.ModifierProtocol>> in method public shouldReturnCompressionIfVersionsSpecified() : void in class org.neo4j.causalclustering.core.SupportedProtocolCreatorTest |
From |
To |
|
Change Variable Type protocolSelection : ProtocolSelection<Protocol.ApplicationProtocol> to protocolSelection : ProtocolSelection<Integer,Protocol.ApplicationProtocol> in method public shouldIncludeProtocolsInSelectionWithVersionsLimitedByThoseConfigured() : void in class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRepositoryTest |
From |
To |
|
Change Variable Type supportedProtocols : List<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : List<ModifierSupportedProtocols> in method public shouldReturnModifierProtocolOfFirstConfiguredVersionRequestedAndSupported() : void in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepositoryTest |
From |
To |
|
Change Attribute Type supportedCatchupApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedCatchupApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.NettyProtocolHandshakeIT |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Attribute Type serverModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to serverModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Attribute Type versions : List<Integer> to versions : List<U> in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Attribute Type version : int to version : Integer in class org.neo4j.causalclustering.protocol.handshake.SwitchOverRequest |
From |
To |
|
Change Attribute Type versions : Set<Integer> to versions : Set<U> in class org.neo4j.causalclustering.protocol.handshake.ProtocolSelection |
From |
To |
|
Change Attribute Type applicationSupportedProtocol : SupportedProtocols<ApplicationProtocol> to applicationSupportedProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.NettyInstalledProtocolsIT.Parameters |
From |
To |
|
Change Attribute Type protocolMap : Map<Pair<String,Integer>,T> to protocolMap : Map<Pair<String,U>,T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Attribute Type supportedCatchupApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedCatchupApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeSadTest |
From |
To |
|
Change Attribute Type noSupportedModifierProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to noSupportedModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.NettyProtocolHandshakeIT |
From |
To |
|
Change Attribute Type identifier : Protocol.Identifier<T> to category : Protocol.Category<T> in class org.neo4j.causalclustering.protocol.handshake.SupportedProtocols |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : SupportedProtocols<Integer,ApplicationProtocol> in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Attribute Type versions : Set<Integer> to versions : Set<IMPL> in class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Change Attribute Type version : int to version : Integer in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Attribute Type modifierProtocols : List<Pair<String,Integer>> to modifierProtocols : List<Pair<String,String>> in class org.neo4j.causalclustering.protocol.handshake.SwitchOverRequest |
From |
To |
|
Change Attribute Type supportedProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRepository |
From |
To |
|
Change Attribute Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestModifierProtocols |
From |
To |
|
Change Attribute Type clientApplicationProtocol : SupportedProtocols<ApplicationProtocol> to clientApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Attribute Type supportedProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Attribute Type clientModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to clientModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Attribute Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Attribute Type supportedCompressionModifierProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to supportedCompressionModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.NettyProtocolHandshakeIT |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.messaging.SenderServiceIT |
From |
To |
|
Change Attribute Type modifierSupportedProtocols : Collection<SupportedProtocols<ModifierProtocol>> to modifierSupportedProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.NettyInstalledProtocolsIT.Parameters |
From |
To |
|
Change Attribute Type supportedModifierProtocols : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.messaging.SenderServiceIT |
From |
To |
|
Change Attribute Type supportedRaftApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedRaftApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.NettyProtocolHandshakeIT |
From |
To |
|
Change Attribute Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerEnsureMagicTest |
From |
To |
|
Change Attribute Type noModifiers : Collection<SupportedProtocols<Protocol.ModifierProtocol>> to noModifiers : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeSadTest |
From |
To |
|
Change Attribute Type identifier : ModifierProtocolIdentifier to identifier : ModifierProtocolCategory in class org.neo4j.causalclustering.protocol.Protocol.ModifierProtocols |
From |
To |
|
Change Attribute Type version : int to version : IMPL in class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Change Attribute Type serverApplicationProtocol : SupportedProtocols<ApplicationProtocol> to serverApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeHappyTest.Parameters |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientEnsureMagicTest |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Attribute Type supportedRaftApplicationProtocol : SupportedProtocols<Protocol.ApplicationProtocol> to supportedRaftApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.ProtocolHandshakeSadTest |
From |
To |
|
Change Attribute Type supportedApplicationProtocol : SupportedProtocols<ApplicationProtocol> to supportedApplicationProtocol : ApplicationSupportedProtocols in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |
|
Change Attribute Type version : int to version : Integer in class org.neo4j.causalclustering.protocol.Protocol.ApplicationProtocols |
From |
To |
|
Change Attribute Type modifierProtocolRepository : ProtocolRepository<ModifierProtocol> to modifierProtocolRepository : ModifierProtocolRepository in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Attribute Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Attribute Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Attribute Type identifier : ApplicationProtocolIdentifier to identifier : ApplicationProtocolCategory in class org.neo4j.causalclustering.protocol.Protocol.ApplicationProtocols |
From |
To |
|
Change Attribute Type supportedModifierProtocols : Collection<SupportedProtocols<ModifierProtocol>> to supportedModifierProtocols : Collection<ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Attribute Type supportedProtocolsLookup : Map<String,SupportedProtocols<Protocol.ModifierProtocol>> to supportedProtocolsLookup : Map<String,ModifierSupportedProtocols> in class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRepository |
From |
To |
|
Change Attribute Type applicationProtocolIdentifier : ApplicationProtocolIdentifier to applicationProtocolIdentifier : ApplicationProtocolCategory in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientTest |
From |
To |