|
Change Parameter Type catchupServer : StrippedCatchupServer to catchupServer : TestCatchupServer in method package SimpleCatchupClient(graphDb GraphDatabaseAPI, fileSystemAbstraction FileSystemAbstraction, catchUpClient CatchUpClient, catchupServer TestCatchupServer, temporaryDirectory File, logProvider LogProvider) in class org.neo4j.causalclustering.catchup.storecopy.SimpleCatchupClient |
From |
To |
|
Change Parameter Type installedProtocolsHandler : ChannelHandler to installedProtocolsHandler : ChannelInboundHandler 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>, installedProtocolsHandler ChannelInboundHandler) in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type channelInitializer : ChannelInitializer<SocketChannel> to childInitializer : ChildInitializer in method public TransactionBackupServiceProvider(logProvider LogProvider, userLogProvider LogProvider, childInitializer ChildInitializer, parentHandler ChannelInboundHandler) in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Change Parameter Type installedProtocolsHandler : ChannelHandler to installedProtocolsHandler : ChannelInboundHandler 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>, installedProtocolsHandler ChannelInboundHandler) : void in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type installedProtocolsHandler : ChannelHandler to installedProtocolsHandler : ChannelInboundHandler in method private createRaftServer(coreServerModule CoreServerModule, messageHandlerChain LifecycleMessageHandler<ReceivedInstantClusterIdAwareMessage<?>>, installedProtocolsHandler ChannelInboundHandler) : void in class org.neo4j.causalclustering.core.RaftServerModule |
From |
To |
|
Change Parameter Type serverHandler : ChannelHandler to parentHandler : ChannelInboundHandler in method public TransactionBackupServiceProvider(logProvider LogProvider, userLogProvider LogProvider, childInitializer ChildInitializer, parentHandler ChannelInboundHandler) in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Change Parameter Type config : Config to handshakeTimeout : Duration in method public HandshakeClientInitializer(applicationProtocolRepository ApplicationProtocolRepository, modifierProtocolRepository ModifierProtocolRepository, protocolInstallerRepository ProtocolInstallerRepository<ProtocolInstaller.Orientation.Client>, pipelineBuilderFactory NettyPipelineBuilderFactory, handshakeTimeout Duration, logProvider LogProvider) in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientInitializer |
From |
To |
|
Push Down Attribute private indexSnapshotRequestHandler : GetIndexSnapshotRequestHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to private indexSnapshotRequestHandler : GetIndexSnapshotRequestHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Attribute private storeFileRequestHandler : GetStoreFileRequestHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to private storeFileRequestHandler : GetStoreFileRequestHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Attribute private storeListingRequestHandler : PrepareStoreCopyRequestHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to private storeListingRequestHandler : PrepareStoreCopyRequestHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Attribute private storeIdRequestHandler : GetStoreIdRequestHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to private storeIdRequestHandler : GetStoreIdRequestHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Attribute private snapshotHandler : CoreSnapshotRequestHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to private snapshotHandler : CoreSnapshotRequestHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Attribute private txPullRequestHandler : TxPullRequestHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to private txPullRequestHandler : TxPullRequestHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public serverMessageHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public getStoreIdRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public serverMessageHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public getStoreFileRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public serverMessageHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public txPullRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public serverMessageHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public getIndexSnapshotRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public txPullRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public txPullRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public getStoreFileRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public getStoreFileRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public snapshotHandler() : Optional<ChannelHandler> from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public snapshotHandler() : Optional<ChannelHandler> from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public getIndexSnapshotRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public getIndexSnapshotRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public getStoreIdRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public getStoreIdRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public serverMessageHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public storeListingRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public CatchupServerHandler(protocol CatchupServerProtocol, monitors Monitors, logProvider LogProvider, storeIdSupplier Supplier<StoreId>, transactionIdStoreSupplier Supplier<TransactionIdStore>, logicalTransactionStoreSupplier Supplier<LogicalTransactionStore>, dataSourceSupplier Supplier<NeoStoreDataSource>, dataSourceAvailabilitySupplier BooleanSupplier, fs FileSystemAbstraction, pageCache PageCache, storeCopyCheckPointMutex StoreCopyCheckPointMutex, snapshotService CoreSnapshotService, checkPointerSupplier Supplier<CheckPointer>) from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public RegularCatchupServerHandler(protocol CatchupServerProtocol, monitors Monitors, logProvider LogProvider, storeIdSupplier Supplier<StoreId>, transactionIdStoreSupplier Supplier<TransactionIdStore>, logicalTransactionStoreSupplier Supplier<LogicalTransactionStore>, dataSourceSupplier Supplier<NeoStoreDataSource>, dataSourceAvailabilitySupplier BooleanSupplier, fs FileSystemAbstraction, pageCache PageCache, storeCopyCheckPointMutex StoreCopyCheckPointMutex, snapshotService CoreSnapshotService, checkPointerSupplier Supplier<CheckPointer>) from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Push Down Method public storeListingRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.CatchupServerHandler to public storeListingRequestHandler() : ChannelHandler from class org.neo4j.causalclustering.catchup.RegularCatchupServerHandler |
From |
To |
|
Rename Attribute dbgLog : Log to debugLog : Log in class org.neo4j.causalclustering.net.Server |
From |
To |
|
Rename Attribute serverHandler : ChannelHandler to parentHandler : ChannelInboundHandler in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Rename Attribute channelInitializer : ChannelInitializer<SocketChannel> to childInitializer : ChildInitializer in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Rename Attribute fileSystemAbstraction : FileSystemAbstraction to fsa : FileSystemAbstraction in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClientIT |
From |
To |
|
Rename Attribute catchUpClient : CatchUpClient to catchupClient : CatchUpClient in class org.neo4j.causalclustering.catchup.storecopy.CatchupServerIT |
From |
To |
|
Rename Attribute serverAddress : SocketAddress to listenAddress : ListenSocketAddress in class org.neo4j.causalclustering.messaging.ReconnectingChannelIT |
From |
To |
|
Change Attribute Type catchupServer : StrippedCatchupServer to catchupServer : TestCatchupServer in class org.neo4j.causalclustering.catchup.storecopy.CatchupServerIT |
From |
To |
|
Change Attribute Type serverAddress : SocketAddress to listenAddress : ListenSocketAddress in class org.neo4j.causalclustering.messaging.ReconnectingChannelIT |
From |
To |
|
Change Attribute Type server : TestServer to server : Server in class org.neo4j.causalclustering.messaging.ReconnectingChannelIT |
From |
To |
|
Change Attribute Type catchupServer : StrippedCatchupServer to catchupServer : TestCatchupServer in class org.neo4j.causalclustering.catchup.storecopy.SimpleCatchupClient |
From |
To |
|
Change Attribute Type channelInitializer : ChannelInitializer<SocketChannel> to childInitializer : ChildInitializer in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Change Attribute Type serverHandler : ChannelHandler to parentHandler : ChannelInboundHandler in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Rename Parameter dbgLogProvider : LogProvider to debugLogProvider : LogProvider in method public Server(childInitializer ChildInitializer, parentHandler ChannelInboundHandler, debugLogProvider LogProvider, userLogProvider LogProvider, listenAddress ListenSocketAddress, serverName String) in class org.neo4j.causalclustering.net.Server |
From |
To |
|
Rename Parameter serverHandler : ChannelHandler to parentHandler : ChannelInboundHandler in method public TransactionBackupServiceProvider(logProvider LogProvider, userLogProvider LogProvider, childInitializer ChildInitializer, parentHandler ChannelInboundHandler) in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Rename Parameter channelInitializer : ChannelInitializer<SocketChannel> to childInitializer : ChildInitializer in method public TransactionBackupServiceProvider(logProvider LogProvider, userLogProvider LogProvider, childInitializer ChildInitializer, parentHandler ChannelInboundHandler) in class org.neo4j.causalclustering.core.TransactionBackupServiceProvider |
From |
To |
|
Rename Parameter config : Config to handshakeTimeout : Duration in method public HandshakeClientInitializer(applicationProtocolRepository ApplicationProtocolRepository, modifierProtocolRepository ModifierProtocolRepository, protocolInstallerRepository ProtocolInstallerRepository<ProtocolInstaller.Orientation.Client>, pipelineBuilderFactory NettyPipelineBuilderFactory, handshakeTimeout Duration, logProvider LogProvider) in class org.neo4j.causalclustering.protocol.handshake.HandshakeClientInitializer |
From |
To |