|
Change Parameter Type coreState : CoreState to snapshotService : CoreSnapshotService in method public CatchupServer(logProvider LogProvider, userLogProvider LogProvider, storeIdSupplier Supplier<StoreId>, transactionIdStoreSupplier Supplier<TransactionIdStore>, logicalTransactionStoreSupplier Supplier<LogicalTransactionStore>, dataSourceSupplier Supplier<NeoStoreDataSource>, dataSourceAvailabilitySupplier BooleanSupplier, snapshotService CoreSnapshotService, config Config, monitors Monitors, checkPointerSupplier Supplier<CheckPointer>, fs FileSystemAbstraction, pageCache PageCache, storeCopyCheckPointMutex StoreCopyCheckPointMutex) in class org.neo4j.causalclustering.catchup.CatchupServer |
From |
To |
|
Change Parameter Type coreState : CoreState to snapshotService : CoreSnapshotService in method public CoreSnapshotRequestHandler(protocol CatchupServerProtocol, snapshotService CoreSnapshotService) in class org.neo4j.causalclustering.core.state.snapshot.CoreSnapshotRequestHandler |
From |
To |
|
Change Parameter Type logPruner : LogPruner to logPruner : RaftLogPruner in method public PruningScheduler(logPruner RaftLogPruner, scheduler JobScheduler, recurringPeriodMillis long, logProvider LogProvider) in class org.neo4j.causalclustering.core.consensus.log.pruning.PruningScheduler |
From |
To |
|
Move Method private flush() : void from class org.neo4j.causalclustering.core.state.CommandApplicationProcess to package flush(lastApplied long) : void from class org.neo4j.causalclustering.core.state.CoreState |
From |
To |
|
Move Method public stop() : void from class org.neo4j.causalclustering.core.state.CoreState to public stop() : void from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Method public handle(clusterIdAwareMessage RaftMessages.ClusterIdAwareMessage) : void from class org.neo4j.causalclustering.core.state.CoreState to public handle(clusterIdAwareMessage RaftMessages.ClusterIdAwareMessage) : void from class org.neo4j.causalclustering.core.state.RaftMessageHandler |
From |
To |
|
Move Method private downloadSnapshot(source MemberId) : void from class org.neo4j.causalclustering.core.state.CoreState to private downloadSnapshot(source MemberId) : void from class org.neo4j.causalclustering.core.state.RaftMessageHandler |
From |
To |
|
Move Method public init() : void from class org.neo4j.causalclustering.core.state.CoreState to public init() : void from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Method public prune() : void from class org.neo4j.causalclustering.core.state.CoreState to public prune() : void from class org.neo4j.causalclustering.core.state.RaftLogPruner |
From |
To |
|
Move Method private notifyCommitted(commitIndex long) : void from class org.neo4j.causalclustering.core.state.CoreState to private notifyCommitted(commitIndex long) : void from class org.neo4j.causalclustering.core.state.RaftMessageHandler |
From |
To |
|
Move Method public start() : void from class org.neo4j.causalclustering.core.state.CoreState to public start() : void from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Method public shutdown() : void from class org.neo4j.causalclustering.core.state.CoreState to public shutdown() : void from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private downloader : CoreStateDownloader from class org.neo4j.causalclustering.core.state.CoreState to private downloader : CoreStateDownloader from class org.neo4j.causalclustering.core.state.RaftMessageHandler |
From |
To |
|
Move Attribute private clusterBinder : ClusterBinder from class org.neo4j.causalclustering.core.state.CoreState to private clusterBinder : ClusterBinder from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private lastFlushedStorage : StateStorage<Long> from class org.neo4j.causalclustering.core.state.CommandApplicationProcess to private lastFlushedStorage : StateStorage<Long> from class org.neo4j.causalclustering.core.state.CoreState |
From |
To |
|
Move Attribute private coreState : CoreState from class org.neo4j.causalclustering.core.state.snapshot.CoreSnapshotRequestHandler to private coreState : CoreState from class org.neo4j.causalclustering.core.state.CoreSnapshotService |
From |
To |
|
Move Attribute private log : Log from class org.neo4j.causalclustering.core.state.CoreState to private log : Log from class org.neo4j.causalclustering.core.state.RaftMessageHandler |
From |
To |
|
Move Attribute private coreState : CoreState from class org.neo4j.causalclustering.core.state.snapshot.CoreStateDownloaderTest to private coreState : CoreState from class org.neo4j.causalclustering.core.state.CoreSnapshotService |
From |
To |
|
Move Attribute private lastApplied : long from class org.neo4j.causalclustering.core.state.CommandApplicationProcess to private lastApplied : long from class org.neo4j.causalclustering.core.state.CommandApplicationProcess.ApplierState |
From |
To |
|
Move Attribute private localDatabase : LocalDatabase from class org.neo4j.causalclustering.core.state.CoreState to private localDatabase : LocalDatabase from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private raftMachine : RaftMachine from class org.neo4j.causalclustering.core.state.CoreState to private raftMachine : RaftMachine from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private coreStateMachines : CoreStateMachines from class org.neo4j.causalclustering.core.state.CommandApplicationProcess to private coreStateMachines : CoreStateMachines from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private coreState : CoreState from class org.neo4j.causalclustering.catchup.CatchupServer to private coreState : CoreState from class org.neo4j.causalclustering.core.state.CoreSnapshotService |
From |
To |
|
Move Attribute private applicationProcess : CommandApplicationProcess from class org.neo4j.causalclustering.core.state.CoreState to private applicationProcess : CommandApplicationProcess from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private coreStateMachines : CoreStateMachines from class org.neo4j.causalclustering.core.state.CommandApplicationProcessTest to private coreStateMachines : CoreStateMachines from class org.neo4j.causalclustering.core.state.CoreLife |
From |
To |
|
Move Attribute private lastSeenCommitIndex : long from class org.neo4j.causalclustering.core.state.CommandApplicationProcess to private lastSeenCommitIndex : long from class org.neo4j.causalclustering.core.state.CommandApplicationProcess.ApplierState |
From |
To |
|
Change Attribute Type logPruner : LogPruner to logPruner : RaftLogPruner in class org.neo4j.causalclustering.core.consensus.log.pruning.PruningScheduler |
From |
To |
|
Change Attribute Type coreState : CoreState to snapshotService : CoreSnapshotService in class org.neo4j.causalclustering.core.state.snapshot.CoreSnapshotRequestHandler |
From |
To |
|
Change Attribute Type batcher : OperationBatcher to batcher : CommandBatcher in class org.neo4j.causalclustering.core.state.CommandApplicationProcess |
From |
To |
|
Change Attribute Type logPruner : LogPruner to logPruner : RaftLogPruner in class org.neo4j.causalclustering.core.consensus.log.pruning.PruningSchedulerTest |
From |
To |
|
Change Attribute Type coreState : CoreState to snapshotService : CoreSnapshotService in class org.neo4j.causalclustering.catchup.CatchupServer |
From |
To |
|
Change Attribute Type coreStateMachines : CoreStateMachines to coreState : CoreState in class org.neo4j.causalclustering.core.state.CommandApplicationProcess |
From |
To |
|
Change Attribute Type coreStateMachines : CoreStateMachines to coreState : CoreState in class org.neo4j.causalclustering.core.state.CommandApplicationProcessTest |
From |
To |
|
Rename Parameter coreState : CoreState to snapshotService : CoreSnapshotService in method public CatchupServer(logProvider LogProvider, userLogProvider LogProvider, storeIdSupplier Supplier<StoreId>, transactionIdStoreSupplier Supplier<TransactionIdStore>, logicalTransactionStoreSupplier Supplier<LogicalTransactionStore>, dataSourceSupplier Supplier<NeoStoreDataSource>, dataSourceAvailabilitySupplier BooleanSupplier, snapshotService CoreSnapshotService, config Config, monitors Monitors, checkPointerSupplier Supplier<CheckPointer>, fs FileSystemAbstraction, pageCache PageCache, storeCopyCheckPointMutex StoreCopyCheckPointMutex) in class org.neo4j.causalclustering.catchup.CatchupServer |
From |
To |
|
Rename Parameter coreState : CoreState to snapshotService : CoreSnapshotService in method public CoreSnapshotRequestHandler(protocol CatchupServerProtocol, snapshotService CoreSnapshotService) in class org.neo4j.causalclustering.core.state.snapshot.CoreSnapshotRequestHandler |
From |
To |