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