|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to writers : IndexWriterFactory<LuceneIndexWriter> in method package DeferredConstraintVerificationUniqueLuceneIndexPopulator(documentStructure LuceneDocumentStructure, writers IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long, descriptor IndexDescriptor) in class org.neo4j.kernel.api.impl.index.DeferredConstraintVerificationUniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type writerFactory : LuceneIndexWriterFactory to writerFactory : IndexWriterFactory<LuceneIndexWriter> in method public LuceneLabelScanStore(strategy LabelScanStorageStrategy, directoryFactory DirectoryFactory, directoryLocation File, fs FileSystemAbstraction, writerFactory IndexWriterFactory<LuceneIndexWriter>, fullStoreStream FullStoreChangeStream, monitor Monitor) in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore |
From |
To |
|
Change Parameter Type writer : IndexWriter to writer : LuceneIndexWriter in method public close(writer LuceneIndexWriter) : void in class org.neo4j.kernel.api.impl.index.IndexWriterStatus |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> in method package LuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<ReservingLuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File) in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package LuceneIndexPopulator(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long) in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package NonUniqueLuceneIndexPopulator(queueThreshold int, documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long) in class org.neo4j.kernel.api.impl.index.NonUniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> in method package NonUniqueLuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<ReservingLuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File) in class org.neo4j.kernel.api.impl.index.NonUniqueLuceneIndexAccessor |
From |
To |
|
Change Parameter Type updates : IndexUpdates to updates : ValidatedIndexUpdates in method public updateIndexes(updates ValidatedIndexUpdates) : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type writer : IndexWriter to writer : LuceneIndexWriter in method public commitAsOnline(writer LuceneIndexWriter) : void in class org.neo4j.kernel.api.impl.index.IndexWriterStatus |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> in method public UniqueLuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<ReservingLuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File) in class org.neo4j.kernel.api.impl.index.UniqueLuceneIndexAccessor |
From |
To |
|
Change Parameter Type propCommands : Collection<List<PropertyCommand>> to propCommands : Map<Long,List<PropertyCommand>> in method public LazyIndexUpdates(nodeStore NodeStore, propertyStore PropertyStore, propCommands Map<Long,List<PropertyCommand>>, nodeCommands Map<Long,NodeCommand>) in class org.neo4j.kernel.impl.nioneo.xa.LazyIndexUpdates |
From |
To |
|
Change Parameter Type writer : IndexWriter to writer : LuceneIndexWriter in method package snapshot(indexDir File, writer LuceneIndexWriter) : ResourceIterator<File> in class org.neo4j.kernel.api.impl.index.LuceneSnapshotter |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package UniqueLuceneIndexPopulator(batchSize int, documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long) in class org.neo4j.kernel.api.impl.index.UniqueLuceneIndexPopulator |
From |
To |
|
Change Return Type IndexWriter to W in method public create(directory Directory) : W in class org.neo4j.kernel.api.impl.index.IndexWriterFactory |
From |
To |
|
Change Return Type Collection<List<PropertyCommand>> to Map<Long,List<PropertyCommand>> in method private groupedNodePropertyCommands(propCommands Iterable<PropertyCommand>) : Map<Long,List<PropertyCommand>> in class org.neo4j.kernel.impl.nioneo.xa.NeoStoreTransaction |
From |
To |
|
Change Return Type void to ValidatedIndexUpdates in method public validate(updates IndexUpdates) : ValidatedIndexUpdates in class org.neo4j.kernel.impl.nioneo.xa.WriteTransactionTest.CapturingIndexingService |
From |
To |
|
Change Return Type IndexWriter to LuceneIndexWriter in method private newWriter() : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.WriterLogicTest |
From |
To |
|
Change Return Type void to Map<IndexDescriptor,List<NodePropertyUpdate>> in method private groupUpdatesByIndexDescriptor(updates Iterable<NodePropertyUpdate>, updaterMap IndexUpdaterMap) : Map<IndexDescriptor,List<NodePropertyUpdate>> in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Return Type Object to ValidatedIndexUpdates in method public answer(invocation InvocationOnMock) : ValidatedIndexUpdates in class org.neo4j.kernel.impl.nioneo.xa.WriteTransactionTest.IteratorCollector |
From |
To |
|
Change Return Type IndexWriter to LuceneIndexWriter in method private instantiateWriter(directory File) : LuceneIndexWriter in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndex |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndex |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : ReservingLuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor |
From |
To |
|
Change Attribute Type writerFactory : LuceneIndexWriterFactory to writerFactory : IndexWriterFactory<LuceneIndexWriter> in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore |
From |
To |
|
Change Attribute Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator |
From |
To |
|
Change Attribute Type propCommands : Collection<List<PropertyCommand>> to propCommands : Map<Long,List<PropertyCommand>> in class org.neo4j.kernel.impl.nioneo.xa.LazyIndexUpdates |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneSnapshotterTest |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore |
From |
To |