|
Change Parameter Type msg : PrepareStoreCopyResponse to msg : GetStoreRequest in method protected channelRead0(ctx ChannelHandlerContext, msg GetStoreRequest) : void in class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestHandler |
From |
To |
|
Change Parameter Type msg : GetIndexFilesRequest to msg : GetStoreRequest in method protected encode(ctx ChannelHandlerContext, msg GetStoreRequest, out ByteBuf) : void in class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestEncoder |
From |
To |
|
Change Parameter Type addressProvider : CatchupAddressProvider to source : MemberId in method package downloadSnapshot(source MemberId) : void in class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloader |
From |
To |
|
Change Parameter Type addressProvider : CatchupAddressProvider to source : AdvertisedSocketAddress in method public replaceWithStoreFrom(source AdvertisedSocketAddress, expectedStoreId StoreId) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyProcess |
From |
To |
|
Change Parameter Type protocol : CatchupClientProtocol to protocol : CatchupServerProtocol in method public GetStoreRequestHandler(protocol CatchupServerProtocol, dataSource Supplier<NeoStoreDataSource>, storeStreamingProcess StoreStreamingProcess) in class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestHandler |
From |
To |
|
Change Parameter Type addressProvider : CatchupAddressProvider to source : MemberId in method package downloadSnapshot(source MemberId) : void in class org.neo4j.causalclustering.core.state.snapshot.PersistentSnapshotDownloaderTest.EventuallySuccessfulDownloader |
From |
To |
|
Change Parameter Type addressProvider : CatchupAddressProvider to leaderLocator : LeaderLocator in method public scheduleDownload(leaderLocator LeaderLocator) : void in class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloaderService |
From |
To |
|
Change Parameter Type addressProvider : CatchupAddressProvider to leaderLocator : LeaderLocator in method package PersistentSnapshotDownloader(leaderLocator LeaderLocator, applicationProcess CommandApplicationProcess, downloader CoreStateDownloader, log Log, pauseStrategy TimeoutStrategy.Timeout) in class org.neo4j.causalclustering.core.state.snapshot.PersistentSnapshotDownloader |
From |
To |
|
Change Parameter Type protocol : StoreFileStreamingProtocol to protocol : StoreStreamingProtocol in method public StoreStreamingProcess(protocol StoreStreamingProtocol, checkPointerSupplier Supplier<CheckPointer>, mutex StoreCopyCheckPointMutex, resourceStreamFactory StoreResourceStreamFactory) in class org.neo4j.causalclustering.catchup.storecopy.StoreStreamingProcess |
From |
To |
|
Change Parameter Type handler : CatchUpResponseHandler to dataSource : Supplier<NeoStoreDataSource> in method public GetStoreRequestHandler(protocol CatchupServerProtocol, dataSource Supplier<NeoStoreDataSource>, storeStreamingProcess StoreStreamingProcess) in class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestHandler |
From |
To |
|
Change Parameter Type addressProvider : CatchupAddressProvider to from : AdvertisedSocketAddress in method public copy(from AdvertisedSocketAddress, expectedStoreId StoreId, destDir File) : void in class org.neo4j.causalclustering.catchup.storecopy.RemoteStore |
From |
To |
|
Change Parameter Type resource : StoreResource to resources : RawCursor<StoreResource,IOException> in method package stream(ctx ChannelHandlerContext, resources RawCursor<StoreResource,IOException>) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreStreamingProtocol |
From |
To |
|
Move Attribute private labelScanStore : LabelScanStore from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileIndexListing to private labelScanStore : LabelScanStore from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Move Attribute private explicitIndexProviders : ExplicitIndexProviderLookup from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileIndexListing to private explicitIndexProviders : ExplicitIndexProviderLookup from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Move Attribute private indexingService : IndexingService from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileIndexListing to private indexingService : IndexingService from class org.neo4j.kernel.impl.transaction.state.NeoStoreFileListing |
From |
To |
|
Move Attribute private topologyService : TopologyService from class org.neo4j.causalclustering.core.RaftServerModule to private topologyService : TopologyService from class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloader |
From |
To |
|
Move Attribute private topologyService : TopologyService from class org.neo4j.causalclustering.catchup.CatchupAddressProvider.TopologyBasedAddressProvider to private topologyService : TopologyService from class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloader |
From |
To |
|
Move Attribute private topologyService : TopologyService from class org.neo4j.causalclustering.core.state.RaftMessageApplier to private topologyService : TopologyService from class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloader |
From |
To |
|
Rename Parameter addressProvider : CatchupAddressProvider to leaderLocator : LeaderLocator in method package PersistentSnapshotDownloader(leaderLocator LeaderLocator, applicationProcess CommandApplicationProcess, downloader CoreStateDownloader, log Log, pauseStrategy TimeoutStrategy.Timeout) in class org.neo4j.causalclustering.core.state.snapshot.PersistentSnapshotDownloader |
From |
To |
|
Rename Parameter handler : CatchUpResponseHandler to dataSource : Supplier<NeoStoreDataSource> in method public GetStoreRequestHandler(protocol CatchupServerProtocol, dataSource Supplier<NeoStoreDataSource>, storeStreamingProcess StoreStreamingProcess) in class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestHandler |
From |
To |
|
Rename Parameter addressProvider : CatchupAddressProvider to from : AdvertisedSocketAddress in method public copy(from AdvertisedSocketAddress, expectedStoreId StoreId, destDir File) : void in class org.neo4j.causalclustering.catchup.storecopy.RemoteStore |
From |
To |
|
Rename Parameter resource : StoreResource to resources : RawCursor<StoreResource,IOException> in method package stream(ctx ChannelHandlerContext, resources RawCursor<StoreResource,IOException>) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreStreamingProtocol |
From |
To |
|
Rename Parameter addressProvider : CatchupAddressProvider to source : MemberId in method package downloadSnapshot(source MemberId) : void in class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloader |
From |
To |
|
Rename Parameter in : ByteBuf to msg : ByteBuf in method protected decode(ctx ChannelHandlerContext, msg ByteBuf, out List<Object>) : void in class org.neo4j.causalclustering.catchup.storecopy.GetStoreRequestDecoder |
From |
To |
|
Rename Parameter addressProvider : CatchupAddressProvider to source : AdvertisedSocketAddress in method public replaceWithStoreFrom(source AdvertisedSocketAddress, expectedStoreId StoreId) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyProcess |
From |
To |
|
Rename Parameter addressProvider : CatchupAddressProvider to source : MemberId in method package downloadSnapshot(source MemberId) : void in class org.neo4j.causalclustering.core.state.snapshot.PersistentSnapshotDownloaderTest.EventuallySuccessfulDownloader |
From |
To |
|
Rename Parameter addressProvider : CatchupAddressProvider to leaderLocator : LeaderLocator in method public scheduleDownload(leaderLocator LeaderLocator) : void in class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloaderService |
From |
To |