|
Change Parameter Type transactionMetadataCache : TransactionMetadataCache to logHeaderCache : LogHeaderCache in method private createPhysicalLogFile(transactionIdStore TransactionIdStore, logHeaderCache LogHeaderCache) : PhysicalLogFile in class org.neo4j.kernel.impl.transaction.log.stresstest.workload.Runner |
From |
To |
|
Change Parameter Type transactionMetadataCache : TransactionMetadataCache to logHeaderCache : LogHeaderCache in method public PhysicalLogFile(fileSystem FileSystemAbstraction, logFiles PhysicalLogFiles, rotateAtSize long, lastCommittedId Supplier<Long>, logVersionRepository LogVersionRepository, monitor Monitor, logHeaderCache LogHeaderCache) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFile |
From |
To |
|
Change Parameter Type transactionIdStore : TransactionIdStore to lastCommittedId : Supplier<Long> in method public PhysicalLogFile(fileSystem FileSystemAbstraction, logFiles PhysicalLogFiles, rotateAtSize long, lastCommittedId Supplier<Long>, logVersionRepository LogVersionRepository, monitor Monitor, logHeaderCache LogHeaderCache) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFile |
From |
To |
|
Change Parameter Type transactionMetadataCache : TransactionMetadataCache to logHeaderCache : LogHeaderCache in method public PhysicalLogFileInformation(logFiles PhysicalLogFiles, logHeaderCache LogHeaderCache, transactionIdStore TransactionIdStore, logVersionToTimestamp LogVersionToTimestamp) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation |
From |
To |
|
Move Method public putHeader(logVersion long, previousLogLastCommittedTx long) : void from class org.neo4j.kernel.impl.transaction.log.TransactionMetadataCache to public putHeader(logVersion long, previousLogLastCommittedTx long) : void from class org.neo4j.kernel.impl.transaction.log.LogHeaderCache |
From |
To |
|
Move Method public shouldReturnNegativeNumberWhenThereIsNoHeaderInTheCache() : void from class org.neo4j.kernel.impl.transaction.TransactionMetadataCacheTest to public shouldReturnNegativeNumberWhenThereIsNoHeaderInTheCache() : void from class org.neo4j.kernel.impl.transaction.LogHeaderCacheTest |
From |
To |
|
Move Method public getLogHeader(logVersion long) : long from class org.neo4j.kernel.impl.transaction.log.TransactionMetadataCache to public getLogHeader(logVersion long) : long from class org.neo4j.kernel.impl.transaction.log.LogHeaderCache |
From |
To |
|
Move Method public shouldReturnTheHeaderIfInTheCache() : void from class org.neo4j.kernel.impl.transaction.TransactionMetadataCacheTest to public shouldReturnTheHeaderIfInTheCache() : void from class org.neo4j.kernel.impl.transaction.LogHeaderCacheTest |
From |
To |
|
Rename Parameter transactionMetadataCache : TransactionMetadataCache to logHeaderCache : LogHeaderCache in method public PhysicalLogFileInformation(logFiles PhysicalLogFiles, logHeaderCache LogHeaderCache, transactionIdStore TransactionIdStore, logVersionToTimestamp LogVersionToTimestamp) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFileInformation |
From |
To |
|
Rename Parameter transactionMetadataCache : TransactionMetadataCache to logHeaderCache : LogHeaderCache in method private createPhysicalLogFile(transactionIdStore TransactionIdStore, logHeaderCache LogHeaderCache) : PhysicalLogFile in class org.neo4j.kernel.impl.transaction.log.stresstest.workload.Runner |
From |
To |
|
Rename Parameter transactionMetadataCache : TransactionMetadataCache to logHeaderCache : LogHeaderCache in method public PhysicalLogFile(fileSystem FileSystemAbstraction, logFiles PhysicalLogFiles, rotateAtSize long, lastCommittedId Supplier<Long>, logVersionRepository LogVersionRepository, monitor Monitor, logHeaderCache LogHeaderCache) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFile |
From |
To |
|
Rename Parameter transactionIdStore : TransactionIdStore to lastCommittedId : Supplier<Long> in method public PhysicalLogFile(fileSystem FileSystemAbstraction, logFiles PhysicalLogFiles, rotateAtSize long, lastCommittedId Supplier<Long>, logVersionRepository LogVersionRepository, monitor Monitor, logHeaderCache LogHeaderCache) in class org.neo4j.kernel.impl.transaction.log.PhysicalLogFile |
From |
To |