|
Move Method public getPopulationFailure(descriptor StoreIndexDescriptor) : String from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexProvider to public getPopulationFailure(descriptor StoreIndexDescriptor) : String from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexProvider |
From |
To |
|
Move Method protected getIndexStorage(indexId long) : PartitionedIndexStorage from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexProvider to private getIndexStorage(indexId long) : PartitionedIndexStorage from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexProvider |
From |
To |
|
Move Method public storeMigrationParticipant(fs FileSystemAbstraction, pageCache PageCache) : StoreMigrationParticipant from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexProvider to public storeMigrationParticipant(fs FileSystemAbstraction, pageCache PageCache) : StoreMigrationParticipant from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexProvider |
From |
To |
|
Move Method protected buildIndexStorageFactory(fileSystem FileSystemAbstraction, directoryFactory DirectoryFactory) : IndexStorageFactory from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexProvider to private buildIndexStorageFactory(fileSystem FileSystemAbstraction, directoryFactory DirectoryFactory) : IndexStorageFactory from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexProvider |
From |
To |
|
Move Method protected indexIsOnline(indexStorage PartitionedIndexStorage, descriptor StoreIndexDescriptor) : boolean from class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexProvider to private indexIsOnline(indexStorage PartitionedIndexStorage, descriptor StoreIndexDescriptor) : boolean from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexProvider |
From |
To |