|
Change Parameter Type log : Log to nettyPipelineBuilder : BUILDER in method private create(channel Channel, nettyPipelineBuilder BUILDER) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilderFactory |
From |
To |
|
Change Parameter Type tempServerMap : Map<Protocol,ProtocolInstaller<O>> to tempServerMap : Map<P,T> in method private addTo(tempServerMap Map<P,T>, installer T, protocol P) : void in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Change Parameter Type applicationProtocolResponse : ApplicationProtocolResponse to protocolResponse : BaseProtocolResponse in method private encodeProtocolResponse(protocolResponse BaseProtocolResponse) : void in class org.neo4j.causalclustering.protocol.handshake.ServerMessageEncoder.Encoder |
From |
To |
|
Change Parameter Type protocols : Protocol[] to protocols : T[] in method public ProtocolRepository(protocols T[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Parameter Type identifier : Identifier to identifier : ApplicationProtocolIdentifier in method package ApplicationProtocols(identifier ApplicationProtocolIdentifier, version int) in class org.neo4j.causalclustering.protocol.Protocol.ApplicationProtocols |
From |
To |
|
Change Parameter Type identifier : Identifier to identifier : ApplicationProtocolIdentifier in method package TestApplicationProtocols(identifier ApplicationProtocolIdentifier, version int) in class org.neo4j.causalclustering.protocol.handshake.TestProtocols.TestApplicationProtocols |
From |
To |
|
Change Parameter Type allowedProtocol : Protocol.Identifier to allowedProtocol : Protocol.ApplicationProtocolIdentifier in method public HandshakeServerInitializer(logProvider LogProvider, applicationProtocolRepository ProtocolRepository<Protocol.ApplicationProtocol>, modifierProtocolRepository ProtocolRepository<Protocol.ModifierProtocol>, allowedProtocol Protocol.ApplicationProtocolIdentifier, protocolInstallerRepository ProtocolInstallerRepository<ProtocolInstaller.Orientation.Server>, pipelineBuilderFactory NettyPipelineBuilderFactory) in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerInitializer |
From |
To |
|
Change Parameter Type applicationProtocol : Protocol to applicationProtocol : ApplicationProtocol in method public ProtocolStack(applicationProtocol ApplicationProtocol, modifierProtocols List<ModifierProtocol>) in class org.neo4j.causalclustering.protocol.handshake.ProtocolStack |
From |
To |
|
Change Parameter Type protocol : Protocol to protocolStack : ProtocolStack in method public installerFor(protocolStack ProtocolStack) : ProtocolInstaller<O> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Change Parameter Type installer : ProtocolInstaller<O> to installer : T in method private addTo(tempServerMap Map<P,T>, installer T, protocol P) : void in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Change Parameter Type allowedProtocol : Protocol.Identifier to allowedProtocol : Protocol.ApplicationProtocolIdentifier in method package HandshakeServer(channel Channel, applicationProtocolRepository ProtocolRepository<ApplicationProtocol>, modifierProtocolRepository ProtocolRepository<ModifierProtocol>, allowedProtocol Protocol.ApplicationProtocolIdentifier) in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Parameter Type identifier : Protocol.Identifier to identifier : Protocol.Identifier<T> in method public getAll(identifier Protocol.Identifier<T>) : ProtocolSelection<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Pull Up Attribute private protocolName : String from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRequest to private protocolName : String from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Attribute private versions : Set<Integer> from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRequest to private versions : Set<Integer> from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Attribute private version : int from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to private version : int from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Attribute private protocolName : String from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to private protocolName : String from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Attribute private statusCode : StatusCode from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to private statusCode : StatusCode from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Change Variable Type protocol : Protocol to protocol : T in method public ProtocolRepository(protocols T[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Variable Type raftProtocolServerInstaller : RaftProtocolServerInstaller to raftProtocolServerInstaller : RaftProtocolServerInstaller.Factory in method private createRaftServer(coreServerModule CoreServerModule, messageHandlerChain LifecycleMessageHandler<ReceivedInstantClusterIdAwareMessage<?>>) : RaftServer in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Variable Type old : ProtocolInstaller to old : T in method private addTo(tempServerMap Map<P,T>, installer T, protocol P) : void in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Change Variable Type applicationProtocol : Optional<Protocol> to applicationProtocol : Optional<Protocol.ApplicationProtocol> in method public shouldReturnProtocolIfKnownNameAndVersion() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type builder : NettyPipelineBuilder to nettyPipelineBuilder : BUILDER in method private create(channel Channel, nettyPipelineBuilder BUILDER) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilderFactory |
From |
To |
|
Change Variable Type selected : Optional<Protocol> to selected : Optional<ApplicationProtocol> in method public handle(request ApplicationProtocolRequest) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Variable Type switchOverProtocol : Optional<Protocol> to switchOverProtocol : Optional<ApplicationProtocol> in method public handle(switchOverRequest SwitchOverRequest) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Variable Type applicationProtocol : Optional<Protocol> to applicationProtocol : Optional<Protocol.ApplicationProtocol> in method public shouldReturnEmptyIfUnknownName() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type applicationProtocol : Optional<Protocol> to applicationProtocol : Optional<Protocol.ApplicationProtocol> in method public shouldReturnEmptyIfUnknownVersion() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type raftProtocolServerInstaller : RaftProtocolServerInstaller to raftProtocolServerInstaller : RaftProtocolServerInstaller.Factory in method private raftServer(nettyHandler ChannelInboundHandler, port int) : RaftServer in class org.neo4j.causalclustering.messaging.SenderServiceIT |
From |
To |
|
Change Variable Type protocols : Protocol[] to protocols : Protocol.ApplicationProtocol[] in method public shouldNotInstantiateIfDuplicateProtocolsSupplied() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type applicationProtocol : Optional<Protocol> to applicationProtocol : Optional<Protocol.ApplicationProtocol> in method public shouldReturnProtocolOfHighestVersionRequestedAndSupported() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type applicationProtocol : Optional<Protocol> to applicationProtocol : Optional<Protocol.ApplicationProtocol> in method public shouldReturnEmptyIfNoVersions() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type builderB : NettyPipelineBuilder to builderB : ServerNettyPipelineBuilder in method public shouldReInstallWithPreviousGate() : void in class org.neo4j.causalclustering.protocol.NettyPipelineBuilderTest |
From |
To |
|
Change Variable Type applicationProtocol : Optional<Protocol> to applicationProtocol : Optional<Protocol.ApplicationProtocol> in method public shouldReturnKnownProtocolVersionWhenFirstGivenVersionNotKnown() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type protocol : Protocol to protocol : Protocol.ApplicationProtocol in method public shouldNotInstantiateIfDuplicateProtocolsSupplied() : void in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Change Variable Type protocol : Optional<Protocol> to protocol : Optional<Protocol.ApplicationProtocol> in method public handle(applicationProtocolResponse ApplicationProtocolResponse) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Variable Type map : Map<Pair<String,Integer>,Protocol> to map : Map<Pair<String,Integer>,T> in method public ProtocolRepository(protocols T[]) in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Variable Type selectedProtocol : Protocol to selectedProtocol : ApplicationProtocol in method public handle(request ApplicationProtocolRequest) : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Variable Type builderA : NettyPipelineBuilder to builderA : ServerNettyPipelineBuilder in method public shouldReInstallWithPreviousGate() : void in class org.neo4j.causalclustering.protocol.NettyPipelineBuilderTest |
From |
To |
|
Change Variable Type protocolInstaller : ProtocolInstaller to protocolInstaller : ProtocolInstaller.Factory<O,?> in method public installerFor(protocolStack ProtocolStack) : ProtocolInstaller<O> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Rename Method public shouldNotSetProtocolStackForUnknownProtocol() : void renamed to public shouldExceptionallyCompleteProtocolStackForUnknownApplicationProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Rename Method public with(pipeline ChannelPipeline, log Log) : NettyPipelineBuilder renamed to public client(pipeline ChannelPipeline, log Log) : ClientNettyPipelineBuilder in class org.neo4j.causalclustering.protocol.NettyPipelineBuilder |
From |
To |
|
Rename Method public shouldDeclineUnallowedProtocol() : void renamed to public shouldDeclineUnallowedApplicationProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Rename Method public shouldSendNegativeResponseAndCloseForUnknownProtocol() : void renamed to public shouldSendNegativeResponseAndCloseForUnknownApplicationProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Rename Method public shouldCompleteProtocolStackOnSuccessfulSwitchOver() : void renamed to public shouldCompleteProtocolStackOnSuccessfulSwitchOverWithNoModifierProtocols() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Rename Method public shouldNotCloseConnectionIfKnownProtocol() : void renamed to public shouldNotCloseConnectionIfKnownApplicationProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Rename Method public shouldSendProtocolResponseForGivenProtocol() : void renamed to public shouldSendApplicationProtocolResponseForKnownProtocol() : void in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Pull Up Method public statusCode() : StatusCode from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to public statusCode() : StatusCode from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Method public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolResponse to public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Method package protocolName() : String from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRequest to public protocolName() : String from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Method public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRequest to public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Method public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRequest to public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Method public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolRequest to public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Method public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Method public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRequest to public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Method public versions() : Set<Integer> from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolRequest to public versions() : Set<Integer> from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolRequest |
From |
To |
|
Pull Up Method public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.ModifierProtocolResponse to public hashCode() : int from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Method public protocolName() : String from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to public protocolName() : String from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Method public version() : int from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to public version() : int from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Pull Up Method public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.ApplicationProtocolResponse to public equals(o Object) : boolean from class org.neo4j.causalclustering.protocol.handshake.BaseProtocolResponse |
From |
To |
|
Change Return Type NettyPipelineBuilder to ClientNettyPipelineBuilder in method public client(pipeline ChannelPipeline, log Log) : ClientNettyPipelineBuilder in class org.neo4j.causalclustering.protocol.NettyPipelineBuilder |
From |
To |
|
Change Return Type Protocol to ApplicationProtocol in method public applicationProtocol() : ApplicationProtocol in class org.neo4j.causalclustering.protocol.handshake.ProtocolStack |
From |
To |
|
Change Return Type NettyPipelineBuilder to BUILDER in method private create(channel Channel, nettyPipelineBuilder BUILDER) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilderFactory |
From |
To |
|
Change Return Type NettyPipelineBuilder to BUILDER in method public addGate(gatePredicate Predicate<Object>) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilder |
From |
To |
|
Change Return Type ProtocolSelection to ProtocolSelection<T> in method public getAll(identifier Protocol.Identifier<T>) : ProtocolSelection<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Return Type NettyPipelineBuilder to BUILDER in method public add(name String, newHandlers ChannelHandler...) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilder |
From |
To |
|
Change Return Type Optional<Protocol> to Optional<T> in method package select(protocolName String, version int) : Optional<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Return Type ProtocolInstaller to ProtocolInstaller<O> in method public installerFor(protocolStack ProtocolStack) : ProtocolInstaller<O> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Change Return Type Optional<Protocol> to Optional<T> in method private of(identifier String, version Integer) : Optional<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Return Type Optional<Protocol> to Optional<T> in method package select(protocolName String, versions Set<Integer>) : Optional<T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Return Type NettyPipelineBuilder to BUILDER in method public add(name String, newHandlers List<ChannelHandler>) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilder |
From |
To |
|
Change Attribute Type protocolMap : Map<Pair<String,Integer>,Protocol> to protocolMap : Map<Pair<String,Integer>,T> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepository |
From |
To |
|
Change Attribute Type allowedProtocol : Protocol.Identifier to applicationProtocolIdentifier : Protocol.ApplicationProtocolIdentifier in class org.neo4j.causalclustering.protocol.handshake.HandshakeServer |
From |
To |
|
Change Attribute Type identifier : Identifier to identifier : ApplicationProtocolIdentifier in class org.neo4j.causalclustering.protocol.Protocol.ApplicationProtocols |
From |
To |
|
Change Attribute Type protocolRepository : ProtocolRepository to applicationProtocolRepository : ProtocolRepository<Protocol.ApplicationProtocol> in class org.neo4j.causalclustering.protocol.handshake.NettyProtocolHandshakeIT |
From |
To |
|
Change Attribute Type allowedProtocol : Protocol.Identifier to allowedProtocol : Protocol.ApplicationProtocolIdentifier in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerInitializer |
From |
To |
|
Change Attribute Type raftProtocolServerInstaller : RaftProtocolServerInstaller to raftProtocolServerInstaller : RaftProtocolServerInstaller.Factory in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepositoryTest |
From |
To |
|
Change Attribute Type channel : ProtocolHandshakeTest.FakeChannelWrapper to channel : Channel in class org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest |
From |
To |
|
Change Attribute Type raftProtocolClientInstaller : RaftProtocolClientInstaller to raftProtocolClientInstaller : RaftProtocolClientInstaller.Factory in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepositoryTest |
From |
To |
|
Change Attribute Type knownProtocolVersions : ProtocolSelection to knownApplicationProtocolVersions : ProtocolSelection<Protocol.ApplicationProtocol> in class org.neo4j.causalclustering.protocol.handshake.HandshakeClient |
From |
To |
|
Change Attribute Type applicationProtocol : Protocol to applicationProtocol : ApplicationProtocol in class org.neo4j.causalclustering.protocol.handshake.ProtocolStack |
From |
To |
|
Change Attribute Type installers : Map<Protocol,ProtocolInstaller<O>> to installers : Map<ApplicationProtocol,ProtocolInstaller.Factory<O,?>> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Change Attribute Type serverRepository : ProtocolInstallerRepository<ProtocolInstaller.Orientation.Server> to serverRepository : ProtocolInstallerRepository<Orientation.Server> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepositoryTest |
From |
To |
|
Change Attribute Type clientRepository : ProtocolInstallerRepository<ProtocolInstaller.Orientation.Client> to clientRepository : ProtocolInstallerRepository<Orientation.Client> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepositoryTest |
From |
To |
|
Change Attribute Type protocolRepository : ProtocolRepository to protocolRepository : ProtocolRepository<Protocol.ApplicationProtocol> in class org.neo4j.causalclustering.protocol.handshake.ProtocolRepositoryTest |
From |
To |
|
Rename Parameter log : Log to nettyPipelineBuilder : BUILDER in method private create(channel Channel, nettyPipelineBuilder BUILDER) : BUILDER in class org.neo4j.causalclustering.protocol.NettyPipelineBuilderFactory |
From |
To |
|
Rename Parameter protocol : Protocol to protocolStack : ProtocolStack in method public installerFor(protocolStack ProtocolStack) : ProtocolInstaller<O> in class org.neo4j.causalclustering.protocol.ProtocolInstallerRepository |
From |
To |
|
Rename Parameter version : int to applicationProtocolVersion : int in method public SwitchOverRequest(applicationProtocolName String, applicationProtocolVersion int, modifierProtocols List<Pair<String,Integer>>) in class org.neo4j.causalclustering.protocol.handshake.SwitchOverRequest |
From |
To |
|
Rename Parameter protocolName : String to applicationProtocolName : String in method public SwitchOverRequest(applicationProtocolName String, applicationProtocolVersion int, modifierProtocols List<Pair<String,Integer>>) in class org.neo4j.causalclustering.protocol.handshake.SwitchOverRequest |
From |
To |
|
Rename Parameter applicationProtocolResponse : ApplicationProtocolResponse to protocolResponse : BaseProtocolResponse in method private encodeProtocolResponse(protocolResponse BaseProtocolResponse) : void in class org.neo4j.causalclustering.protocol.handshake.ServerMessageEncoder.Encoder |
From |
To |