|
Change Parameter Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method private valueOf(update IndexEntryUpdate<PendingIndexDescriptor>) : Value in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package createRecoveringIndexProxy(ruleId long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method private createUniqueIndexAndOwningConstraint(schemaIndexDescriptor PendingIndexDescriptor, constraintDescriptor IndexBackedConstraintDescriptor) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexId long, descriptor PendingIndexDescriptor, indexPopulator IndexPopulator, flippableIndexProxy FlippableIndexProxy, failedIndexProxyFactory FailedIndexProxyFactory) : IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public CompositeIndexPopulatorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.index.CompositeIndexPopulatorCompatibility |
From |
To |
|
Change Parameter Type constraint : SchemaIndexDescriptor to constraint : PendingIndexDescriptor in method public indexDoUnRemove(constraint PendingIndexDescriptor) : boolean in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexUpdatesForSeek(descriptor PendingIndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartPopulator(pageCache PageCache, fs FileSystemAbstraction, fileLayout SpatialIndexFiles.SpatialFileLayout, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig, configuration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexPopulator.PartPopulator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private indexMeta(descriptor PendingIndexDescriptor) : IndexMeta in class org.neo4j.kernel.impl.api.index.FailedIndexProxyTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package TemporalIndexFiles(directoryStructure IndexDirectoryStructure, indexId long, descriptor PendingIndexDescriptor, fs FileSystemAbstraction) in class org.neo4j.kernel.impl.index.schema.TemporalIndexFiles |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private forUpdates(index PendingIndexDescriptor, updates NodeUpdates...) : List<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private scanQuery(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public SimpleIndexPopulatorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public DeferredConflictCheckingIndexUpdater(actual IndexUpdater, readerSupplier Supplier<IndexReader>, schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdater |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private indexRule(index PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private awaitOnline(db HighlyAvailableGraphDatabase, index PendingIndexDescriptor) : long in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type type : SchemaIndexDescriptor.Type to type : PendingIndexDescriptor.Type in method private assertRule(rule IndexDescriptor, label String, propertyKey String, type PendingIndexDescriptor.Type) : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private generateUniqueValue(updates IndexEntryUpdate<PendingIndexDescriptor>[]) : Value in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method package indexGetOwningUniquenessConstraintId(index PendingIndexDescriptor) : Long in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type rules : IndexRule... to rules : IndexDescriptor... in method private newIndexingServiceWithMockedDependencies(populator IndexPopulator, accessor IndexAccessor, data DataUpdates, monitor IndexingService.Monitor, rules IndexDescriptor...) : IndexingService in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexUpdatesForRangeSeekByPrefix(index PendingIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexGetProviderDescriptor(descriptor PendingIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package SpatialIndexPartReader(tree GBPTree<SpatialSchemaKey,VALUE>, layout Layout<SpatialSchemaKey,VALUE>, samplingConfig IndexSamplingConfig, descriptor PendingIndexDescriptor, configuration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexPartReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartitionedIndexReader(descriptor PendingIndexDescriptor, readers List<SimpleIndexReader>) in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader |
From |
To |
|
Change Parameter Type existing : IndexEntryUpdate<SchemaIndexDescriptor>[] to existing : IndexEntryUpdate<PendingIndexDescriptor>[] in method private skipExisting(existing IndexEntryUpdate<PendingIndexDescriptor>[]) : Predicate<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, name String) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type rule : IndexRule to rule : IndexDescriptor in method public checkIndexRule(rule IndexDescriptor, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.ObligationsCheckStrategy |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NumberSchemaIndexReader(tree GBPTree<NumberSchemaKey,VALUE>, layout Layout<NumberSchemaKey,VALUE>, samplingConfig IndexSamplingConfig, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexReader |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package DurationLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method protected newIndexPopulator(storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexGetForSchema(descriptor PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NativeSchemaIndexReader(tree GBPTree<KEY,VALUE>, layout Layout<KEY,VALUE>, samplingConfig IndexSamplingConfig, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package SpatialIndexAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, pageCache PageCache, fs FileSystemAbstraction, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, spatialIndexFiles SpatialIndexFiles, searchConfiguration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public recoveryCompleted(schemaIndexDescriptor PendingIndexDescriptor, indexFile String, data Map<String,Object>) : void in class org.neo4j.kernel.api.index.IndexProvider.Monitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexGetProviderDescriptor(descriptor PendingIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NativeSchemaIndexPopulator(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<KEY,VALUE>, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartAccessor(pageCache PageCache, fs FileSystemAbstraction, fileLayout SpatialIndexFiles.SpatialFileLayout, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig, searchConfiguration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessor.PartAccessor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NumberSchemaIndexAccessor(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package StringSchemaIndexPopulator(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexPopulator |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public recoveryCompleted(schemaIndexDescriptor PendingIndexDescriptor, indexFile String, data Map<String,Object>) : void in class org.neo4j.kernel.api.index.LoggingMonitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private writeFailure(indexName String, builder StringBuilder, provider IndexProvider, indexId long, descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public abstract getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type updates : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to updates : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method private interleaveLargeAmountOfUpdates(updaterRandom Random, updates Iterator<IndexEntryUpdate<PendingIndexDescriptor>>) : int in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartAccessor(pageCache PageCache, fs FileSystemAbstraction, fileLayout TemporalIndexFiles.FileLayout<KEY>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartAccessor |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method public lengthOf(indexRule IndexDescriptor) : int in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package createFailedIndexProxy(ruleId long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, populationFailure IndexPopulationFailure) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private modifyIndex(descriptor PendingIndexDescriptor) : IndexUpdater in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexUpdatesForRangeSeek(index PendingIndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public abstract getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexDoDrop(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public LuceneIndexAccessor(luceneIndex SchemaIndex, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method package countUniqueValues(updates IndexEntryUpdate<PendingIndexDescriptor>[]) : int in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private assertSerializeAndDeserializeIndexRule(indexRule IndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package IndexLogRecord(indexId long, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.api.index.IndexingService.IndexLogRecord |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartFactory(pageCache PageCache, fs FileSystemAbstraction, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig, temporalIndexFiles TemporalIndexFiles) in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartFactory |
From |
To |
|
Change Parameter Type element : SchemaIndexDescriptor to element : PendingIndexDescriptor in method public visitAddedIndex(element PendingIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method public setConstraintIndexOwner(indexRule IndexDescriptor, constraintId long) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package InMemoryIndexImplementation(descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexImplementation |
From |
To |
|
Change Parameter Type rule : IndexRule to rule : IndexDescriptor in method public checkIndexRule(rule IndexDescriptor, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public getFreshIndexReader(index PendingIndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method package verifyUpdates(updates IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexDoUnRemove(descriptor PendingIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type indexConfig : SchemaIndexDescriptor to indexConfig : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, indexConfig PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public visitAddedIndex(index PendingIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public visitAddedIndex(index PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueClientFilter |
From |
To |
|
Change Parameter Type rule : IndexRule to rule : IndexDescriptor in method private assertRule(rule IndexDescriptor, label String, propertyKey String, type PendingIndexDescriptor.Type) : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public WritableDatabaseSchemaIndex(storage PartitionedIndexStorage, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, writableIndexPartitionFactory WritableIndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexId long, descriptor PendingIndexDescriptor, indexPopulator IndexPopulator, flippableIndexProxy FlippableIndexProxy, failedIndexProxyFactory FailedIndexProxyFactory) : MultipleIndexPopulator.IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method public serialize(indexRule IndexDescriptor) : byte[] in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartPopulator(pageCache PageCache, fs FileSystemAbstraction, fileLayout TemporalIndexFiles.FileLayout<KEY>, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.PartPopulator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public test(indexId long, descriptor PendingIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingControllerTest.Always |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public populationCompleteOn(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest.IndexOnlineMonitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package StringSchemaIndexAccessor(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexAccessor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private addPopulator(batchingPopulator BatchingMultipleIndexPopulator, descriptor PendingIndexDescriptor) : IndexPopulator in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public SimpleIndexReader(partitionSearcher PartitionSearcher, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, taskCoordinator TaskCoordinator) in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexReference(descriptor PendingIndexDescriptor) : CapableIndexReference in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type indexRules : Iterable<IndexRule> to indexRules : Iterable<IndexDescriptor> in method package IndexingService(indexProxyCreator IndexProxyCreator, providerMap IndexProviderMap, indexMapRef IndexMapReference, storeView IndexStoreView, indexRules Iterable<IndexDescriptor>, samplingController IndexSamplingController, tokenNameLookup TokenNameLookup, scheduler JobScheduler, schemaState SchemaState, multiPopulatorFactory MultiPopulatorFactory, logProvider LogProvider, monitor Monitor) in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexPopulator IndexPopulator, indexId long, descriptor PendingIndexDescriptor) : MultipleIndexPopulator.IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest |
From |
To |
|
Change Parameter Type indexEntryUpdateIterator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to indexEntryUpdateIterator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method private verifyUpdates(indexEntryUpdateIterator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexUpdatesForScan(descriptor PendingIndexDescriptor) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package SpatialIndexReader(descriptor PendingIndexDescriptor, accessor SpatialIndexAccessor) in class org.neo4j.kernel.impl.index.schema.SpatialIndexReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public abstract getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private assertCorrectLength(indexRule IndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexGetState(descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type indexes : Iterator<SchemaIndexDescriptor> to indexes : Iterator<PendingIndexDescriptor> in method public sortByType(indexes Iterator<PendingIndexDescriptor>) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.api.schema.index.PendingIndexDescriptor |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public visitRemovedIndex(index PendingIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method public accessorFor(indexRule IndexDescriptor) : IndexAccessor in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexGetCommittedId(index PendingIndexDescriptor) : long in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private constraintIndexHasOwner(descriptor PendingIndexDescriptor) : boolean in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public abstract getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.SpatialIndexProvider |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>... to updates : IndexEntryUpdate<PendingIndexDescriptor>... in method package processAll(updates IndexEntryUpdate<PendingIndexDescriptor>...) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private assertEqualityByDescriptor(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.index.schema.NodeValueIterator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexReference(descriptor PendingIndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexDoDrop(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartFactory(pageCache PageCache, fs FileSystemAbstraction, temporalIndexFiles TemporalIndexFiles, indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, monitor IndexProvider.Monitor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.PartFactory |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private addNodesToIndex(descriptor PendingIndexDescriptor) : IndexUpdater in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueClientFilterTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NativeSchemaIndex(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<KEY,VALUE>, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.SpatialIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private checkIndexState(index PendingIndexDescriptor, diffSet ReadableDiffSets<PendingIndexDescriptor>) : boolean in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexUpdatesForRangeSeekByPrefix(descriptor PendingIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private assertSeek(index PendingIndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public constraintIndexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method protected newIndexPopulator(storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index PendingIndexDescriptor) : Long in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private verifyNodeCorrectlyIndexedUniquely(nodeId long, propertyValues Value[], engine CheckerEngine<NodeRecord,ConsistencyReport.NodeConsistencyReport>, indexRule IndexDescriptor, reader IndexReader) : void in class org.neo4j.consistency.checking.full.PropertyAndNodeIndexedCheck |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public failedToOpenIndex(indexId long, schemaIndexDescriptor PendingIndexDescriptor, action String, cause Exception) : void in class org.neo4j.kernel.api.index.LoggingMonitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private rangeQuery(descriptor PendingIndexDescriptor, predicate IndexQuery.RangePredicate<?>) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private assertIndexOnline(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private seekQuery(descriptor PendingIndexDescriptor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexUpdatesForRangeSeek(descriptor PendingIndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package DateLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Parameter Type rules : IndexRule... to rules : IndexDescriptor... in method private newIndexingServiceWithMockedDependencies(populator IndexPopulator, accessor IndexAccessor, data DataUpdates, rules IndexDescriptor...) : IndexingService in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public test(indexId long, descriptor PendingIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingController.RecoveryCondition |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getIndexReader(descriptor PendingIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package InMemoryIndex(descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndex |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package StringLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public newReader(descriptor PendingIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package LocalTimeLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartFactory(pageCache PageCache, fs FileSystemAbstraction, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig, spatialIndexFiles SpatialIndexFiles, searchConfiguration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessor.PartFactory |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package LuceneSchemaIndex(indexStorage PartitionedIndexStorage, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, partitionFactory IndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public UniqueLuceneIndexPopulator(index SchemaIndex, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexGetCommittedId(index PendingIndexDescriptor) : long in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public newUnCachedReader(descriptor PendingIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public dropUniquenessConstraintIndex(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public visitIndex(descriptor PendingIndexDescriptor, userDescription String, uniqueValuesPercentage double, size long) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Parameter Type rules : IndexRule... to rules : IndexDescriptor... in method public createIndexes(rules IndexDescriptor...) : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package TemporalIndexPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, temporalIndexFiles TemporalIndexFiles, pageCache PageCache, fs FileSystemAbstraction, monitor IndexProvider.Monitor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator |
From |
To |
|
Change Parameter Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method private entityIdOf(update IndexEntryUpdate<PendingIndexDescriptor>) : long in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexUpdatesForSuffixOrContains(index PendingIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexRuleDoAdd(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method package IndexPopulatorWithSchema(populator IndexPopulator, index PendingIndexDescriptor) in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package IndexDescriptor(id long, providerDescriptor IndexProvider.Descriptor, descriptor PendingIndexDescriptor, owningConstraintId Long) in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.storageengine.api.schema.SimpleNodeValueClient |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public fromDescriptor(descriptor PendingIndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.api.store.DefaultCapableIndexReference |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexGetState(descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public populationCompleteOn(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexingService.Monitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public create(descriptor PendingIndexDescriptor, config Config) : LuceneSchemaIndexBuilder in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public getIndexReader(index PendingIndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexUpdatesForScan(index PendingIndexDescriptor) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package layout(descriptor PendingIndexDescriptor) : Layout<StringSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public visitIndex(descriptor PendingIndexDescriptor, userDescription String, uniqueValuesPercentage double, size long) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private values(indexRule IndexDescriptor) : Value[] in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private applyInterleaved(updates IndexEntryUpdate<PendingIndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package IndexDescriptor(id long, providerDescriptor IndexProvider.Descriptor, descriptor PendingIndexDescriptor, owningConstraintId Long, name String) in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.SpatialIndexProvider |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package NumberLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.api.schema.BridgingIndexProgressor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.index.schema.fusion.BridgingIndexProgressor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package TemporalIndexAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, pageCache PageCache, fs FileSystemAbstraction, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, temporalIndexFiles TemporalIndexFiles) in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package LocalDateTimeLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private LuceneSchemaIndexBuilder(descriptor PendingIndexDescriptor, config Config) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Parameter Type indexRules : Iterable<IndexRule> to indexRules : Iterable<IndexDescriptor> in method public createIndexingService(config Config, scheduler JobScheduler, providerMap IndexProviderMap, storeView IndexStoreView, tokenNameLookup TokenNameLookup, indexRules Iterable<IndexDescriptor>, logProvider LogProvider, monitor IndexingService.Monitor, schemaState SchemaState) : IndexingService in class org.neo4j.kernel.impl.api.index.IndexingServiceFactory |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public fromDescriptor(descriptor PendingIndexDescriptor) : IndexReference in class org.neo4j.kernel.impl.api.store.DefaultIndexReference |
From |
To |
|
Change Parameter Type diffSet : ReadableDiffSets<SchemaIndexDescriptor> to diffSet : ReadableDiffSets<PendingIndexDescriptor> in method private checkIndexState(index PendingIndexDescriptor, diffSet ReadableDiffSets<PendingIndexDescriptor>) : boolean in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package UniqueInMemoryIndex(descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.UniqueInMemoryIndex |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package RebuildingIndexDescriptor(schemaIndexDescriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor) in class org.neo4j.kernel.impl.api.index.RebuildingIndexDescriptor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public failedToOpenIndex(indexId long, schemaIndexDescriptor PendingIndexDescriptor, action String, cause Exception) : void in class org.neo4j.kernel.api.index.IndexProvider.Monitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package createOnlineIndexProxy(ruleId long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method package sort(updates IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private onlineAccessorFromProvider(providerDescriptor IndexProvider.Descriptor, ruleId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package indexGetCapability(schemaIndexDescriptor PendingIndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, batch IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexRuleDoAdd(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private indexIsOnline(indexStorage PartitionedIndexStorage, descriptor PendingIndexDescriptor) : boolean in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package FusionIndexAccessor(slotSelector SlotSelector, instanceSelector InstanceSelector<IndexAccessor>, indexId long, descriptor PendingIndexDescriptor, dropAction DropAction) in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package StringSchemaIndexReader(tree GBPTree<StringSchemaKey,NativeSchemaValue>, layout Layout<StringSchemaKey,NativeSchemaValue>, samplingConfig IndexSamplingConfig, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package FusionIndexReader(slotSelector SlotSelector, instanceSelector LazyInstanceSelector<IndexReader>, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Parameter Type rule : IndexRule to rule : IndexDescriptor in method public checkIndexRule(rule IndexDescriptor, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package TemporalIndexReader(descriptor PendingIndexDescriptor, accessor TemporalIndexAccessor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private populatorFromProvider(providerDescriptor IndexProvider.Descriptor, ruleId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private suffixOrContainsQuery(descriptor PendingIndexDescriptor, query IndexQuery) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public newReader(descriptor PendingIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package LayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method public IndexCheck(indexRule IndexDescriptor) in class org.neo4j.consistency.checking.full.IndexCheck |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public newUnCachedReader(descriptor PendingIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public Compatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility |
From |
To |
|
Change Parameter Type element : SchemaIndexDescriptor to element : PendingIndexDescriptor in method public visitRemovedIndex(element PendingIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public SimpleIndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public constraintIndexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long, name String) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method protected newIndexAccessor(storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NativeSchemaIndexAccessor(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<KEY,VALUE>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public IndexMeta(ruleId long, schemaIndexDescriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, indexCapability IndexCapability) in class org.neo4j.kernel.impl.api.index.IndexMeta |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> in method private selectRandomItem(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>) : IndexEntryUpdate<PendingIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type rule : IndexRule to rule : IndexDescriptor in method public dropIndex(rule IndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type newDataGenerator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to newDataGenerator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private indexUserDescription(descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : String in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private indexStateInfo(tag String, indexId Long, state InternalIndexState, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index PendingIndexDescriptor) : Long in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private addEntries(index PendingIndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private arg(index PendingIndexDescriptor, foo IOFunction<DirectoryFactory,LuceneIndexAccessor>) : Object[] in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public map(descriptor PendingIndexDescriptor) : Kind in class org.neo4j.storageengine.api.schema.SchemaRule.Kind |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method private indexMetaFromProvider(ruleId long, providerDescriptor IndexProvider.Descriptor, schemaIndexDescriptor PendingIndexDescriptor) : IndexMeta in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type indexDescriptor : SchemaIndexDescriptor to indexDescriptor : PendingIndexDescriptor in method package indexQuery(ktx KernelTransaction, indexDescriptor PendingIndexDescriptor, indexQueries IndexQuery...) : NodeValueIndexCursor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.IndexCoordinator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public notAllowed(descriptor PendingIndexDescriptor) : RuntimeException in class org.neo4j.kernel.api.exceptions.index.IndexEntryConflictException |
From |
To |
|
Change Parameter Type nodeDescriptor : SchemaIndexDescriptor to nodeDescriptor : PendingIndexDescriptor in method public CompositeIndexingIT(nodeDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.CompositeIndexingIT |
From |
To |
|
Change Parameter Type batch : IndexEntryUpdate<SchemaIndexDescriptor>[] to batch : IndexEntryUpdate<PendingIndexDescriptor>[] in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, batch IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method public IndexRecord(indexRule IndexDescriptor) in class org.neo4j.consistency.store.synthetic.IndexRecord |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package DateTimeLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private reportIncorrectIndexCount(propertyValues Value[], engine CheckerEngine<NodeRecord,ConsistencyReport.NodeConsistencyReport>, indexRule IndexDescriptor, count long) : void in class org.neo4j.consistency.checking.full.PropertyAndNodeIndexedCheck |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private convertToHits(updates IndexEntryUpdate<PendingIndexDescriptor>[], layout Layout<KEY,VALUE>) : Hit<KEY,VALUE>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package NumberSchemaIndexPopulator(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, monitor IndexProvider.Monitor, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexPopulator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getInitialState(indexId long, descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method protected newIndexAccessor(storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, descriptor PendingIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public visitRemovedIndex(index PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private processAll(updater IndexUpdater, updates IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public CompositeIndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.index.CompositeIndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package TimeLayoutTestUtil(schemaIndexDescriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexUpdatesForSuffixOrContains(descriptor PendingIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package SpatialIndexPopulator(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, spatialIndexFiles SpatialIndexFiles, pageCache PageCache, fs FileSystemAbstraction, monitor IndexProvider.Monitor, configuration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexPopulator |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package createPopulatingIndexProxy(ruleId long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, flipToTentative boolean, monitor IndexingService.Monitor, populationJob IndexPopulationJob) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type indexes : Map<Long,SchemaIndexDescriptor> to indexes : Map<Long,PendingIndexDescriptor> in method private DumpCountsStore(out PrintStream, indexes Map<Long,PendingIndexDescriptor>, labels List<Token>, relationshipTypes List<RelationshipTypeToken>, propertyKeys List<Token>) in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package TemporalIndexPartReader(tree GBPTree<KEY,NativeSchemaValue>, layout Layout<KEY,NativeSchemaValue>, samplingConfig IndexSamplingConfig, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPartReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package PartFactory(pageCache PageCache, fs FileSystemAbstraction, spatialIndexFiles SpatialIndexFiles, indexId long, descriptor PendingIndexDescriptor, monitor IndexProvider.Monitor, samplingConfig IndexSamplingConfig, configuration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexPopulator.PartFactory |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package indexGetFailure(descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method protected AbstractIndexReader(descriptor PendingIndexDescriptor) in class org.neo4j.storageengine.api.schema.AbstractIndexReader |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method package extractValuesFromUpdates(updates IndexEntryUpdate<PendingIndexDescriptor>[]) : Value[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public ReadOnlyDatabaseSchemaIndex(indexStorage PartitionedIndexStorage, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, readOnlyIndexPartitionFactory ReadOnlyIndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package layout(descriptor PendingIndexDescriptor) : Layout<NumberSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public PartitionedIndexReader(partitionSearchers List<PartitionSearcher>, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig, taskCoordinator TaskCoordinator) in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor PendingIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialize(descriptor PendingIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeValueClient |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private serialiseAndDeserialise(indexRule IndexDescriptor) : SchemaRule in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Parameter Type rules : IndexRule[] to rules : IndexDescriptor[] in method package IndexPopulationStarter(rules IndexDescriptor[]) in class org.neo4j.kernel.impl.api.index.IndexingService.IndexPopulationStarter |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialState(descriptor PendingIndexDescriptor, state InternalIndexState) : void in class migration.StartOldDbOn3_4AndCreateFusionIndexIT.IndexRecoveryTracker |
From |
To |
|
Change Parameter Type indexRule : IndexRule to indexRule : IndexDescriptor in method private provider(providers IndexProviderMap, indexRule IndexDescriptor) : IndexProvider in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package HashBasedIndex(descriptor PendingIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.HashBasedIndex |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public initialState(descriptor PendingIndexDescriptor, state InternalIndexState) : void in class org.neo4j.kernel.impl.api.index.IndexingService.Monitor |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package SpatialLayoutTestUtil(descriptor PendingIndexDescriptor, settings SpaceFillingCurveSettings, crs CoordinateReferenceSystem) in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getPopulationFailure(indexId long, descriptor PendingIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.SpatialIndexProvider |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method package indexGetState(descriptor PendingIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type rule : IndexRule to rule : IndexDescriptor in method private setOwnerNull(schemaStore SchemaStore, rule IndexDescriptor) : void in class org.neo4j.graphdb.schema.DropBrokenUniquenessConstraintIT |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public IndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor PendingIndexDescriptor) in class org.neo4j.kernel.api.index.IndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public getFreshIndexReader(descriptor PendingIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private prefixQuery(descriptor PendingIndexDescriptor, predicate IndexQuery.StringPrefixPredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexUpdatesForSeek(index PendingIndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public createConstraintIndex(schema SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method protected extractIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.NumberIndexCoordinator |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.UniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public withOwningConstraint(constraintId long) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private indexDescriptor(label Label, propertyKey String, constraint boolean) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Return Type Collection<IndexRule> to Collection<IndexDescriptor> in method public notOnlineRules() : Collection<IndexDescriptor> in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package abstract someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public constraintIndexRule(ruleId long, labelId int, propertyId int, descriptor IndexProvider.Descriptor, constraintId long) : IndexDescriptor in class org.neo4j.consistency.checking.SchemaRuleUtil |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesByProperty(propertyId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method package indexGetForSchema(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method protected abstract extractIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.IndexCoordinator |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.OnlineIndexProxy |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public indexGetForSchema(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Return Type List<IndexRule> to List<IndexDescriptor> in method private getIndexRules(neoStores NeoStores) : List<IndexDescriptor> in class schema.MultiIndexPopulationConcurrentUpdatesIT |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private readIndexRule(id long, constraintIndex boolean, label int, serialized ByteBuffer) : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleDeserializer2_0to3_1 |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberNonUniqueLayoutTestUtil |
From |
To |
|
Change Return Type Predicate<IndexEntryUpdate<SchemaIndexDescriptor>> to Predicate<IndexEntryUpdate<PendingIndexDescriptor>> in method private skipExisting(existing IndexEntryUpdate<PendingIndexDescriptor>[]) : Predicate<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingService.IndexLogRecord |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesGetRelatedToProperty(propertyId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private uniqueIndexRule(ruleId long, owningConstraint long, descriptor IndexProvider.Descriptor, labelId int, propertyIds int...) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor> to IndexEntryUpdate<PendingIndexDescriptor> in method private selectRandomItem(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>) : IndexEntryUpdate<PendingIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private newIndexRule(id long, label int, propertyKey int) : IndexDescriptor in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method package indexDescriptor(index IndexReference) : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.SchemaIndex |
From |
To |
|
Change Return Type ReadableDiffSets<SchemaIndexDescriptor> to ReadableDiffSets<PendingIndexDescriptor> in method public indexChanges() : ReadableDiffSets<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private indexRule(ruleId long, labelId int, propertyKeyId int, providerDescriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public toDescriptor(reference IndexReference) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.store.DefaultIndexReference |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexProxyAdapter |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor> to IndexEntryUpdate<PendingIndexDescriptor> in method protected add(nodeId long, value Value) : IndexEntryUpdate<PendingIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private findRuleForLabel(schemaDescriptor LabelSchemaDescriptor) : IndexDescriptor in class schema.MultiIndexPopulationConcurrentUpdatesIT.IndexDropAction |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.UniqueLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesGetRelatedToProperty(propertyId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private constraintIndexRule(ruleId long, labelId int, propertyKeyId int, providerDescriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public indexGetForSchema(descriptor PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public index() : PendingIndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private descriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeIndexProviderTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public uniqueForLabel(labelId int, propertyIds int...) : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public forSchema(schema SchemaDescriptor, name Optional<String>, providerDescriptor IndexProvider.Descriptor) : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method protected extractIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.StringIndexCoordinator |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private asDescriptor(indexReference CapableIndexReference) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Return Type DiffSets<SchemaIndexDescriptor> to DiffSets<PendingIndexDescriptor> in method private indexChangesDiffSets() : DiffSets<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method protected extractIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.StringCompositeIndexCoordinator |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.UniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private constraintIndexRule(id long, label int, propertyKeyId int, providerDescriptor IndexProvider.Descriptor, owningConstraint Long) : IndexDescriptor in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public indexGetForSchema(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getSchemaIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.RebuildingIndexDescriptor |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<IndexRule> to Iterator<IndexDescriptor> in method public indexesGetAll() : Iterator<IndexDescriptor> in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package generateAddUpdatesFor(values Object[]) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method package indexDescriptorsForLabel(labelId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private uniqueIndexDescriptor(label String, property String) : PendingIndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private createAnIndex(db HighlyAvailableGraphDatabase, label Label, propertyName String) : PendingIndexDescriptor in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private readIndexRule(id long, source ByteBuffer) : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private getIndexForIndexBackedConstraint(constraint IndexBackedConstraintDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private descriptorUnique() : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeIndexProviderTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public indexDescriptor(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type Map<Long,SchemaIndexDescriptor> to Map<Long,PendingIndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,PendingIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringUniqueLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public indexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexMeta |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor> to IndexEntryUpdate<PendingIndexDescriptor> in method private simpleUpdate() : IndexEntryUpdate<PendingIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private makeIndexRuleForConstraint(ruleId long, label String, propertyKey String, constraintId long) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private indexRule(index PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesGetAll() : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexDescriptorsForLabel(labelId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method package indexDescriptor(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public indexRule(ruleId long, labelId int, propertyId int, descriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.consistency.checking.SchemaRuleUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule[] to IndexDescriptor[] in method private getIndexesNeedingPopulation() : IndexDescriptor[] in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private makeIndexRule(ruleId long, label String, propertyKey String) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private constraintIndexRule(ruleId long, labelId int, propertyKeyId int, providerDescriptor IndexProvider.Descriptor, constraintId long) : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method package indexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package abstract someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type Iterable<SchemaIndexDescriptor> to Iterable<PendingIndexDescriptor> in method public constraintIndexesCreatedInTx() : Iterable<PendingIndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public uniqueForSchema(schema SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public indexRule(id long, label int, propertyKeyId int, providerDescriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public sortByType(indexes Iterator<PendingIndexDescriptor>) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.api.schema.index.PendingIndexDescriptor |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.PopulatingIndexProxy |
From |
To |
|
Change Return Type Iterable<IndexRule> to Iterable<IndexDescriptor> in method package indexRules() : Iterable<IndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type Iterable<SchemaIndexDescriptor> to Iterable<PendingIndexDescriptor> in method public constraintIndexesCreatedInTx() : Iterable<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public forSchema(schema SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method public indexesGetAll() : Iterator<PendingIndexDescriptor> in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private indexRule(ruleId long, labelId int, propertyId int, descriptor Descriptor) : IndexDescriptor in class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package abstract someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public ownedIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.constaints.IndexBackedConstraintDescriptor |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.FlippableIndexProxy |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public constraintIndexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<SchemaIndexDescriptor> to Iterator<PendingIndexDescriptor> in method package indexesByProperty(propertyId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public constraintIndexRule(ruleId long, labelId int, propertyId int, descriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.consistency.checking.SchemaRuleUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexProxy |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private assertIndexRule(schemaRule SchemaRule) : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberUniqueLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex |
From |
To |
|
Change Return Type Iterable<IndexRule> to Iterable<IndexDescriptor> in method public indexRules() : Iterable<IndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method package randomUpdateGenerator(random RandomRule) : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type ReadableDiffSets<SchemaIndexDescriptor> to ReadableDiffSets<PendingIndexDescriptor> in method public indexDiffSetsByLabel(labelId int) : ReadableDiffSets<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public indexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, name String) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.AbstractSwallowingIndexProxy |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.index.PendingIndexDescriptor.Supplier |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method protected extractIndexDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.NumberCompositeIndexCoordinator |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public constraintIndexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long, name String) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method public indexRule(id long, descriptor PendingIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Return Type IndexRule to IndexDescriptor in method private indexRule(ruleId long, descriptor IndexProvider.Descriptor, labelId int, propertyIds int...) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Return Type List<IndexEntryUpdate<SchemaIndexDescriptor>> to List<IndexEntryUpdate<PendingIndexDescriptor>> in method private forUpdates(index PendingIndexDescriptor, updates NodeUpdates...) : List<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public forLabel(labelId int, propertyIds int...) : PendingIndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringNonUniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<SchemaIndexDescriptor>[] to IndexEntryUpdate<PendingIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method private indexDescriptor(label String, property String) : PendingIndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type Iterable<IndexRule> to Iterable<IndexDescriptor> in method public onlineRules() : Iterable<IndexDescriptor> in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Return Type ReadableDiffSets<SchemaIndexDescriptor> to ReadableDiffSets<PendingIndexDescriptor> in method public indexChanges() : ReadableDiffSets<PendingIndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type IndexRule[] to IndexDescriptor[] in method private createIndexRules(labelNameIdMap Map<String,Integer>, propertyId int) : IndexDescriptor[] in class schema.MultiIndexPopulationConcurrentUpdatesIT |
From |
To |
|
Change Return Type SchemaIndexDescriptor to PendingIndexDescriptor in method public getDescriptor() : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.AbstractDelegatingIndexProxy |
From |
To |
|
Change Return Type ReadableDiffSets<SchemaIndexDescriptor> to ReadableDiffSets<PendingIndexDescriptor> in method public indexDiffSetsByLabel(labelId int) : ReadableDiffSets<PendingIndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldReportConstraintIndexNotReferencingBack() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldFailToStartIfMissingIndexProvider() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package indexReader(index IndexReference, fresh boolean) : IndexReader in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type deserialized : IndexRule to deserialized : IndexDescriptor in method private assertSerializeAndDeserializeIndexRule(indexRule IndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldRefreshIndexesOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReportUnreferencedConstraintIndex() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type remove : IndexEntryUpdate<SchemaIndexDescriptor> to remove : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public updaterShouldApplyUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldSampleUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updateContainingValue : IndexEntryUpdate<SchemaIndexDescriptor> to updateContainingValue : IndexEntryUpdate<PendingIndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private createSchemaStorage() : SchemaStorage in class org.neo4j.tools.dump.DumpCountsStoreTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public mustHandleMultipleNestedQueries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private repopulateAllIndexes() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private assertParseIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReturnIndexRuleForLabelAndPropertyComposite() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type indexes : Iterator<SchemaIndexDescriptor> to indexes : Iterator<PendingIndexDescriptor> in method package onPropertyChange(node NodeCursor, propertyCursor PropertyCursor, propertyKeyId int, beforeValue Value, afterValue Value) : void in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdater |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReturnNullIfIndexRuleForLabelAndPropertyDoesNotExist() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public addShouldApplyAllUpdatesOnce() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type e : IndexEntryUpdate<SchemaIndexDescriptor> to e : IndexEntryUpdate<PendingIndexDescriptor> in method private skipExisting(existing IndexEntryUpdate<PendingIndexDescriptor>[]) : Predicate<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public mustHandleNestedQueries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method package removeSchemaRule(id long) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type updates : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to updates : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldApplyLargeAmountOfInterleavedRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type desc : SchemaIndexDescriptor to desc : PendingIndexDescriptor in method public shouldCreateIndexDescriptorsFromSchema() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type matched : List<SchemaIndexDescriptor> to matched : List<PendingIndexDescriptor> in method public shouldNotMatchIfNodeIsMissingLabel() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyUpdateIndexRuleSchemaRuleCommandToTheStoreInRecovery() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type indexRuleIterator : Iterator<IndexRule> to indexRuleIterator : Iterator<IndexDescriptor> in method public shouldReportNodesWithDuplicatePropertyValueInUniqueIndex() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public createConstraintIndex(schema SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type diff : DiffSets<SchemaIndexDescriptor> to diff : DiffSets<PendingIndexDescriptor> in method public indexRuleDoAdd(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type indexes : List<SchemaIndexDescriptor> to indexes : List<PendingIndexDescriptor> in method public shouldMatchSeveralTimes() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public shouldAcquireSchemaWriteLockBeforeRemovingIndexRule() : void in class org.neo4j.kernel.impl.newapi.OperationsLockTest |
From |
To |
|
Change Variable Type indexes : List<SchemaIndexDescriptor> to indexes : List<PendingIndexDescriptor> in method package indexesByProperty(propertyId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method private assertEqualityByDescriptor(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to generator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type rules : Iterator<IndexRule> to rules : Iterator<IndexDescriptor> in method public indexGetForSchema(descriptor PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private indexRule(index PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method private createNodeKeyConstraintRule(labelId int, propertyKeyIds int...) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReportInvalidLabelReferences() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method private visitAddedNodeKeyConstraint(uniqueConstraint NodeKeyConstraintDescriptor, constraintId long) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldReturnCountZeroForMismatchingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public lengthOf(indexRule IndexDescriptor) : int in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method public shouldNotSnapshotPopulatingIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method private validateNoExistingNodeWithExactValues(constraint IndexBackedConstraintDescriptor, propertyValues IndexQuery.ExactPredicate[], modifiedNode long) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyDeleteIndexRuleSchemaRuleCommandToTheStoreInRecovery() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldCreateGeneralIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public apply(indexMap IndexMap) : IndexMap in class org.neo4j.kernel.impl.api.index.IndexingService.IndexPopulationStarter |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldNotCheckConflictsWhenApplyingUpdatesInOnlineAccessor() : void in class org.neo4j.kernel.impl.index.schema.NativeIndexProviderTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldLogIndexStateOutliersOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method private visitAddedUniquenessConstraint(uniqueConstraint UniquenessConstraintDescriptor, constraintId long) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldReportTwoConstraintIndexesReferencingSameConstraint() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnNoEntriesForRangePredicateOutsideAnyMatch() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type iterator : Iterator<SchemaIndexDescriptor> to iterator : Iterator<PendingIndexDescriptor> in method public indexesGetAll() : Iterator<IndexReference> in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldSampleUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public updaterShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private filterClient(iter NodeValueIterator, filter IndexQuery.ExactPredicate) : IndexProgressor.NodeValueClient in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type scanUpdates : IndexEntryUpdate<SchemaIndexDescriptor>[] to scanUpdates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public shouldUpdateCountsOnSlavesWhenCreatingAnIndexOnMaster() : void in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type newIndex : SchemaIndexDescriptor to newIndex : PendingIndexDescriptor in method public shouldDropIndexIfPopulationFails() : void in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest |
From |
To |
|
Change Variable Type updatedIndexRule : IndexRule to updatedIndexRule : IndexDescriptor in method public setConstraintIndexOwner(indexRule IndexDescriptor, constraintId long) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type readIndexRule : IndexRule to readIndexRule : IndexDescriptor in method public storeAndLoadCompositeSchemaRule() : void in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldNotSnapshotPopulatingIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to generator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type that : SchemaIndexDescriptor to that : PendingIndexDescriptor in method public equals(o Object) : boolean in class org.neo4j.kernel.api.schema.index.PendingIndexDescriptor |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public shouldTriggerResampling() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldRequestIndexPopulationFailingWithFileNotFoundException() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldRequestIndexPopulationIfTheIndexIsCorrupt() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldSnapshotOnlineIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexRule1 : IndexRule to indexRule1 : IndexDescriptor in method public shouldCreateMultipleIndexesInOneCall() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public init() : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private assertParseUniqueIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private createIndexProxyMock() : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public visitAddedIndex(index PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public closeMustCloseAll() : void in class org.neo4j.kernel.impl.index.schema.fusion.BridgingIndexProgressorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldReturnZeroCountForEmptyIndex() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method public shouldReportTwoIndexRulesWithDuplicateContent() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type withConstraint : IndexRule to withConstraint : IndexDescriptor in method public shouldCreateUniqueIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type indexRules : Iterator<IndexRule> to indexRules : Iterator<IndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,PendingIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type index : IndexRule to index : IndexDescriptor in method public shouldNotLoseIndexDescriptorDueToOtherSimilarIndexDuringRecovery() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexes : Iterator<SchemaIndexDescriptor> to indexes : Iterator<PendingIndexDescriptor> in method package onLabelChange(labelId int, node NodeCursor, propertyCursor PropertyCursor, changeType LabelChangeType) : void in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdater |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private indexDescriptor(label Label, propertyKey String, constraint boolean) : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public updaterShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method private createUniquenessConstraintRule(labelId int, propertyKeyIds int...) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldReportNodesThatAreNotIndexed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type listedRules : Set<IndexRule> to listedRules : Set<IndexDescriptor> in method public shouldListAllIndexRules() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type indexEntryUpdates : IndexEntryUpdate<SchemaIndexDescriptor>[] to indexEntryUpdates : IndexEntryUpdate<PendingIndexDescriptor>[] in method package generateAddUpdatesFor(values Object[]) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldSeeAllEntriesInAllEntriesReader() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type populatingIndex : IndexRule to populatingIndex : IndexDescriptor in method public shouldLogIndexStateOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldNotSeeFilteredEntries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnMatchingEntriesForExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type foundRule : IndexRule to foundRule : IndexDescriptor in method public indexGetForSchema(descriptor PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public shouldReportPopulatingIfAnyIsPopulating() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Variable Type indexDescriptor : SchemaIndexDescriptor to indexDescriptor : PendingIndexDescriptor in method private getOrCreateUniquenessConstraintIndex(schemaRead SchemaRead, tokenRead TokenRead, schema SchemaDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public indexGetOwningUniquenessConstraintId(index PendingIndexDescriptor) : Long in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Variable Type data : IndexEntryUpdate<SchemaIndexDescriptor>[] to data : IndexEntryUpdate<PendingIndexDescriptor>[] in method public forceShouldCheckpointTree() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type existingIndex : SchemaIndexDescriptor to existingIndex : PendingIndexDescriptor in method public indexDrop(index IndexReference) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public updaterShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type rules : Iterator<SchemaIndexDescriptor> to rules : Iterator<PendingIndexDescriptor> in method package indexGetForSchema(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private generateNumberValues() : Number[] in class org.neo4j.kernel.impl.index.schema.NumberFullScanNonUniqueIndexSamplerTest |
From |
To |
|
Change Variable Type candidate : IndexRule to candidate : IndexDescriptor in method public indexGetForSchema(descriptor PendingIndexDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldCreateGeneralIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type readIndexRule : IndexRule to readIndexRule : IndexDescriptor in method public storeAndLoadSchemaRule() : void in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public detectUniqueIndexWithoutOwningConstraint() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private addIndex(database GraphDatabaseService) : void in class org.neo4j.consistency.HalfCreatedConstraintIT |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public shouldLookUpTheCompositeIndexByLabelIdAndPropertyKeyId() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldRequestIndexPopulationWhenFailingWithEOFException() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest |
From |
To |
|
Change Variable Type rules : IndexRule[] to rules : IndexDescriptor[] in method private repopulateAllIndexes() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type rules : ArrayList<IndexRule> to rules : ArrayList<IndexDescriptor> in method private createSchemaStorage() : SchemaStorage in class org.neo4j.tools.dump.DumpCountsStoreTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldCreateUniqueIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnNoEntriesForMismatchingExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldLogIndexStateOutliersOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method private verifyUpdates(indexEntryUpdateIterator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldListIndexRulesForLabelPropertyAndKind() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldDropIndexGivenDropSchemaRuleCommand() : void in class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method package onLabelChange(labelId int, node NodeCursor, propertyCursor PropertyCursor, changeType LabelChangeType) : void in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdater |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldResolveIndexDescriptor() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldApplyInterleavedUpdatesFromAddAndUpdater() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldNotReportIndexInconsistenciesIfIndexIsFailed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type forLabel : Set<SchemaIndexDescriptor> to forLabel : Set<PendingIndexDescriptor> in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type populatingIndex : IndexRule to populatingIndex : IndexDescriptor in method public shouldLogIndexStateOutliersOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method private createUniqueIndexAndOwningConstraint(schemaIndexDescriptor PendingIndexDescriptor, constraintDescriptor IndexBackedConstraintDescriptor) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method private matchIndexesToNode(record NodeRecord, engine CheckerEngine<NodeRecord,ConsistencyReport.NodeConsistencyReport>, records RecordAccess, propertyRecs Collection<PropertyRecord>) : void in class org.neo4j.consistency.checking.full.PropertyAndNodeIndexedCheck |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public visitRemovedIndex(index PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Variable Type indexes : HashMap<Long,SchemaIndexDescriptor> to indexes : HashMap<Long,PendingIndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,PendingIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldWaitForRecoveredUniquenessConstraintIndexesToBeFullyPopulated() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public run() : void in class schema.MultiIndexPopulationConcurrentUpdatesIT.IndexDropAction |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReturnIndexRuleForLabelAndVeryManyPropertiesComposite() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyCreateIndexRuleSchemaRuleCommandToTheStore() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type forLabel : Set<SchemaIndexDescriptor> to forLabel : Set<PendingIndexDescriptor> in method package indexDescriptorsForLabel(labelId int) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldReturnMatchingEntriesForExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method private repopulateAllIndexes() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private createIndexRule(labelId int, propertyKeyIds int...) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type data : IndexEntryUpdate<SchemaIndexDescriptor>[] to data : IndexEntryUpdate<PendingIndexDescriptor>[] in method public closeShouldCloseTreeWithoutCheckpoint() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method private applyInterleaved(updates IndexEntryUpdate<PendingIndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type indexes : Iterator<SchemaIndexDescriptor> to indexes : Iterator<PendingIndexDescriptor> in method package onPropertyRemove(node NodeCursor, propertyCursor PropertyCursor, propertyKeyId int, value Value) : void in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdater |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldNotReportConstraintIndexRuleWithoutBackReference() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public detectUniqueIndexWithoutOwningConstraint() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type indexes : List<IndexRule> to indexes : List<IndexDescriptor> in method public shouldLogIndexStateOutliersOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, batch IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type materialized : List<SchemaIndexDescriptor> to materialized : List<PendingIndexDescriptor> in method public sortByType(indexes Iterator<PendingIndexDescriptor>) : Iterator<PendingIndexDescriptor> in class org.neo4j.kernel.api.schema.index.PendingIndexDescriptor |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type iterator : Iterator<SchemaIndexDescriptor> to iterator : Iterator<PendingIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<IndexReference> in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldReportNodesWithDuplicatePropertyValueInUniqueIndex() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReportBrokenSchemaRecordChain() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public IndexAccessors(providers IndexProviderMap, schemaStore RecordStore<DynamicRecord>, samplingConfig IndexSamplingConfig) in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Variable Type failedIndex : IndexRule to failedIndex : IndexDescriptor in method public shouldLogIndexStateOutliersOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public storeAndLoad_Big_CompositeSchemaRule() : void in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Variable Type indexRule3 : IndexRule to indexRule3 : IndexDescriptor in method public shouldCreateMultipleIndexesInOneCall() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldQueryAboutAddedAndChangedValueTuples() : void in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method private assertEqualityByDescriptor(descriptor PendingIndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public updaterShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type expected : List<IndexEntryUpdate<SchemaIndexDescriptor>> to expected : List<IndexEntryUpdate<PendingIndexDescriptor>> in method public populatorMarkedAsFailed() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithExclusiveStartAndInclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private findRuleForLabel(schemaDescriptor LabelSchemaDescriptor) : IndexDescriptor in class schema.MultiIndexPopulationConcurrentUpdatesIT.IndexDropAction |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public shouldRecoverIndexCountsBySamplingThemOnStartup() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsIT |
From |
To |
|
Change Variable Type matched : List<SchemaIndexDescriptor> to matched : List<PendingIndexDescriptor> in method public shouldMatchSeveralTimes() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public shouldReportFailedIfAnyIsFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Variable Type someUpdates : IndexEntryUpdate<SchemaIndexDescriptor>[] to someUpdates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public respectIndexOrder() : void in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type removal : IndexEntryUpdate<SchemaIndexDescriptor> to removal : IndexEntryUpdate<PendingIndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, batch IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public indexCreate(descriptor SchemaDescriptor, provider Optional<String>, name Optional<String>) : IndexReference in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldCreateConsistentUniquenessConstraint() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest |
From |
To |
|
Change Variable Type fromTxState : Iterator<SchemaIndexDescriptor> to fromTxState : Iterator<PendingIndexDescriptor> in method public index(label int, properties int...) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type forLabel : Set<SchemaIndexDescriptor> to forLabel : Set<PendingIndexDescriptor> in method package removeSchemaRule(id long) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type indexes : Iterator<SchemaIndexDescriptor> to indexes : Iterator<PendingIndexDescriptor> in method package onPropertyAdd(node NodeCursor, propertyCursor PropertyCursor, propertyKeyId int, value Value) : void in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdater |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public formatArgument(builder Appendable, arg Object) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureArgumentFormatter |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldForgetDeferredIndexDropDuringRecoveryIfCreatedIndexWithSameRuleId() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private newIndexPopulationJob(failureDelegateFactory FailedIndexProxyFactory, populator IndexPopulator, flipper FlippableIndexProxy, storeView IndexStoreView, logProvider LogProvider, constraint boolean) : IndexPopulationJob in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public run() : void in class org.neo4j.consistency.checking.full.ConsistencyCheckTasks.IndexDirtyCheckTask |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithInclusiveStartAndInclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,PendingIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public setUp() : void in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueDatabaseIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public addShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public shouldReturnNullWhenNoIndexExists() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type toRemove : IndexEntryUpdate<SchemaIndexDescriptor> to toRemove : IndexEntryUpdate<PendingIndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexes : List<IndexRule> to indexes : List<IndexDescriptor> in method public shouldLogIndexStateOutliersOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type desc2 : SchemaIndexDescriptor to desc2 : PendingIndexDescriptor in method public shouldCreateEqualDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyCreateIndexRuleSchemaRuleCommandToTheStoreInRecovery() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public createTasksForFullCheck(checkLabelScanStore boolean, checkIndexes boolean, checkGraph boolean) : List<ConsistencyCheckerTask> in class org.neo4j.consistency.checking.full.ConsistencyCheckTasks |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public shouldLogTriggerSamplingOnAnIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexesForProperty : List<SchemaIndexDescriptor> to indexesForProperty : List<PendingIndexDescriptor> in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to generator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type matched : List<SchemaIndexDescriptor> to matched : List<PendingIndexDescriptor> in method public shouldNotMatchIfNodeIsMissingProperty() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type existingIndex : SchemaIndexDescriptor to existingIndex : PendingIndexDescriptor in method private assertIndexDoesNotExist(context SchemaKernelException.OperationContext, descriptor SchemaDescriptor) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type populatingIndex : IndexRule to populatingIndex : IndexDescriptor in method public shouldLogIndexStateOutliersOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldStoreIndexFailureWhenFailingToCreateOnlineAccessorAfterRecoveringPopulatingIndex() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method private processAll(updater IndexUpdater, updates IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type schemaRule : IndexRule to schemaRule : IndexDescriptor in method private createIndexRule(labelId int, propertyKeyIds int[]) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public serialize(indexRule IndexDescriptor) : byte[] in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type matched : List<SchemaIndexDescriptor> to matched : List<PendingIndexDescriptor> in method public shouldMatchOnSpecialProperty() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReturnIndexRuleForLabelAndProperty() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type desc1 : SchemaIndexDescriptor to desc1 : PendingIndexDescriptor in method public shouldCreateEqualDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method package processAll(updates IndexEntryUpdate<PendingIndexDescriptor>...) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldReportInvalidConstraintBackReferences() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public start() : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Variable Type batch : IndexEntryUpdate<SchemaIndexDescriptor>[] to batch : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldHandleMultipleConsecutiveUpdaters() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type otherIndex : IndexRule to otherIndex : IndexDescriptor in method public shouldNotLoseIndexDescriptorDueToOtherSimilarIndexDuringRecovery() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldReportInvalidPropertyReferenceFromIndexRule() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type desc : SchemaIndexDescriptor to desc : PendingIndexDescriptor in method public shouldCreateUniqueIndexDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type diffSets : ReadableDiffSets<SchemaIndexDescriptor> to diffSets : ReadableDiffSets<PendingIndexDescriptor> in method public index(label int, properties int...) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method public shouldSnapshotOnlineIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type toChange : IndexEntryUpdate<SchemaIndexDescriptor> to toChange : IndexEntryUpdate<PendingIndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<PendingIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<PendingIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type populatingIndex : IndexRule to populatingIndex : IndexDescriptor in method public shouldLogIndexStateOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type newDataGenerator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> to newDataGenerator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldIndexAdd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public apply(indexMap IndexMap) : IndexMap in class org.neo4j.kernel.impl.api.index.IndexingService.IndexPopulationStarter |
From |
To |
|
Change Variable Type onlineIndex : IndexRule to onlineIndex : IndexDescriptor in method public shouldLogIndexStateOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private createAlwaysInitiallyPopulatingLuceneIndexFactory() : KernelExtensionFactory<LuceneIndexProviderFactory.Dependencies> in class org.neo4j.kernel.api.impl.schema.LuceneIndexRecoveryIT |
From |
To |
|
Change Variable Type indexDescriptor : SchemaIndexDescriptor to indexDescriptor : PendingIndexDescriptor in method public index(label int, properties int...) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type readIndexRule : IndexRule to readIndexRule : IndexDescriptor in method public storeAndLoad_Big_CompositeSchemaRule() : void in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Variable Type matched : List<SchemaIndexDescriptor> to matched : List<PendingIndexDescriptor> in method public shouldMatchOnTwoProperties() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public indexGetPopulationProgress(index IndexReference) : PopulationProgress in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method private getIndexesNeedingPopulation() : IndexDescriptor[] in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldReportDuplicateConstraintReferences() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type indexRuleIterator : Iterator<IndexRule> to indexRuleIterator : Iterator<IndexDescriptor> in method public shouldReportNodesThatAreNotIndexed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type u : IndexEntryUpdate<SchemaIndexDescriptor> to u : IndexEntryUpdate<PendingIndexDescriptor> in method private convertToHits(updates IndexEntryUpdate<PendingIndexDescriptor>[], layout Layout<KEY,VALUE>) : Hit<KEY,VALUE>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldReportUniquenessConstraintNotReferencingBack() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type failedIndex : IndexRule to failedIndex : IndexDescriptor in method public shouldLogIndexStateOutliersOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public init() : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public addShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnAllEntriesForExistsPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public addRemoveIndexes() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type constraintIndex : SchemaIndexDescriptor to constraintIndex : PendingIndexDescriptor in method public shouldBeAbleToRemoveAConstraintIndexWithoutOwner() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type rules : Iterator<IndexRule> to rules : Iterator<IndexDescriptor> in method public IndexAccessors(providers IndexProviderMap, schemaStore RecordStore<DynamicRecord>, samplingConfig IndexSamplingConfig) in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Variable Type onlineIndex : IndexRule to onlineIndex : IndexDescriptor in method public shouldLogIndexStateOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type updates : List<IndexEntryUpdate<SchemaIndexDescriptor>> to updates : List<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldQueryAboutAddedAndChangedValueTuples() : void in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldReportNodesThatAreNotIndexed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type desc : SchemaIndexDescriptor to desc : PendingIndexDescriptor in method public shouldCreateIndexDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private readIndexRule(id long, constraintIndex boolean, label int, serialized ByteBuffer) : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleDeserializer2_0to3_1 |
From |
To |
|
Change Variable Type failedIndex : IndexRule to failedIndex : IndexDescriptor in method public shouldLogIndexStateOnStart() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type deserialized : IndexRule to deserialized : IndexDescriptor in method private assertParseIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public updaterShouldApplyUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type expectedRules : Set<IndexRule> to expectedRules : Set<IndexDescriptor> in method public shouldListAllIndexRules() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public indexGetCommittedId(index PendingIndexDescriptor) : long in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Variable Type populatorBatch : Collection<IndexEntryUpdate<SchemaIndexDescriptor>> to populatorBatch : Collection<IndexEntryUpdate<PendingIndexDescriptor>> in method private applyInterleaved(updates IndexEntryUpdate<PendingIndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type matched : List<SchemaIndexDescriptor> to matched : List<PendingIndexDescriptor> in method public shouldMatchOnSingleProperty() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public shouldNotAllowConcurrentViolationOfConstraint() : void in class org.neo4j.concurrencytest.ConstraintIndexConcurrencyTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldCreateUniqueIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method public addRemoveIndexes() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type addition : IndexEntryUpdate<SchemaIndexDescriptor> to addition : IndexEntryUpdate<PendingIndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<PendingIndexDescriptor>>, batch IndexEntryUpdate<PendingIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public shouldLookUpTheIndexByLabelIdAndPropertyKeyId() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public visitIndexSample(indexId long, unique long, size long) : void in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public shouldCreateIndexGivenCreateSchemaRuleCommand() : void in class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method public visitsUniqueConstraintsAndIndices() : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Change Variable Type deserialized : IndexRule to deserialized : IndexDescriptor in method private assertParseUniqueIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public storeAndLoadCompositeSchemaRule() : void in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<SchemaIndexDescriptor> to update : IndexEntryUpdate<PendingIndexDescriptor> in method public shouldHandleMultipleConsecutiveUpdaters() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexRule2 : IndexRule to indexRule2 : IndexDescriptor in method public shouldCreateMultipleIndexesInOneCall() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type forProperty : List<SchemaIndexDescriptor> to forProperty : List<PendingIndexDescriptor> in method package removeSchemaRule(id long) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithExclusiveStartAndExclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyDeleteIndexRuleSchemaRuleCommandToTheStore() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyUpdateIndexRuleSchemaRuleCommandToTheStore() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type rule1 : IndexRule to rule1 : IndexDescriptor in method public shouldReportTwoIndexRulesWithDuplicateContent() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public storeAndLoadSchemaRule() : void in class org.neo4j.kernel.impl.store.SchemaStoreTest |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public testManualIndexPopulation() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceIntegrationTest |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method public shouldReportDuplicateConstraintReferences() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type indexDescriptor : SchemaIndexDescriptor to indexDescriptor : PendingIndexDescriptor in method package indexGetForSchema(descriptor SchemaDescriptor) : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldSampleIndex() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private inMemoryPopulator(constraint boolean) : IndexPopulator in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in method private readIndexRule(id long, source ByteBuffer) : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type rule : IndexRule to rule : IndexDescriptor in method public shouldApplyUpdateIndexRuleSchemaRuleCommandToTheStoreThrowingIndexProblem() : void in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in method public shouldUpdateCountsOnClusterWhenCreatingANodeOnSlaveAndAnIndexOnMaster() : void in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type createdConstraintIndex : SchemaIndexDescriptor to createdConstraintIndex : PendingIndexDescriptor in method private dropCreatedConstraintIndexes() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Variable Type failedIndex : IndexRule to failedIndex : IndexDescriptor in method public shouldLogIndexStateOnInit() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type rules : Iterator<IndexRule> to rules : Iterator<IndexDescriptor> in method public shouldNotReportIndexInconsistenciesIfIndexIsFailed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type indexesNeedingPopulation : List<IndexRule> to indexesNeedingPopulation : List<IndexDescriptor> in method private getIndexesNeedingPopulation() : IndexDescriptor[] in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithInclusiveStartAndExclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<SchemaIndexDescriptor>[] to updates : IndexEntryUpdate<PendingIndexDescriptor>[] in method public shouldReturnCountZeroForMismatchingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in method public visitIndexStatistics(indexId long, updates long, size long) : void in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type indexRule : IndexRule to indexRule : IndexDescriptor in method public committedConstraintRuleShouldCrossReferenceTheCorrespondingIndexRule() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type rule2 : IndexRule to rule2 : IndexDescriptor in method public shouldReportTwoConstraintIndexesReferencingSameConstraint() : void in class org.neo4j.consistency.checking.SchemaRecordCheckTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.OnlineIndexProxyTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexReader |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.SpatialIndexPopulator.PartFactory |
From |
To |
|
Change Attribute Type indexOn1_1 : SchemaIndexDescriptor to indexOn1_1 : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type indexUnique : IndexRule to indexUnique : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Attribute Type initialStateMap : Map<SchemaIndexDescriptor,InternalIndexState> to initialStateMap : Map<PendingIndexDescriptor,InternalIndexState> in class migration.StartOldDbOn3_4AndCreateFusionIndexIT.IndexRecoveryTracker |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexPopulatorTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.populator.UniqueDatabaseIndexPopulatorTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexPopulationIT |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.kernel.api.CompositeIndexingIT |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Attribute Type indexOn_1_1 : SchemaIndexDescriptor to indexOn_1_1 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Attribute Type indexReaders : Map<SchemaIndexDescriptor,IndexReader> to indexReaders : Map<PendingIndexDescriptor,IndexReader> in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneIndexProviderTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader |
From |
To |
|
Change Attribute Type indexCompositeRegular : IndexRule to indexCompositeRegular : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Attribute Type schemaIndexDescriptor2 : SchemaIndexDescriptor to schemaIndexDescriptor2 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexUpdaterMapTest |
From |
To |
|
Change Attribute Type type : SchemaIndexDescriptor.Type to type : PendingIndexDescriptor.Type in class org.neo4j.kernel.api.schema.index.PendingIndexDescriptor |
From |
To |
|
Change Attribute Type indexWithMissingProperty : SchemaIndexDescriptor to indexWithMissingProperty : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessor |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.RebuildingIndexDescriptor |
From |
To |
|
Change Attribute Type SCHEMA_INDEX_DESCRIPTOR : SchemaIndexDescriptor to SCHEMA_INDEX_DESCRIPTOR : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseCompositeIndexAccessorTest |
From |
To |
|
Change Attribute Type uniqueOn1_2 : SchemaIndexDescriptor to uniqueOn1_2 : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type indexCompositeUnique : IndexRule to indexCompositeUnique : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Attribute Type rule : IndexRule to rule : IndexDescriptor in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessor.PartFactory |
From |
To |
|
Change Attribute Type index1 : SchemaIndexDescriptor to index1 : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type index1_2 : SchemaIndexDescriptor to index1_2 : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Attribute Type index42 : SchemaIndexDescriptor to index42 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Attribute Type indexRule : IndexRule to indexRule : IndexDescriptor in class org.neo4j.consistency.checking.full.IndexCheck |
From |
To |
|
Change Attribute Type indexOn_2_2_3_4 : SchemaIndexDescriptor to indexOn_2_2_3_4 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type indexOn_2_1 : SchemaIndexDescriptor to indexOn_2_1 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Attribute Type index12 : SchemaIndexDescriptor to index12 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingJobTrackerTest |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.AccessUniqueDatabaseIndexTest |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Attribute Type indexRules : Iterable<IndexRule> to indexRules : Iterable<IndexDescriptor> in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartFactory |
From |
To |
|
Change Attribute Type rules : IndexRule[] to rules : IndexDescriptor[] in class org.neo4j.kernel.impl.api.index.IndexingService.IndexPopulationStarter |
From |
To |
|
Change Attribute Type internalIndex : SchemaIndexDescriptor to internalIndex : PendingIndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.SpatialIndexAccessor.PartAccessor |
From |
To |
|
Change Attribute Type indexBigComposite : IndexRule to indexBigComposite : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Attribute Type uniqueOn2_2_3 : SchemaIndexDescriptor to uniqueOn2_2_3 : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.storageengine.api.schema.AbstractIndexReader |
From |
To |
|
Change Attribute Type indexDescriptors : Map<SchemaDescriptor,SchemaIndexDescriptor> to indexDescriptors : Map<SchemaDescriptor,PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type notOnlineIndexRules : List<IndexRule> to notOnlineIndexRules : List<IndexDescriptor> in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Attribute Type indexDescriptor : SchemaIndexDescriptor to indexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.IndexCoordinator |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdater |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.IndexPopulationStressTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingService.IndexLogRecord |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility |
From |
To |
|
Change Attribute Type indexOn_1_2 : SchemaIndexDescriptor to indexOn_1_2 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.OnlineIndexSamplingJobTest |
From |
To |
|
Change Attribute Type internalUniqueIndex : SchemaIndexDescriptor to internalUniqueIndex : PendingIndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest |
From |
To |
|
Change Attribute Type indexWithMissingLabel : SchemaIndexDescriptor to indexWithMissingLabel : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor1 : SchemaIndexDescriptor to schemaIndexDescriptor1 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexUpdaterMapTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Attribute Type UNIQUE_INDEX : SchemaIndexDescriptor to UNIQUE_INDEX : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Attribute Type indexByProperty : MutableIntObjectMap<List<SchemaIndexDescriptor>> to indexByProperty : MutableIntObjectMap<List<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type index1 : SchemaIndexDescriptor to index1 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Attribute Type index22 : SchemaIndexDescriptor to index22 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingJobTrackerTest |
From |
To |
|
Change Attribute Type indexOn1_1_new : SchemaIndexDescriptor to indexOn1_1_new : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.PartFactory |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilderTest |
From |
To |
|
Change Attribute Type indexRule : IndexRule to indexRule : IndexDescriptor in class org.neo4j.consistency.store.synthetic.IndexRecord |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndex |
From |
To |
|
Change Attribute Type GENERAL_INDEX : SchemaIndexDescriptor to GENERAL_INDEX : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Attribute Type UPDATE_COMPARATOR : Comparator<IndexEntryUpdate<SchemaIndexDescriptor>> to UPDATE_COMPARATOR : Comparator<IndexEntryUpdate<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Attribute Type index11 : SchemaIndexDescriptor to index11 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingJobTrackerTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessorTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessor |
From |
To |
|
Change Attribute Type indexRuleById : MutableLongObjectMap<IndexRule> to indexRuleById : MutableLongObjectMap<IndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.tools.dump.DumpCountsStoreTest |
From |
To |
|
Change Attribute Type indexOnSpecialProperty : SchemaIndexDescriptor to indexOnSpecialProperty : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type indexes : List<SchemaIndexDescriptor> to indexes : List<PendingIndexDescriptor> in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.SpatialIndexReader |
From |
To |
|
Change Attribute Type UNIQUE_SCHEMA_INDEX_DESCRIPTOR : SchemaIndexDescriptor to UNIQUE_SCHEMA_INDEX_DESCRIPTOR : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseCompositeIndexAccessorTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReaderTest |
From |
To |
|
Change Attribute Type indexes : Map<Long,SchemaIndexDescriptor> to indexes : Map<Long,PendingIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest |
From |
To |
|
Change Attribute Type uniqueIndex : SchemaIndexDescriptor to uniqueIndex : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexMeta |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexReader |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingControllerTest |
From |
To |
|
Change Attribute Type indexChanges : DiffSets<SchemaIndexDescriptor> to indexChanges : DiffSets<PendingIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Attribute Type indexDescriptorsByLabel : MutableIntObjectMap<Set<SchemaIndexDescriptor>> to indexDescriptorsByLabel : MutableIntObjectMap<Set<PendingIndexDescriptor>> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexUniquenessVerificationIT |
From |
To |
|
Change Attribute Type indexOn_1_1_2 : SchemaIndexDescriptor to indexOn_1_1_2 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor3 : SchemaIndexDescriptor to schemaIndexDescriptor3 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexUpdaterMapTest |
From |
To |
|
Change Attribute Type indexOn_2_2_3 : SchemaIndexDescriptor to indexOn_2_2_3 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : SchemaIndexDescriptor to schemaIndexDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Attribute Type indexOn2_new : SchemaIndexDescriptor to indexOn2_new : PendingIndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartAccessor |
From |
To |
|
Change Attribute Type onlineIndexRules : List<IndexRule> to onlineIndexRules : List<IndexDescriptor> in class org.neo4j.consistency.checking.index.IndexAccessors |
From |
To |
|
Change Attribute Type descriptor : SchemaIndexDescriptor to descriptor : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor |
From |
To |
|
Change Attribute Type anotherDescriptor : SchemaIndexDescriptor to anotherDescriptor : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingControllerTest |
From |
To |
|
Change Attribute Type index : SchemaIndexDescriptor to index : PendingIndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Attribute Type indexOn_1_2_3 : SchemaIndexDescriptor to indexOn_1_2_3 : PendingIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type DESCRIPTOR : SchemaIndexDescriptor to DESCRIPTOR : PendingIndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseCompositeIndexAccessorTest |
From |
To |
|
Change Attribute Type rules : IndexRule[] to rules : IndexDescriptor[] in class schema.MultiIndexPopulationConcurrentUpdatesIT |
From |
To |
|
Change Attribute Type indexRegular : IndexRule to indexRegular : IndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Attribute Type createdIndexes : List<IndexRule> to createdIndexes : List<IndexDescriptor> in class org.neo4j.kernel.impl.transaction.command.IndexBatchTransactionApplier.SingleTransactionApplier |
From |
To |