b3bb64ca95d1bcfc583795f26520ee769870c642
Files Diff
- Added: 2
- Removed: 6
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public mustUseIoLimiterFromFlushControl() : void renamed to public mustUseIoLimiterFromFlushing() : void in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImplTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type flushControl : CheckPointFlushControl to ioLimiter : IOLimiter in method public CheckPointerImpl(transactionIdStore TransactionIdStore, threshold CheckPointThreshold, storageEngine StorageEngine, logPruning LogPruning, appender TransactionAppender, databaseHealth DatabaseHealth, logProvider LogProvider, tracer CheckPointTracer, ioLimiter IOLimiter, lock Lock) in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImpl | From | To | |
Change Parameter Type checkPointFlushControl : CheckPointFlushControl to ioLimiter : IOLimiter in method public CheckPointerImpl(transactionIdStore TransactionIdStore, threshold CheckPointThreshold, storageEngine StorageEngine, logPruning LogPruning, appender TransactionAppender, databaseHealth DatabaseHealth, logProvider LogProvider, tracer CheckPointTracer, ioLimiter IOLimiter) in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImpl | From | To | |
Change Parameter Type checkPointFlushControl : CheckPointFlushControl to ioLimiter : IOLimiter in method public NeoStoreDataSource(storeDir File, config Config, idGeneratorFactory IdGeneratorFactory, logService LogService, scheduler JobScheduler, tokenNameLookup TokenNameLookup, dependencyResolver DependencyResolver, propertyKeyTokens PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, lockManager Locks, schemaWriteGuard SchemaWriteGuard, transactionEventHandlers TransactionEventHandlers, indexingServiceMonitor IndexingService.Monitor, fs FileSystemAbstraction, transactionMonitor TransactionMonitor, databaseHealth DatabaseHealth, physicalLogMonitor PhysicalLogFile.Monitor, transactionHeaderInformationFactory TransactionHeaderInformationFactory, startupStatistics StartupStatisticsProvider, guard Guard, commitProcessFactory CommitProcessFactory, autoIndexing AutoIndexing, pageCache PageCache, constraintSemantics ConstraintSemantics, monitors Monitors, tracers Tracers, procedures Procedures, ioLimiter IOLimiter) in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
Rename Variable | 3 | ||
Rename Variable doneRush : AtomicBoolean to doneDisablingLimits : AtomicBoolean in method public mustFlushAsFastAsPossibleDuringTryCheckPoint() : void in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImplTest | From | To | |
Rename Variable doneRush : AtomicBoolean to doneDisablingLimits : AtomicBoolean in method public mustFlushAsFastAsPossibleDuringForceCheckPoint() : void in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImplTest | From | To | |
Rename Variable rushCounter : AtomicLong to limitDisableCounter : AtomicLong in method private verifyAsyncActionCausesConcurrentFlushingRush(asyncAction ThrowingConsumer<CheckPointerImpl,IOException>) : void in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImplTest | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.impl.enterprise.transaction.log.checkpoint.ConfigurableCheckPointFlushControl renamed to org.neo4j.kernel.impl.enterprise.transaction.log.checkpoint.ConfigurableIOLimiter | From | To | |
Rename Attribute | 4 | ||
Rename Attribute rushCount : int to disabledCount : int in class org.neo4j.kernel.impl.enterprise.transaction.log.checkpoint.ConfigurableIOLimiter | From | To | |
Rename Attribute checkPointFlushControl : CheckPointFlushControl to ioLimiter : IOLimiter in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
Rename Attribute flushControl : CheckPointFlushControl to ioLimiter : IOLimiter in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImpl | From | To | |
Rename Attribute flushControl : CheckPointFlushControl to limiter : IOLimiter in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImplTest | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type checkPointFlushControl : CheckPointFlushControl to ioLimiter : IOLimiter in class org.neo4j.kernel.NeoStoreDataSource | From | To | |
Change Attribute Type rushUpdater : AtomicIntegerFieldUpdater<ConfigurableCheckPointFlushControl> to rushUpdater : AtomicIntegerFieldUpdater<ConfigurableIOLimiter> in class org.neo4j.kernel.impl.enterprise.transaction.log.checkpoint.ConfigurableIOLimiter | From | To | |
Change Attribute Type flushControl : CheckPointFlushControl to limiter : IOLimiter in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImplTest | From | To | |
Change Attribute Type flushControl : CheckPointFlushControl to ioLimiter : IOLimiter in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImpl | From | To | |
Rename Parameter | 3 | ||
Rename Parameter flushControl : CheckPointFlushControl to ioLimiter : IOLimiter in method public CheckPointerImpl(transactionIdStore TransactionIdStore, threshold CheckPointThreshold, storageEngine StorageEngine, logPruning LogPruning, appender TransactionAppender, databaseHealth DatabaseHealth, logProvider LogProvider, tracer CheckPointTracer, ioLimiter IOLimiter, lock Lock) in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImpl | From | To | |
Rename Parameter checkPointFlushControl : CheckPointFlushControl to ioLimiter : IOLimiter in method public CheckPointerImpl(transactionIdStore TransactionIdStore, threshold CheckPointThreshold, storageEngine StorageEngine, logPruning LogPruning, appender TransactionAppender, databaseHealth DatabaseHealth, logProvider LogProvider, tracer CheckPointTracer, ioLimiter IOLimiter) in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointerImpl | From | To | |
Rename Parameter checkPointFlushControl : CheckPointFlushControl to ioLimiter : IOLimiter in method public NeoStoreDataSource(storeDir File, config Config, idGeneratorFactory IdGeneratorFactory, logService LogService, scheduler JobScheduler, tokenNameLookup TokenNameLookup, dependencyResolver DependencyResolver, propertyKeyTokens PropertyKeyTokenHolder, labelTokens LabelTokenHolder, relationshipTypeTokens RelationshipTypeTokenHolder, lockManager Locks, schemaWriteGuard SchemaWriteGuard, transactionEventHandlers TransactionEventHandlers, indexingServiceMonitor IndexingService.Monitor, fs FileSystemAbstraction, transactionMonitor TransactionMonitor, databaseHealth DatabaseHealth, physicalLogMonitor PhysicalLogFile.Monitor, transactionHeaderInformationFactory TransactionHeaderInformationFactory, startupStatistics StartupStatisticsProvider, guard Guard, commitProcessFactory CommitProcessFactory, autoIndexing AutoIndexing, pageCache PageCache, constraintSemantics ConstraintSemantics, monitors Monitors, tracers Tracers, procedures Procedures, ioLimiter IOLimiter) in class org.neo4j.kernel.NeoStoreDataSource | From | To |