|
Move Attribute public fs : EphemeralFileSystemRule from class org.neo4j.kernel.impl.store.StoreVersionTrailerUtilTest to public fs : EphemeralFileSystemRule from class org.neo4j.kernel.impl.storemigration.StoreVersionCheckTest |
From |
To |
|
Move Attribute private fs : FileSystemAbstraction from class org.neo4j.kernel.impl.storemigration.legacystore.v21.Legacy21Store to private fs : FileSystemAbstraction from class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStoreVersionCheck |
From |
To |
|
Move Attribute private idGeneratorFactory : IdGeneratorFactory from class org.neo4j.kernel.impl.store.TestDynamicStore to private idGeneratorFactory : IdGeneratorFactory from class org.neo4j.kernel.impl.store.CommonAbstractStoreTest |
From |
To |
|
Move Attribute private fs : FileSystemAbstraction from class org.neo4j.kernel.impl.storemigration.legacystore.v21.Legacy21Store to private fs : FileSystemAbstraction from class upgrade.StoreUpgraderInterruptionTestIT |
From |
To |
|
Move Attribute public fs : EphemeralFileSystemRule from class org.neo4j.kernel.impl.store.StoreVersionTest to public fs : EphemeralFileSystemRule from class org.neo4j.kernel.impl.storemigration.StoreVersionCheckTest |
From |
To |
|
Move Attribute private pageCache : PageCache from class org.neo4j.kernel.impl.storemigration.SchemaIndexMigrator to private pageCache : PageCache from class org.neo4j.kernel.impl.store.CommonAbstractStoreTest |
From |
To |
|
Move Attribute private fs : FileSystemAbstraction from class org.neo4j.kernel.impl.storemigration.legacystore.v22.Legacy22Store to private fs : FileSystemAbstraction from class upgrade.StoreUpgraderInterruptionTestIT |
From |
To |
|
Move Attribute private fs : FileSystemAbstraction from class org.neo4j.kernel.impl.storemigration.legacystore.v22.Legacy22Store to private fs : FileSystemAbstraction from class org.neo4j.kernel.impl.storemigration.legacystore.LegacyStoreVersionCheck |
From |
To |
|
Move Attribute private pageCache : PageCache from class org.neo4j.kernel.impl.store.TestDynamicStore to private pageCache : PageCache from class org.neo4j.kernel.impl.store.CommonAbstractStoreTest |
From |
To |
|
Rename Parameter storeFile : File to neostoreFile : File in method public hasVersion(neostoreFile File, expectedVersion String) : Result in class org.neo4j.kernel.impl.storemigration.StoreVersionCheck |
From |
To |
|
Rename Parameter participantsNeedingMigration : Iterable<StoreMigrationParticipant> to participants : Iterable<StoreMigrationParticipant> in method private moveMigratedFilesToStoreDirectory(participants Iterable<StoreMigrationParticipant>, migrationDirectory File, storeDirectory File, versionToMigrateFrom String) : void in class org.neo4j.kernel.impl.storemigration.StoreUpgrader |
From |
To |
|
Rename Parameter blockSizeFromConfiguration : int to blockSize : int in method public DynamicArrayStore(fileName File, configuration Config, idType IdType, idGeneratorFactory IdGeneratorFactory, pageCache PageCache, logProvider LogProvider, blockSize int) in class org.neo4j.kernel.impl.store.DynamicArrayStore |
From |
To |
|
Rename Parameter blockSizeFromConfiguration : int to blockSize : int in method public DynamicStringStore(fileName File, configuration Config, idType IdType, idGeneratorFactory IdGeneratorFactory, pageCache PageCache, logProvider LogProvider, blockSize int) in class org.neo4j.kernel.impl.store.DynamicStringStore |
From |
To |
|
Rename Parameter workingDirectory : File to storeDirectory : File in method private moveMigratedFilesToStoreDirectory(participants Iterable<StoreMigrationParticipant>, migrationDirectory File, storeDirectory File, versionToMigrateFrom String) : void in class org.neo4j.kernel.impl.storemigration.StoreUpgrader |
From |
To |
|
Rename Parameter fs : FileSystemAbstraction to fileSystem : FileSystemAbstraction in method public StoreFactory(fileSystem FileSystemAbstraction, storeDir File, pageCache PageCache, logProvider LogProvider) in class org.neo4j.kernel.impl.store.StoreFactory |
From |
To |