b3adecbf0fb33a0be650818f7b5c42e304bc90e3
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public addEdgeServerWithFileLocation(serverId int) : void renamed to public addEdgeServerWithId(serverId int) : void in class org.neo4j.coreedge.discovery.Cluster | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type txPullResponseListener : TxPullResponseListener to txPullIntervalMillis : long in method public TxPollingClient(logProvider LogProvider, coreClient CoreClient, connectionStrategy CoreServerSelectionStrategy, timeoutService RenewableTimeoutService, txPullIntervalMillis long, applier BatchingTxApplier) in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To | |
| Change Parameter Type txPuller : TxPollingClient to txPulling : Lifecycle in method public EdgeServerStartupProcess(storeFetcher StoreFetcher, localDatabase LocalDatabase, txPulling Lifecycle, dataSourceManager DataSourceManager, connectionStrategy CoreServerSelectionStrategy, retryStrategy RetryStrategy, logProvider LogProvider, discoveryService EdgeTopologyService, config Config) in class org.neo4j.coreedge.server.edge.EdgeServerStartupProcess | From | To | |
| Rename Variable | 2 | ||
| Rename Variable txPuller : TxPollingClient to txPulling : Lifecycle in method public stopShouldStopTheDatabaseAndStopPolling() : void in class org.neo4j.coreedge.EdgeServerStartupProcessTest | From | To | |
| Rename Variable txPuller : TxPollingClient to txPulling : Lifecycle in method public startShouldReplaceLocalStoreWithStoreFromCoreServerAndStartPolling() : void in class org.neo4j.coreedge.EdgeServerStartupProcessTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private log : Log from class org.neo4j.coreedge.catchup.tx.edge.ApplyPulledTransactions to private log : Log from class org.neo4j.coreedge.catchup.tx.edge.TransactionLogCatchUpWriter | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute jobScheduler : JobScheduler to applier : BatchingTxApplier in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To | |
| Rename Attribute txPuller : TxPollingClient to txPulling : Lifecycle in class org.neo4j.coreedge.server.edge.EdgeServerStartupProcess | From | To | |
| Rename Attribute pollingInterval : long to timeoutService : RenewableTimeoutService in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type txPuller : TxPollingClient to txPulling : Lifecycle in method public stopShouldStopTheDatabaseAndStopPolling() : void in class org.neo4j.coreedge.EdgeServerStartupProcessTest | From | To | |
| Change Variable Type txPuller : TxPollingClient to txPulling : Lifecycle in method public startShouldReplaceLocalStoreWithStoreFromCoreServerAndStartPolling() : void in class org.neo4j.coreedge.EdgeServerStartupProcessTest | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.neo4j.coreedge.catchup.tx.edge.TxPullListener from classes [org.neo4j.coreedge.catchup.tx.edge.TxPollingClient] | From | To | |
| Inline Variable | 1 | ||
| Inline Variable edgeGraphDatabases : Set<EdgeGraphDatabase> in method public shouldEventuallyPullTransactionDownToAllEdgeServers() : void from class org.neo4j.coreedge.scenarios.EdgeServerReplicationIT | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type txPuller : TxPollingClient to txPulling : Lifecycle in class org.neo4j.coreedge.server.edge.EdgeServerStartupProcess | From | To | |
| Change Attribute Type jobScheduler : JobScheduler to applier : BatchingTxApplier in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To | |
| Change Attribute Type pollingInterval : long to timeoutService : RenewableTimeoutService in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter txPullResponseListener : TxPullResponseListener to txPullIntervalMillis : long in method public TxPollingClient(logProvider LogProvider, coreClient CoreClient, connectionStrategy CoreServerSelectionStrategy, timeoutService RenewableTimeoutService, txPullIntervalMillis long, applier BatchingTxApplier) in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To | |
| Rename Parameter txPuller : TxPollingClient to txPulling : Lifecycle in method public EdgeServerStartupProcess(storeFetcher StoreFetcher, localDatabase LocalDatabase, txPulling Lifecycle, dataSourceManager DataSourceManager, connectionStrategy CoreServerSelectionStrategy, retryStrategy RetryStrategy, logProvider LogProvider, discoveryService EdgeTopologyService, config Config) in class org.neo4j.coreedge.server.edge.EdgeServerStartupProcess | From | To | |
| Rename Parameter pollingInterval : long to txPullIntervalMillis : long in method public TxPollingClient(logProvider LogProvider, coreClient CoreClient, connectionStrategy CoreServerSelectionStrategy, timeoutService RenewableTimeoutService, txPullIntervalMillis long, applier BatchingTxApplier) in class org.neo4j.coreedge.catchup.tx.edge.TxPollingClient | From | To |