|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetPopulationProgress(descriptor SchemaIndexDescriptor) : PopulationProgress in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUniqueValuesPercentage(state KernelStatement, descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private propertyNames(tokens TokenNameLookup, index SchemaIndexDescriptor) : List<String> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexSample(index SchemaIndexDescriptor, target Register.DoubleLongRegister) : Register.DoubleLongRegister in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetFailure(state Statement, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package SpatialFusionIndexPopulator(indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, indexSupplier SpatialCRSSchemaIndex.Supplier) in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexPopulator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private seekQuery(descriptor SchemaIndexDescriptor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private constraintIndexHasOwner(state KernelStatement, descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueClientFilterTest |
From |
To |
|
Change Parameter Type type : IndexDescriptor.Type to type : SchemaIndexDescriptor.Type in method private assertRule(rule IndexRule, label String, propertyKey String, type SchemaIndexDescriptor.Type) : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Parameter Type diffSet : ReadableDiffSets<IndexDescriptor> to diffSet : ReadableDiffSets<SchemaIndexDescriptor> in method private checkIndexState(index SchemaIndexDescriptor, diffSet ReadableDiffSets<SchemaIndexDescriptor>) : boolean in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public abstract getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUpdatesForScan(descriptor SchemaIndexDescriptor) : PrimitiveLongReadableDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetFailure(state Statement, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public recoveryCompleted(indexId long, schemaIndexDescriptor SchemaIndexDescriptor, data Map<String,Object>) : void in class org.neo4j.kernel.api.index.LoggingMonitor |
From |
To |
|
Change Parameter Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>> in method private buildMessage(exceptions Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>>) : String in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public UniqueLuceneIndexPopulator(index SchemaIndex, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type existing : IndexEntryUpdate<IndexDescriptor>[] to existing : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private skipExisting(existing IndexEntryUpdate<SchemaIndexDescriptor>[]) : Predicate<IndexEntryUpdate<SchemaIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method package extractValuesFromUpdates(updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : Value[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexRule(id long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexRule in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetCapability(descriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method protected newIndexPopulator(storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private awaitOnline(db HighlyAvailableGraphDatabase, index SchemaIndexDescriptor) : long in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public LuceneIndexAccessor(luceneIndex SchemaIndex, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDrop(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.api.SchemaWriteOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index SchemaIndexDescriptor) : Long in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public get(descriptor SchemaIndexDescriptor, indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, crs CoordinateReferenceSystem) : SpatialCRSSchemaIndex in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodesCountIndexed(statement KernelStatement, index SchemaIndexDescriptor, nodeId long, value Value) : long in class org.neo4j.kernel.impl.api.operations.EntityReadOperations |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<IndexDescriptor>> to expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> in method private selectRandomItem(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>) : IndexEntryUpdate<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexSize(descriptor SchemaIndexDescriptor) : long in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexId long, descriptor SchemaIndexDescriptor, indexPopulator IndexPopulator, flippableIndexProxy FlippableIndexProxy, failedIndexProxyFactory FailedIndexProxyFactory) : MultipleIndexPopulator.IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package IndexRule(id long, providerDescriptor IndexProvider.Descriptor, descriptor SchemaIndexDescriptor, owningConstraint Long, name String) in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetForSchema(descriptor SchemaIndexDescriptor) : IndexRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Parameter Type element : IndexDescriptor to element : SchemaIndexDescriptor in method public visitRemovedIndex(element SchemaIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package createRecoveringIndexProxy(ruleId long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDoDrop(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method private indexMetaFromProvider(ruleId long, providerDescriptor IndexProvider.Descriptor, schemaIndexDescriptor SchemaIndexDescriptor) : IndexMeta in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetCommittedId(index SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package FusionIndexAccessor(numberAccessor IndexAccessor, spatialAccessor IndexAccessor, temporalAccessor IndexAccessor, luceneAccessor IndexAccessor, selector Selector, indexId long, descriptor SchemaIndexDescriptor, dropAction DropAction) in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package UniqueInMemoryIndex(descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.UniqueInMemoryIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public visitIndex(descriptor SchemaIndexDescriptor, userDescription String, uniqueValuesPercentage double, size long) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public WritableDatabaseSchemaIndex(storage PartitionedIndexStorage, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, writableIndexPartitionFactory WritableIndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public failedToOpenIndex(indexId long, schemaIndexDescriptor SchemaIndexDescriptor, action String, cause Exception) : void in class org.neo4j.kernel.api.index.IndexProvider.Monitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public SimpleIndexReader(partitionSearcher PartitionSearcher, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, taskCoordinator TaskCoordinator) in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetCommittedId(state KernelStatement, index SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package createOnlineIndexProxy(ruleId long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method protected newIndexPopulator(storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>> in method public MultipleUnderlyingStorageExceptions(exceptions Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>>) in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public notAllowed(descriptor SchemaIndexDescriptor) : RuntimeException in class org.neo4j.kernel.api.exceptions.index.IndexEntryConflictException |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NativeSchemaIndexReader(tree GBPTree<KEY,VALUE>, layout Layout<KEY,VALUE>, samplingConfig IndexSamplingConfig, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexReader |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private assertSeek(index SchemaIndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method protected newIndexAccessor(storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private LuceneSchemaIndexBuilder(descriptor SchemaIndexDescriptor, config Config) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetPopulationProgress(state KernelStatement, descriptor SchemaIndexDescriptor) : PopulationProgress in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public test(indexId long, descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingController.RecoveryCondition |
From |
To |
|
Change Parameter Type batch : IndexEntryUpdate<IndexDescriptor>[] to batch : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, batch IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private assertIndexOnline(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodeGetFromUniqueIndexSeek(index SchemaIndexDescriptor, predicates IndexQuery.ExactPredicate...) : long in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesAndSize(index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.storageengine.api.schema.SimpleNodeValueClient |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NumberSchemaIndexPopulator(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexPopulator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueClientFilter |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesAndSize(index SchemaIndexDescriptor, target Register.DoubleLongRegister) : Register.DoubleLongRegister in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetCapability(descriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexSize(state KernelStatement, descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private forUpdates(index SchemaIndexDescriptor, updates NodeUpdates...) : List<IndexEntryUpdate<SchemaIndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private convertToHits(updates IndexEntryUpdate<SchemaIndexDescriptor>[], layout Layout<KEY,VALUE>) : Hit<KEY,VALUE>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUniqueValuesSelectivity(descriptor SchemaIndexDescriptor) : double in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public constraintIndexRule(id long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long) : IndexRule in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method package countUniqueValues(updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : int in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUpdatesForSeek(descriptor SchemaIndexDescriptor, values ValueTuple) : PrimitiveLongReadableDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private findAndCreateSpatialIndex(indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public populationCompleteOn(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexingService.Monitor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesAndSize(statement KernelStatement, index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.impl.api.operations.CountsOperations |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package StringLayoutTestUtil(schemaIndexDescriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetPopulationProgress(state KernelStatement, descriptor SchemaIndexDescriptor) : PopulationProgress in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public SimpleIndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.index.schema.fusion.BridgingIndexProgressor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public CompositeIndexPopulatorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.index.CompositeIndexPopulatorCompatibility |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public uniqueIndexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index SchemaIndexDescriptor) : Long in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method package IndexPopulatorWithSchema(populator IndexPopulator, index SchemaIndexDescriptor) in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private getSelectivity(descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private filterIndexStateChangesForRangeSeekByPrefix(state KernelStatement, index SchemaIndexDescriptor, prefix String, nodeIds PrimitiveLongResourceIterator) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodeGetFromUniqueIndexSeek(state KernelStatement, index SchemaIndexDescriptor, query IndexQuery.ExactPredicate...) : long in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private executeCreations(index SchemaIndexDescriptor, numberOfCreations int) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private executeCreationsDeletionsAndUpdates(nodes long[], index SchemaIndexDescriptor, numberOfCreations int) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public recoveryCompleted(indexId long, schemaIndexDescriptor SchemaIndexDescriptor, data Map<String,Object>) : void in class org.neo4j.kernel.api.index.IndexProvider.Monitor |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package NumberLayoutTestUtil(schemaIndexDescriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public IndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.index.IndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private addPopulator(batchingPopulator BatchingMultipleIndexPopulator, descriptor SchemaIndexDescriptor) : IndexPopulator in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexQuery(state KernelStatement, index SchemaIndexDescriptor, predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private descriptorToDefinition(statement ReadOperations, index SchemaIndexDescriptor) : IndexDefinition in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package TemporalIndexPartReader(tree GBPTree<KEY,NativeSchemaValue>, layout Layout<KEY,NativeSchemaValue>, samplingConfig IndexSamplingConfig, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPartReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public of(descriptor SchemaIndexDescriptor) : Layout<ZonedTimeSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.ZonedTimeLayout |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NativeSchemaIndexPopulator(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<KEY,VALUE>, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulator |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private filterIndexStateChangesForRangeSeekByString(state KernelStatement, index SchemaIndexDescriptor, lower String, includeLower boolean, upper String, includeUpper boolean, nodeIds PrimitiveLongResourceIterator) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByPrefix(index SchemaIndexDescriptor, prefix String) : PrimitiveLongReadableDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private numericRangeQuery(descriptor SchemaIndexDescriptor, predicate IndexQuery.NumberRangePredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package StringSchemaIndexReader(tree GBPTree<StringSchemaKey,NativeSchemaValue>, layout Layout<StringSchemaKey,NativeSchemaValue>, samplingConfig IndexSamplingConfig, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public newReader(samplingConfig IndexSamplingConfig, descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public test(indexId long, descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingControllerTest.Always |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexRuleDoAdd(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private layout(descriptor SchemaIndexDescriptor) : SpatialLayout in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private waitUntilOnline(index SchemaIndexDescriptor, indexDescription IndexSpecifier, timeout long, timeoutUnits TimeUnit) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public abstract getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<IndexDescriptor>> to expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private triggerSampling(index SchemaIndexDescriptor) : void in class org.neo4j.kernel.builtinprocs.IndexProcedures |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public uniqueIndexDrop(state KernelStatement, index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexRule(id long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor, name String) : IndexRule in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type updates : Iterator<IndexEntryUpdate<IndexDescriptor>> to updates : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method private interleaveLargeAmountOfUpdates(updaterRandom Random, updates Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>) : int in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public getFreshIndexReader(index SchemaIndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StorageStatement |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package IndexLogRecord(indexId long, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.api.index.IndexingService.IndexLogRecord |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private stringRangeQuery(descriptor SchemaIndexDescriptor, predicate IndexQuery.StringRangePredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodesCountIndexed(statement KernelStatement, index SchemaIndexDescriptor, nodeId long, value Value) : long in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public get(descriptor SchemaIndexDescriptor, indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, crs CoordinateReferenceSystem) : SpatialCRSSchemaIndex in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex.Supplier |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package PartAccessor(pageCache PageCache, fs FileSystemAbstraction, fileLayout TemporalIndexFiles.FileLayout<KEY>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartAccessor |
From |
To |
|
Change Parameter Type diffSet : ReadableDiffSets<IndexDescriptor> to diffSet : ReadableDiffSets<SchemaIndexDescriptor> in method private checkIndexState(index SchemaIndexDescriptor, diffSet ReadableDiffSets<SchemaIndexDescriptor>) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private checkIndexState(index SchemaIndexDescriptor, diffSet ReadableDiffSets<SchemaIndexDescriptor>) : boolean in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method private createUniqueIndexAndOwningConstraint(schemaIndexDescriptor SchemaIndexDescriptor, constraintDescriptor IndexBackedConstraintDescriptor) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<IndexDescriptor>> to expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, batch IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private prefixQuery(descriptor SchemaIndexDescriptor, predicate IndexQuery.StringPrefixPredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package PartFactory(pageCache PageCache, fs FileSystemAbstraction, temporalIndexFiles TemporalIndexFiles, indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, monitor IndexProvider.Monitor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.PartFactory |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private internalExecuteCreationsDeletionsAndUpdates(nodes long[], index SchemaIndexDescriptor, numberOfCreations int, allowDeletions boolean, allowUpdates boolean) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private executeCreationsAndUpdates(nodes long[], index SchemaIndexDescriptor, numberOfCreations int) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetPopulationProgress(state KernelStatement, descriptor SchemaIndexDescriptor) : PopulationProgress in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public uniqueIndexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexPopulator IndexPopulator, indexId long, descriptor SchemaIndexDescriptor) : MultipleIndexPopulator.IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package InMemoryIndex(descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetFailure(descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private layout(descriptor SchemaIndexDescriptor) : Layout<KEY,VALUE> in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(state KernelStatement, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package indexGetState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(state KernelStatement, descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package TemporalIndexReader(descriptor SchemaIndexDescriptor, accessor TemporalIndexAccessor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private writeFailure(indexName String, builder StringBuilder, provider IndexProvider, indexId long, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexSize(descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package SpatialFusionIndexReader(readerMap Map<CoordinateReferenceSystem,IndexReader>, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexReader |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesForScan(index SchemaIndexDescriptor) : PrimitiveLongReadableDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private assertEqualityByDescriptor(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public isIndexOnline(descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest.IndexOnlineMonitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByPrefix(descriptor SchemaIndexDescriptor, prefix String) : PrimitiveLongReadableDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private geometricRangeQuery(descriptor SchemaIndexDescriptor, predicate IndexQuery.GeometryRangePredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexSize(descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexQuery(index SchemaIndexDescriptor, predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexSize(statement KernelStatement, descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package InMemoryIndexImplementation(descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexImplementation |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexDrop(state KernelStatement, index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(state KernelStatement, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package HashBasedIndex(descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.HashBasedIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package LuceneSchemaIndex(indexStorage PartitionedIndexStorage, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, partitionFactory IndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUniqueValuesSelectivity(descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public CompositeIndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.index.CompositeIndexAccessorCompatibility |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexSample(statement KernelStatement, index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.impl.api.operations.CountsOperations |
From |
To |
|
Change Parameter Type indexConfig : IndexDescriptor to indexConfig : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, indexConfig SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public readPopulationFailure(descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodesCountIndexed(index SchemaIndexDescriptor, nodeId long, value Value) : long in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodesCountIndexed(index SchemaIndexDescriptor, nodeId long, value Value) : long in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodeGetFromUniqueIndexSeek(state KernelStatement, index SchemaIndexDescriptor, predicates ExactPredicate...) : long in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package TemporalIndexAccessor(indexId long, descriptor SchemaIndexDescriptor, 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 descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NumberSchemaIndexAccessor(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodesCountIndexed(statement KernelStatement, index SchemaIndexDescriptor, nodeId long, value Value) : long in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index SchemaIndexDescriptor) : Long in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexMeta(descriptor SchemaIndexDescriptor) : IndexMeta in class org.neo4j.kernel.impl.api.index.FailedIndexProxyTest |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private isCompletedPopulation(index SchemaIndexDescriptor, updatesTracker UpdatesTracker) : boolean in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDoDrop(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public visitAddedIndex(index SchemaIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package createFailedIndexProxy(ruleId long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor, populationFailure IndexPopulationFailure) : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetCommittedId(state KernelStatement, index SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexSize(state KernelStatement, descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByString(descriptor SchemaIndexDescriptor, lower String, includeLower boolean, upper String, includeUpper boolean) : PrimitiveLongReadableDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package indexGetFailure(descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package indexGetCapability(schemaIndexDescriptor SchemaIndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method private valueOf(update IndexEntryUpdate<SchemaIndexDescriptor>) : Object in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private onlineAccessorFromProvider(providerDescriptor IndexProvider.Descriptor, ruleId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private awaitOnline(readOperations ReadOperations, index SchemaIndexDescriptor) : SchemaIndexDescriptor in class org.neo4j.storeupgrade.StoreUpgradeIT |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(state KernelStatement, index SchemaIndexDescriptor) : Long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByGeometry(descriptor SchemaIndexDescriptor, lower PointValue, includeLower boolean, upper PointValue, includeUpper boolean) : PrimitiveLongReadableDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private filterIndexStateChangesForRangeSeekByGeometry(state KernelStatement, index SchemaIndexDescriptor, lower PointValue, includeLower boolean, upper PointValue, includeUpper boolean, nodeIds PrimitiveLongResourceIterator) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private filterIndexStateChangesForSeek(state KernelStatement, nodeIds PrimitiveLongResourceIterator, index SchemaIndexDescriptor, propertyValues ValueTuple) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.api.schema.BridgingIndexProgressor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByString(index SchemaIndexDescriptor, lower String, includeLower boolean, upper String, includeUpper boolean) : PrimitiveLongReadableDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method protected newIndexAccessor(storeFile File, layout Layout<NumberSchemaKey,NativeSchemaValue>, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private filterIndexStateChangesForScan(state KernelStatement, nodeIds PrimitiveLongResourceIterator, index SchemaIndexDescriptor) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private awaitIndexOnline(descriptor SchemaIndexDescriptor, keyForProbing String) : void in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package IndexRule(id long, providerDescriptor IndexProvider.Descriptor, descriptor SchemaIndexDescriptor, owningConstraint Long) in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package FusionIndexReader(numberReader IndexReader, spatialReader IndexReader, temporalReader IndexReader, luceneReader IndexReader, selector Selector, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package RebuildingIndexDescriptor(schemaIndexDescriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor) in class org.neo4j.kernel.impl.api.index.RebuildingIndexDescriptor |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>... to updates : IndexEntryUpdate<SchemaIndexDescriptor>... in method package processAll(updates IndexEntryUpdate<SchemaIndexDescriptor>...) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private dropIndex(index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexIsOnline(indexStorage PartitionedIndexStorage, descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method private entityIdOf(update IndexEntryUpdate<SchemaIndexDescriptor>) : long in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public visitAddedIndex(index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package LayoutTestUtil(schemaIndexDescriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private addEntries(index SchemaIndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexSample(index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private checkIndexState(index SchemaIndexDescriptor, diffSet ReadableDiffSets<SchemaIndexDescriptor>) : boolean in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private executeCreationsAndDeletions(nodes long[], index SchemaIndexDescriptor, numberOfCreations int) : UpdatesTracker in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public newUnCachedReader(descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetFailure(descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodeGetFromUniqueIndexSeek(index SchemaIndexDescriptor, predicates IndexQuery.ExactPredicate...) : long in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package updaterForAccessor(indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, indexFactory SpatialCRSSchemaIndex.Supplier, descriptor SchemaIndexDescriptor) : SpatialFusionIndexUpdater in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexUpdater |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package createPopulatingIndexProxy(ruleId long, descriptor SchemaIndexDescriptor, 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 index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexQuery(index SchemaIndexDescriptor, predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NativeSchemaIndexAccessor(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<KEY,VALUE>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private getState(indexDescription IndexSpecifier, index SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.builtinprocs.IndexProcedures |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUniqueValuesPercentage(statement KernelStatement, descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type element : IndexDescriptor to element : SchemaIndexDescriptor in method public visitAddedIndex(element SchemaIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private isOnline(indexDescription IndexSpecifier, index SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.builtinprocs.IndexProcedures |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package IndexSamplerWrapper(descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.IndexSamplerWrapper |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public failedToOpenIndex(indexId long, schemaIndexDescriptor SchemaIndexDescriptor, action String, cause Exception) : void in class org.neo4j.kernel.api.index.LoggingMonitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByNumber(index SchemaIndexDescriptor, lower Number, includeLower boolean, upper Number, includeUpper boolean) : PrimitiveLongReadableDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public constraintIndexRule(id long, descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long, name String) : IndexRule in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetCommittedId(state KernelStatement, index SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public readState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public newReader(descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexSample(index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package PartitionedIndexReader(descriptor SchemaIndexDescriptor, readers List<SimpleIndexReader>) in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexStateInfo(tag String, indexId Long, state InternalIndexState, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexUserDescription(descriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor) : String in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(state KernelStatement, descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method package verifyUpdates(updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesForSeek(index SchemaIndexDescriptor, values ValueTuple) : PrimitiveLongReadableDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexQuery(index SchemaIndexDescriptor, predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesAndSize(statement KernelStatement, index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private filterIndexStateChangesForRangeSeekByNumber(state KernelStatement, index SchemaIndexDescriptor, lower Number, includeLower boolean, upper Number, includeUpper boolean, nodeIds PrimitiveLongResourceIterator) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetCommittedId(index SchemaIndexDescriptor) : long in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public newReader(descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexSize(descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(state KernelStatement, descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.SchemaIndexHaIT.ControlledIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method protected AbstractIndexReader(descriptor SchemaIndexDescriptor) in class org.neo4j.storageengine.api.schema.AbstractIndexReader |
From |
To |
|
Change Parameter Type constraint : IndexDescriptor to constraint : SchemaIndexDescriptor in method public indexDoUnRemove(constraint SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package updaterForPopulator(indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, indexFactory SpatialCRSSchemaIndex.Supplier, descriptor SchemaIndexDescriptor) : SpatialFusionIndexUpdater in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexUpdater |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public getIndexReader(index SchemaIndexDescriptor) : IndexReader in class org.neo4j.storageengine.api.StorageStatement |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method package sort(updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private indexRule(index SchemaIndexDescriptor) : IndexRule in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index SchemaIndexDescriptor) : Long in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public PartitionedIndexReader(partitionSearchers List<PartitionSearcher>, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, taskCoordinator TaskCoordinator) in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package StringSchemaIndexPopulator(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexPopulator |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package PartFactory(pageCache PageCache, fs FileSystemAbstraction, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig, temporalIndexFiles TemporalIndexFiles) in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartFactory |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public Compatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public populationCompleteOn(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest.IndexOnlineMonitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public abstract getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package PartPopulator(pageCache PageCache, fs FileSystemAbstraction, fileLayout TemporalIndexFiles.FileLayout<KEY>, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.PartPopulator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getFreshIndexReader(descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.StoreStatement |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexSelectivity(descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private addNodesToIndex(descriptor SchemaIndexDescriptor) : IndexUpdater in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method private assertIndexOnline(state KernelStatement, schemaIndexDescriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type indexEntryUpdateIterator : Iterator<IndexEntryUpdate<IndexDescriptor>> to indexEntryUpdateIterator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method private verifyUpdates(indexEntryUpdateIterator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodeGetFromUniqueIndexSeek(index SchemaIndexDescriptor, predicates IndexQuery.ExactPredicate...) : long in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public create(descriptor SchemaIndexDescriptor, config Config) : LuceneSchemaIndexBuilder in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public of(descriptor SchemaIndexDescriptor) : Layout<ZonedDateTimeSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.ZonedDateTimeLayout |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private SpatialFusionIndexUpdater(indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, indexSupplier SpatialCRSSchemaIndex.Supplier, descriptor SchemaIndexDescriptor, populating boolean) in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexUpdater |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.ControlledPopulationIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexQuery(statement KernelStatement, index SchemaIndexDescriptor, predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.operations.EntityReadOperations |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesAndSize(index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUniqueValuesSelectivity(descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public of(descriptor SchemaIndexDescriptor) : Layout<LocalTimeSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.LocalTimeLayout |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public SpatialCRSSchemaIndex(descriptor SchemaIndexDescriptor, directoryStructure IndexDirectoryStructure, crs CoordinateReferenceSystem, indexId long, pageCache PageCache, fs FileSystemAbstraction, monitor IndexProvider.Monitor, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, configuration SpaceFillingCurveConfiguration, maxBits int) in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private indexStillExists(schemaOps SchemaReadOperations, state KernelStatement, descriptor LabelSchemaDescriptor, index SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public uniqueIndexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private populatorFromProvider(providerDescriptor IndexProvider.Descriptor, ruleId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.api.index.IndexProxyCreator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetFailure(descriptor SchemaIndexDescriptor) : String in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(state KernelStatement, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public of(descriptor SchemaIndexDescriptor) : Layout<DurationSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.DurationLayout |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public dropUniquenessConstraintIndex(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public abstract getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDoUnRemove(descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUniqueValuesPercentage(state KernelStatement, descriptor SchemaIndexDescriptor) : double in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetState(descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetPopulationProgress(descriptor SchemaIndexDescriptor) : PopulationProgress in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public visitIndex(descriptor SchemaIndexDescriptor, userDescription String, uniqueValuesPercentage double, size long) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package TemporalIndexPopulator(indexId long, descriptor SchemaIndexDescriptor, 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 descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package IndexSamplerWrapper(descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexPopulator.IndexSamplerWrapper |
From |
To |
|
Change Parameter Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method private addDefinitions(definitions List<IndexDefinition>, statement ReadOperations, indexes Iterator<SchemaIndexDescriptor>) : void in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private dropIndex(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(index SchemaIndexDescriptor) : Long in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetPopulationProgress(descriptor SchemaIndexDescriptor) : PopulationProgress in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type nodeDescriptor : IndexDescriptor to nodeDescriptor : SchemaIndexDescriptor in method public CompositeIndexingIT(nodeDescriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.CompositeIndexingIT |
From |
To |
|
Change Parameter Type indexes : Map<Long,IndexDescriptor> to indexes : Map<Long,SchemaIndexDescriptor> in method private DumpCountsStore(out PrintStream, indexes Map<Long,SchemaIndexDescriptor>, labels List<Token>, relationshipTypes List<RelationshipTypeToken>, propertyKeys List<Token>) in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private modifyIndex(descriptor SchemaIndexDescriptor) : IndexUpdater in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public map(descriptor SchemaIndexDescriptor) : Kind in class org.neo4j.storageengine.api.schema.SchemaRule.Kind |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getInitialState(indexId long, descriptor SchemaIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public visitRemovedIndex(index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public ReadOnlyDatabaseSchemaIndex(indexStorage PartitionedIndexStorage, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, readOnlyIndexPartitionFactory ReadOnlyIndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NumberSchemaIndexReader(tree GBPTree<KEY,VALUE>, layout Layout<KEY,VALUE>, samplingConfig IndexSamplingConfig, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexRuleDoAdd(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public IndexMeta(ruleId long, schemaIndexDescriptor SchemaIndexDescriptor, providerDescriptor IndexProvider.Descriptor, indexCapability IndexCapability) in class org.neo4j.kernel.impl.api.index.IndexMeta |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexUpdates(descriptor SchemaIndexDescriptor) : long in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodeGetFromUniqueIndexSeek(state KernelStatement, index SchemaIndexDescriptor, predicates IndexQuery.ExactPredicate...) : long in class org.neo4j.kernel.impl.api.operations.EntityReadOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByNumber(descriptor SchemaIndexDescriptor, lower Number, includeLower boolean, upper Number, includeUpper boolean) : PrimitiveLongReadableDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public nodesCountIndexed(index SchemaIndexDescriptor, nodeId long, value Value) : long in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public uniqueIndexDrop(state KernelStatement, descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public of(descriptor SchemaIndexDescriptor) : Layout<DateSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.DateLayout |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public awaitIndexOnline(readOperations ReadOperations, index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.index.SchemaIndexTestHelper |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexDrop(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public DeferredConflictCheckingIndexUpdater(actual IndexUpdater, readerSupplier Supplier<IndexReader>, schemaIndexDescriptor SchemaIndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdater |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package StringSchemaIndexAccessor(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<StringSchemaKey,NativeSchemaValue>, recoveryCleanupWorkCollector RecoveryCleanupWorkCollector, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexAccessor |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private applyInterleaved(updates IndexEntryUpdate<SchemaIndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public visitRemovedIndex(index SchemaIndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package SpatialFusionIndexAccessor(indexMap Map<CoordinateReferenceSystem,SpatialCRSSchemaIndex>, indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig, indexFactory SpatialCRSSchemaIndex.Supplier) in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexAccessor |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private scanQuery(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexQuery(statement KernelStatement, index SchemaIndexDescriptor, predicates IndexQuery[]) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package TemporalIndexFiles(directoryStructure IndexDirectoryStructure, indexId long, descriptor SchemaIndexDescriptor, fs FileSystemAbstraction) in class org.neo4j.kernel.impl.index.schema.TemporalIndexFiles |
From |
To |
|
Change Parameter Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public sortByType(indexes Iterator<SchemaIndexDescriptor>) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptor |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private processAll(updater IndexUpdater, updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexProvider |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private generateUniqueValue(updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : Value in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.index.inmemory.UpdateCapturingIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getIndexReader(descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.StoreStatement |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeValueClient |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private notifyIfPopulationCompleted(index SchemaIndexDescriptor, updatesTracker UpdatesTracker) : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Parameter Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public getCapability(schemaIndexDescriptor SchemaIndexDescriptor) : IndexCapability in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private isUnique(descriptor SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetFailure(state Statement, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type newDataGenerator : Iterator<IndexEntryUpdate<IndexDescriptor>> to newDataGenerator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private arg(index SchemaIndexDescriptor, foo IOFunction<DirectoryFactory,LuceneIndexAccessor>) : Object[] in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public newUnCachedReader(descriptor SchemaIndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public SimpleIndexPopulatorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor SchemaIndexDescriptor) in class org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public abstract getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.api.index.IndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(state KernelStatement, index SchemaIndexDescriptor) : Long in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public initialize(descriptor SchemaIndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.index.schema.NodeValueIterator |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexSample(statement KernelStatement, index SchemaIndexDescriptor, target DoubleLongRegister) : DoubleLongRegister in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package NativeSchemaIndex(pageCache PageCache, fs FileSystemAbstraction, storeFile File, layout Layout<KEY,VALUE>, monitor IndexProvider.Monitor, descriptor SchemaIndexDescriptor, indexId long) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexId long, descriptor SchemaIndexDescriptor, indexPopulator IndexPopulator, flippableIndexProxy FlippableIndexProxy, failedIndexProxyFactory FailedIndexProxyFactory) : IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexUpdatesForRangeSeekByGeometry(index SchemaIndexDescriptor, lower PointValue, includeLower boolean, upper PointValue, includeUpper boolean) : PrimitiveLongReadableDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method package SpatialSchemaIndexReader(tree GBPTree<KEY,VALUE>, layout Layout<KEY,VALUE>, samplingConfig IndexSamplingConfig, descriptor SchemaIndexDescriptor, configuration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public of(descriptor SchemaIndexDescriptor) : Layout<LocalDateTimeSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayout |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptor(descriptor SchemaIndexDescriptor) : IndexProvider.Descriptor in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Parameter Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getPopulationFailure(indexId long, descriptor SchemaIndexDescriptor) : String in class org.neo4j.kernel.impl.index.schema.TemporalIndexProvider |
From |
To |
|
Change Parameter Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public indexGetOwningUniquenessConstraintId(state KernelStatement, index SchemaIndexDescriptor) : Long in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package abstract someUpdatesNoDuplicateValues() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Return Type ReadableDiffSets<IndexDescriptor> to ReadableDiffSets<SchemaIndexDescriptor> in method public indexDiffSetsByLabel(labelId int) : ReadableDiffSets<SchemaIndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private getIndexForIndexBackedConstraint(constraint IndexBackedConstraintDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll() : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type Map<Long,IndexDescriptor> to Map<Long,SchemaIndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,SchemaIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexDescriptor(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll() : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public forLabel(labelId int, propertyIds int...) : SchemaIndexDescriptor in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactory |
From |
To |
|
Change Return Type Iterable<IndexDescriptor> to Iterable<SchemaIndexDescriptor> in method public constraintIndexesCreatedInTx() : Iterable<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type ReadableDiffSets<IndexDescriptor> to ReadableDiffSets<SchemaIndexDescriptor> in method public indexChanges() : ReadableDiffSets<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package abstract someUpdatesWithDuplicateValues() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.FlippableIndexProxy |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package generateAddUpdatesFor(values Object[]) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(state KernelStatement, labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private createUniquenessConstraint(labelId int, propertyIds int...) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.OnlineIndexProxy |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method protected abstract extractIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacadeSchemaIndexIteratorTest.IndexCoordinator |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public forSchema(schema LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor> to IndexEntryUpdate<SchemaIndexDescriptor> in method protected add(nodeId long, value Value) : IndexEntryUpdate<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexProxy |
From |
To |
|
Change Return Type ReadableDiffSets<IndexDescriptor> to ReadableDiffSets<SchemaIndexDescriptor> in method public indexChanges() : ReadableDiffSets<SchemaIndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberUniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method private getAllIndexes(statement Statement) : Iterator<SchemaIndexDescriptor> in class org.neo4j.storeupgrade.StoreUpgradeIT |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private indexGetForLabelAndPropertyKey(txContext StateHandlingStatementOperations, state KernelStatement, labelId int, propertyKey int) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Return Type Iterable<IndexDescriptor> to Iterable<SchemaIndexDescriptor> in method public constraintIndexesCreatedInTx() : Iterable<SchemaIndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll() : Iterator<SchemaIndexDescriptor> in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method protected extractIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacadeSchemaIndexIteratorTest.StringCompositeIndexCoordinator |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetRelatedToProperty(propertyId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method protected extractIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacadeSchemaIndexIteratorTest.NumberIndexCoordinator |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method package indexesByProperty(propertyId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method package indexDescriptor(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexDescriptorsForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private createIndex() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private indexDescriptor(label Label, propertyKey String, constraint boolean) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.PopulatingIndexProxy |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private getIndexDescriptor(readOperations ReadOperations, index IndexDefinition) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringNonUniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptor.Supplier |
From |
To |
|
Change Return Type Iterator<IndexEntryUpdate<IndexDescriptor>> to Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method package randomUpdateGenerator(random RandomRule) : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private descriptorUnique() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeIndexProviderTest |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll() : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberNonUniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(schemaDescriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.api.SchemaWriteOperations |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor> to IndexEntryUpdate<SchemaIndexDescriptor> in method private simpleUpdate() : IndexEntryUpdate<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getSchemaIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.RebuildingIndexDescriptor |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetRelatedToProperty(propertyId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexProxyAdapter |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.store.record.IndexRule |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private createSchemaIndex(labelId int, pkId int) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll(state KernelStatement) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private indexDescriptor(label String, property String) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor> to IndexEntryUpdate<SchemaIndexDescriptor> in method private selectRandomItem(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>) : IndexEntryUpdate<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex |
From |
To |
|
Change Return Type Predicate<IndexEntryUpdate<IndexDescriptor>> to Predicate<IndexEntryUpdate<SchemaIndexDescriptor>> in method private skipExisting(existing IndexEntryUpdate<SchemaIndexDescriptor>[]) : Predicate<IndexEntryUpdate<SchemaIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private getOrCreateUniquenessConstraintIndex(state KernelStatement, schemaOps SchemaReadOperations, schema LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method protected extractIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacadeSchemaIndexIteratorTest.StringIndexCoordinator |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(state KernelStatement, labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.AbstractSwallowingIndexProxy |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public ownedIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.api.schema.constaints.IndexBackedConstraintDescriptor |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private indexGetForLabelAndPropertyKey(store StoreReadLayer, labelId int, propertyKey int) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private createIndex(statement Statement) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.api.impl.schema.SchemaIndex |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package abstract someUpdates() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private createAnIndex(db HighlyAvailableGraphDatabase, label Label, propertyName String) : SchemaIndexDescriptor in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.AbstractDelegatingIndexProxy |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public uniqueForSchema(schema LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactory |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method protected extractIndexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacadeSchemaIndexIteratorTest.NumberCompositeIndexCoordinator |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private uniqueIndexDescriptor(label String, property String) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public sortByType(indexes Iterator<SchemaIndexDescriptor>) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptor |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll(state KernelStatement) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private indexDescriptor(readOperations ReadOperations, index IndexDefinition) : SchemaIndexDescriptor in class org.neo4j.graphdb.IndexingAcceptanceTest |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private descriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeIndexProviderTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingService.IndexLogRecord |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public getDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private indexCreate(txContext StateHandlingStatementOperations, state KernelStatement, labelId int, propertyKey int) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private awaitOnline(readOperations ReadOperations, index SchemaIndexDescriptor) : SchemaIndexDescriptor in class org.neo4j.storeupgrade.StoreUpgradeIT |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method package indexDescriptorsForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public uniqueForLabel(labelId int, propertyIds int...) : SchemaIndexDescriptor in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactory |
From |
To |
|
Change Return Type ReadableDiffSets<IndexDescriptor> to ReadableDiffSets<SchemaIndexDescriptor> in method public indexDiffSetsByLabel(labelId int) : ReadableDiffSets<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private getIndex(labelId int, propertyKeyIds int[], index IndexSpecifier) : SchemaIndexDescriptor in class org.neo4j.kernel.builtinprocs.IndexProcedures |
From |
To |
|
Change Return Type List<IndexEntryUpdate<IndexDescriptor>> to List<IndexEntryUpdate<SchemaIndexDescriptor>> in method private forUpdates(index SchemaIndexDescriptor, updates NodeUpdates...) : List<IndexEntryUpdate<SchemaIndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesByProperty(propertyId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public index() : SchemaIndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll() : Iterator<SchemaIndexDescriptor> in class org.neo4j.storageengine.api.StoreReadLayer |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public createConstraintIndex(schema LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexMeta |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(state KernelStatement, labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method private createIndex(labelName String, propertyKeyName String) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.operations.SchemaReadOperations |
From |
To |
|
Change Return Type IndexEntryUpdate<IndexDescriptor>[] to IndexEntryUpdate<SchemaIndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringUniqueLayoutTestUtil |
From |
To |
|
Change Return Type DiffSetsVisitor<IndexDescriptor> to DiffSetsVisitor<SchemaIndexDescriptor> in method private indexVisitor(visitor TxStateVisitor) : DiffSetsVisitor<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type DiffSets<IndexDescriptor> to DiffSets<SchemaIndexDescriptor> in method private indexChangesDiffSets() : DiffSets<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method package indexDescriptor() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method private toIndexDescriptors(rules Iterable<IndexRule>) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.StorageLayer |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexGetForSchema(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.locking.QueryExecutionLocksIT.LockRecordingReadOperationsWrapper |
From |
To |
|
Change Return Type Iterator<IndexDescriptor> to Iterator<SchemaIndexDescriptor> in method public indexesGetAll(state KernelStatement) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type IndexDescriptor to SchemaIndexDescriptor in method public indexCreate(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Variable Type rule : IndexDescriptor to rule : SchemaIndexDescriptor in method public creatingAnIndexShouldBePopulatingStateWithinTX() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type matched : List<IndexDescriptor> to matched : List<SchemaIndexDescriptor> in method public shouldNotMatchIfNodeIsMissingLabel() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public start() : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Variable Type existingIndex : IndexDescriptor to existingIndex : SchemaIndexDescriptor in method private indexStillExists(schemaOps SchemaReadOperations, state KernelStatement, descriptor LabelSchemaDescriptor, index SchemaIndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldNotCompositeFindNonMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldReturnCountZeroForMismatchingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public visitsUniqueConstraintsAndIndices() : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Change Variable Type expectedRule : IndexDescriptor to expectedRule : SchemaIndexDescriptor in method public addIndexRuleInATransaction() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptorMustThrowIfIndexDoesNotExist() : void in class org.neo4j.kernel.impl.api.OperationsFacadeTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexStatisticsWhenIndexIsBuiltViaPopulationAndConcurrentAdditions() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public indexCreate(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type pair : Pair<IndexDescriptor,UnderlyingStorageException> to pair : Pair<SchemaIndexDescriptor,UnderlyingStorageException> in method private buildMessage(exceptions Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>>) : String in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions |
From |
To |
|
Change Variable Type materialized : List<IndexDescriptor> to materialized : List<SchemaIndexDescriptor> in method public sortByType(indexes Iterator<SchemaIndexDescriptor>) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptor |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method private processAll(updater IndexUpdater, updates IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public serialize(indexRule IndexRule) : byte[] in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private readIndexRule(id long, source ByteBuffer) : IndexRule in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldConsiderNodesChangedInSameTxInIndexPrefixSearch() : void in class org.neo4j.graphdb.IndexingAcceptanceTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldSampleUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public apply(indexMap IndexMap) : IndexMap in class org.neo4j.kernel.impl.api.index.IndexingService.IndexPopulationStarter |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldNotSeeDataCreatedAfterPopulation() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public listIndexes() : Stream<IndexResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, batch IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type existingIndex2 : IndexDescriptor to existingIndex2 : SchemaIndexDescriptor in method public shouldNotReturnRulesAddedInTransactionWithDifferentLabelOrPropertyFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type exception : Pair<IndexDescriptor,UnderlyingStorageException> to exception : Pair<SchemaIndexDescriptor,UnderlyingStorageException> in method public MultipleUnderlyingStorageExceptions(exceptions Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>>) in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions |
From |
To |
|
Change Variable Type scanUpdates : IndexEntryUpdate<IndexDescriptor>[] to scanUpdates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public addedRuleShouldBeVisibleInTx() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getIndexState(index IndexDefinition) : IndexState in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldRequestIndexPopulationWhenFailingWithEOFException() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package indexReader(index IndexReference) : IndexReader in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldSupportIndexSeekByPrefix() : void in class org.neo4j.graphdb.IndexingAcceptanceTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getIndexFailure(index IndexDefinition) : String in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldRequestIndexPopulationFailingWithFileNotFoundException() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldReturnNonExistentRuleAddedInTransactionFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public addShouldApplyAllUpdatesOnce() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public onPropertyRemove(state KernelStatement, node NodeItem, propertyKeyId int, value Value) : void in class org.neo4j.kernel.impl.api.state.IndexTxStateUpdater |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldRequestIndexPopulationIfTheIndexIsCorrupt() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexCorruptionTest |
From |
To |
|
Change Variable Type diff : DiffSets<IndexDescriptor> to diff : DiffSets<SchemaIndexDescriptor> in method public indexRuleDoAdd(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type rule2 : IndexDescriptor to rule2 : SchemaIndexDescriptor in method public addedAdditionalRuleShouldBeVisibleInTx() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type indexes : HashMap<Long,IndexDescriptor> to indexes : HashMap<Long,SchemaIndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,SchemaIndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private validateNoExistingNodeWithExactValues(state KernelStatement, constraint IndexBackedConstraintDescriptor, propertyValues ExactPredicate[], modifiedNode long) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type addition : IndexEntryUpdate<IndexDescriptor> to addition : IndexEntryUpdate<SchemaIndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, batch IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor 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 updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> 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 existingRule : IndexDescriptor to existingRule : SchemaIndexDescriptor in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : Iterator<IndexEntryUpdate<IndexDescriptor>> to updates : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldApplyLargeAmountOfInterleavedRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldRecoverIndexCountsBySamplingThemOnStartup() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsIT |
From |
To |
|
Change Variable Type desc : IndexDescriptor to desc : SchemaIndexDescriptor in method public shouldCreateUniqueIndexDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public updaterShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type indexes : List<IndexDescriptor> to indexes : List<SchemaIndexDescriptor> in method public addedLabelsShouldBeReflectedWhenGettingNodesForLabel() : void in class org.neo4j.kernel.impl.api.state.LabelTransactionStateTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldSeeAllEntriesInAllEntriesReader() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public mustHandleNestedQueries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexes : List<IndexDescriptor> to indexes : List<SchemaIndexDescriptor> in method package indexesByProperty(propertyId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private givenUniqueConstraint(label String, propKey String) : void in class org.neo4j.kernel.builtinprocs.BuiltInProceduresTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldCreateUniqueIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<SchemaIndexDescriptor,UnderlyingStorageException>> in method public close() : void in class org.neo4j.kernel.impl.api.index.IndexUpdaterMap |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public updaterShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type matched : List<IndexDescriptor> to matched : List<SchemaIndexDescriptor> in method public shouldMatchOnTwoProperties() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type indexes : List<IndexDescriptor> to indexes : List<SchemaIndexDescriptor> in method public shouldMatchSeveralTimes() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldRemoveIndexStatisticsAfterIndexIsDeleted() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type lookupRule1 : IndexDescriptor to lookupRule1 : SchemaIndexDescriptor in method public shouldNotReturnRulesAddedInTransactionWithDifferentLabelOrPropertyFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldDisallowDroppingIndexThatDoesNotExist() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnNoEntriesForMismatchingExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnAllEntriesForExistsPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public createConstraintIndex(schema LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldNotFindNonMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type constraintIndex : IndexDescriptor to constraintIndex : SchemaIndexDescriptor in method public shouldBeAbleToRemoveAConstraintIndexWithoutOwner() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public createUniquenessConstraintIndex(state KernelStatement, schemaOps SchemaReadOperations, descriptor LabelSchemaDescriptor) : long in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private createIndex(labelName String, propertyKeyName String) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type u : IndexEntryUpdate<IndexDescriptor> to u : IndexEntryUpdate<SchemaIndexDescriptor> in method private convertToHits(updates IndexEntryUpdate<SchemaIndexDescriptor>[], layout Layout<KEY,VALUE>) : Hit<KEY,VALUE>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method package processAll(updates IndexEntryUpdate<SchemaIndexDescriptor>...) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type set : Set<IndexEntryUpdate<IndexDescriptor>> to set : Set<IndexEntryUpdate<SchemaIndexDescriptor>> in method private skipExisting(existing IndexEntryUpdate<SchemaIndexDescriptor>[]) : Predicate<IndexEntryUpdate<SchemaIndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type idx : IndexDescriptor to idx : SchemaIndexDescriptor in method public unrelatedNodesWithSamePropertyShouldNotInterfereWithUniquenessCheck() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public init() : void in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private repopulateAllIndexes() : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public updaterShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type batch : IndexEntryUpdate<IndexDescriptor>[] to batch : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexEntryUpdates : IndexEntryUpdate<IndexDescriptor>[] to indexEntryUpdates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method package generateAddUpdatesFor(values Object[]) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldBlockUniqueIndexSeekFromCompetingTransaction() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public indexGetForSchema(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<IndexDescriptor>> to generator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnMatchingEntriesForExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private showIndices(visitor DbStructureVisitor, read ReadOperations, nameLookup TokenNameLookup) : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuide |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public onPropertyAdd(state KernelStatement, node NodeItem, propertyKeyId int, value Value) : void in class org.neo4j.kernel.impl.api.state.IndexTxStateUpdater |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index1 : IndexDescriptor to index1 : SchemaIndexDescriptor in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public shouldReportPopulatingIfAnyIsPopulating() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Variable Type matched : List<IndexDescriptor> to matched : List<SchemaIndexDescriptor> in method public shouldMatchOnSingleProperty() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public lengthOf(indexRule IndexRule) : int in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private getOrCreateUniquenessConstraintIndex(state KernelStatement, schemaOps SchemaReadOperations, schema LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldNotSeeFilteredEntries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rule1 : IndexDescriptor to rule1 : SchemaIndexDescriptor in method public addedAdditionalRuleShouldBeVisibleInTx() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldResolveIndexDescriptor() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public addShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexSelectivityWhenThereAreManyDuplicates() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public getIndexes(label Label) : Iterable<IndexDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexStatisticsWhenIndexIsBuiltViaPopulationAndConcurrentAdditionsAndChanges() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public setUp() : void in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueDatabaseIndexPopulatorTest |
From |
To |
|
Change Variable Type expectedRule : IndexDescriptor to expectedRule : SchemaIndexDescriptor in method public shouldReturnNonExistentRuleAddedInTransaction() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> 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 update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method private applyInterleaved(updates IndexEntryUpdate<SchemaIndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldLogTriggerSamplingOnAnIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type labelRules : Iterator<IndexDescriptor> to labelRules : Iterator<SchemaIndexDescriptor> in method public shouldReturnNonExistentRuleAddedInTransaction() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldNotReturnExistentRuleDroppedInTransaction() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldIncludeNodesCreatedInSameTxInIndexSeekByPrefix() : void in class org.neo4j.graphdb.IndexingAcceptanceTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private indexVisitor(visitor TxStateVisitor) : DiffSetsVisitor<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private indexDescriptor(label Label, propertyKey String, constraint boolean) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private createIndexProxyMock() : IndexProxy in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type lookupRule2 : IndexDescriptor to lookupRule2 : SchemaIndexDescriptor in method public shouldNotReturnRulesAddedInTransactionWithDifferentLabelOrPropertyFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type desc2 : IndexDescriptor to desc2 : SchemaIndexDescriptor in method public shouldCreateEqualDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public formatArgument(builder Appendable, arg Object) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureArgumentFormatter |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldHandleMultipleConsecutiveUpdaters() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldWaitForRecoveredUniquenessConstraintIndexesToBeFullyPopulated() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public mustHandleMultipleNestedQueries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type labelDescriptor : IndexDescriptor to labelDescriptor : SchemaIndexDescriptor in method public acquireReadLockBeforeGettingIndexRules() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type createdConstraintIndex : IndexDescriptor to createdConstraintIndex : SchemaIndexDescriptor in method private dropCreatedConstraintIndexes() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldInvalidateSchemaStateOnDropIndex() : void in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public indexGetProviderDescriptorMustReturnUndecidedIfIndexCreatedInTransaction() : void in class org.neo4j.kernel.impl.api.OperationsFacadeTest |
From |
To |
|
Change Variable Type result : IndexDescriptor to result : SchemaIndexDescriptor in method public shouldAcquireSchemaWriteLockBeforeAddingIndexRule() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type matched : List<IndexDescriptor> to matched : List<SchemaIndexDescriptor> in method public shouldNotMatchIfNodeIsMissingProperty() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type rule2 : IndexDescriptor to rule2 : SchemaIndexDescriptor in method public addedRulesShouldBeVisibleInTx() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type existingIndex1 : IndexDescriptor to existingIndex1 : SchemaIndexDescriptor in method public shouldNotReturnRulesAddedInTransactionWithDifferentLabelOrPropertyFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithExclusiveStartAndInclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rulesByLabel : Iterator<IndexDescriptor> to rulesByLabel : Iterator<SchemaIndexDescriptor> in method public shouldNotReturnExistentRuleDroppedInTransaction() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldApplyInterleavedUpdatesFromAddAndUpdater() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public updaterShouldApplyUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type desc1 : IndexDescriptor to desc1 : SchemaIndexDescriptor in method public shouldCreateEqualDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type indexB : IndexDescriptor to indexB : SchemaIndexDescriptor in method private verifyThatThereAreExactlyOneIndexEntryPerNodeInTheIndexes(i int, data Pair<long[],long[]>) : void in class schema.IndexPopulationFlipRaceIT |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public visitsIndexes() : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldSampleIndex() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type existingRule2 : IndexDescriptor to existingRule2 : SchemaIndexDescriptor in method public shouldReturnNonExistentRuleAddedInTransactionFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type forProperty : List<IndexDescriptor> to forProperty : List<SchemaIndexDescriptor> in method package removeSchemaRule(id long) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type existingIndex : IndexDescriptor to existingIndex : SchemaIndexDescriptor in method public indexDrop(state KernelStatement, index SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Variable Type desc : IndexDescriptor to desc : SchemaIndexDescriptor in method public shouldCreateIndexDescriptorsFromSchema() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithInclusiveStartAndInclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type newIndex : IndexDescriptor to newIndex : SchemaIndexDescriptor in method public shouldDropIndexIfPopulationFails() : void in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest |
From |
To |
|
Change Variable Type removal : IndexEntryUpdate<IndexDescriptor> to removal : IndexEntryUpdate<SchemaIndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, batch IndexEntryUpdate<SchemaIndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type forLabel : Set<IndexDescriptor> to forLabel : Set<SchemaIndexDescriptor> in method package removeSchemaRule(id long) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldIndexAdd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type someUpdates : IndexEntryUpdate<IndexDescriptor>[] to someUpdates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public respectIndexOrder() : void in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private verifyUpdates(indexEntryUpdateIterator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type toChange : IndexEntryUpdate<IndexDescriptor> to toChange : IndexEntryUpdate<SchemaIndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public getIndexPopulationProgress(index IndexDefinition) : IndexPopulationProgress in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor 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 update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private inMemoryPopulator(constraint boolean) : IndexPopulator in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> 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 indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public getIndexes() : Iterable<IndexDefinition> in class org.neo4j.kernel.impl.coreapi.schema.SchemaImpl |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldReportNodesThatAreNotIndexed() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type forLabel : Set<IndexDescriptor> to forLabel : Set<SchemaIndexDescriptor> in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type updateContainingValue : IndexEntryUpdate<IndexDescriptor> to updateContainingValue : IndexEntryUpdate<SchemaIndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldAcquireSchemaWriteLockBeforeRemovingIndexRule() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private createIndex() : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.KernelSchemaStateFlushingTest |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<IndexDescriptor>> to generator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type matched : List<IndexDescriptor> to matched : List<SchemaIndexDescriptor> in method public shouldMatchOnSpecialProperty() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type idx : IndexDescriptor to idx : SchemaIndexDescriptor in method public addingUniqueNodeWithUnrelatedValueShouldNotAffectLookup() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public shouldUpdateCountsOnClusterWhenCreatingANodeOnSlaveAndAnIndexOnMaster() : void in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type iterator : Iterator<IndexDescriptor> to iterator : Iterator<SchemaIndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<CapableIndexReference> in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public visitIndexSample(indexId long, unique long, size long) : void in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public shouldUpdateCountsOnSlavesWhenCreatingAnIndexOnMaster() : void in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public setup() : void in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexUpdaterTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private createAlwaysInitiallyPopulatingLuceneIndexFactory() : KernelExtensionFactory<LuceneIndexProviderFactory.Dependencies> in class org.neo4j.kernel.api.impl.schema.LuceneIndexRecoveryIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private createAnIndex(db HighlyAvailableGraphDatabase, label Label, propertyName String) : SchemaIndexDescriptor in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type existingIndex : IndexDescriptor to existingIndex : SchemaIndexDescriptor in method private assertIndexDoesNotExist(state KernelStatement, context OperationContext, descriptor LabelSchemaDescriptor) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Variable Type addedRule : IndexDescriptor to addedRule : SchemaIndexDescriptor in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldAcquireSchemaWriteLockBeforeAddingIndexRule() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type indexes : List<IndexDescriptor> to indexes : List<SchemaIndexDescriptor> in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnNoEntriesForRangePredicateOutsideAnyMatch() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private countIndexedNodes(db GraphDatabaseAPI, label Label, keys String...) : int in class migration.Start3_2DbOn3_3AndCreateFusionIndexIT |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldNotIncludeNodesDeletedInSameTxInIndexSeekByPrefix() : void in class org.neo4j.graphdb.IndexingAcceptanceTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexStatisticsWhenIndexIsBuiltViaPopulationAndConcurrentAdditionsAndDeletions() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldSampleUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexStatisticsWhenIndexIsBuiltViaPopulationAndConcurrentAdditionsAndChangesAndDeletions() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor 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 result : IndexDescriptor to result : SchemaIndexDescriptor in method private createUniquenessConstraint(labelId int, propertyIds int...) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldWorkWhileHavingHeavyConcurrentUpdates() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldQueryAboutAddedAndChangedValueTuples() : void in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnCountZeroForMismatchingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor 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<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method private generateNumberValues() : Number[] in class org.neo4j.kernel.impl.index.schema.NumberFullScanNonUniqueIndexSamplerTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private assertParseUniqueIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type data : IndexEntryUpdate<IndexDescriptor>[] to data : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public closeShouldCloseTreeWithoutCheckpoint() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldHandleKeySizesCloseToTheSizeLimit() : void in class org.neo4j.kernel.impl.index.schema.NativeStringIndexingIT |
From |
To |
|
Change Variable Type populatorBatch : Collection<IndexEntryUpdate<IndexDescriptor>> to populatorBatch : Collection<IndexEntryUpdate<SchemaIndexDescriptor>> in method private applyInterleaved(updates IndexEntryUpdate<SchemaIndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldNotAllowConcurrentViolationOfConstraint() : void in class org.neo4j.concurrencytest.ConstraintIndexConcurrencyTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldHandleMultipleConsecutiveUpdaters() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public shouldReturnNullWhenNoIndexExists() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type updates : List<IndexEntryUpdate<IndexDescriptor>> to updates : List<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldQueryAboutAddedAndChangedValueTuples() : void in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Variable Type data : IndexEntryUpdate<IndexDescriptor>[] to data : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public forceShouldCheckpointTree() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldLookUpTheIndexByLabelIdAndPropertyKeyId() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type indexRulesInTx : Set<IndexDescriptor> to indexRulesInTx : Set<SchemaIndexDescriptor> in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type desc : IndexDescriptor to desc : SchemaIndexDescriptor in method public shouldCreateIndexDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexStatisticsForDataCreatedWhenPopulationBeforeTheIndexIsOnline() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private assertParseIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public onLabelChange(state KernelStatement, labelId int, node NodeItem, changeType LabelChangeType) : void in class org.neo4j.kernel.impl.api.state.IndexTxStateUpdater |
From |
To |
|
Change Variable Type remove : IndexEntryUpdate<IndexDescriptor> to remove : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public updaterShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index2 : IndexDescriptor to index2 : SchemaIndexDescriptor in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type expected : List<IndexEntryUpdate<IndexDescriptor>> to expected : List<IndexEntryUpdate<SchemaIndexDescriptor>> in method public populatorMarkedAsFailed() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldFindMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public visitIndexStatistics(indexId long, updates long, size long) : void in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type expectedData : Set<IndexEntryUpdate<IndexDescriptor>> to expectedData : Set<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public addShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type rules : Iterator<IndexDescriptor> to rules : Iterator<SchemaIndexDescriptor> in method public acquireReadLockBeforeGettingIndexRules() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type matched : List<IndexDescriptor> to matched : List<SchemaIndexDescriptor> in method public shouldMatchSeveralTimes() : void in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type indexes : List<IndexDescriptor> to indexes : List<SchemaIndexDescriptor> in method public listIndexes() : Stream<IndexResult> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<IndexDescriptor>> to generator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type that : IndexDescriptor to that : SchemaIndexDescriptor in method public equals(o Object) : boolean in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptor |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithExclusiveStartAndExclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public indexGetForSchema(descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> 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 result : Iterator<IndexDescriptor> to result : Iterator<SchemaIndexDescriptor> in method public acquireReadLockBeforeGettingIndexRules() : void in class org.neo4j.kernel.impl.api.LockingStatementOperationsTest |
From |
To |
|
Change Variable Type indexesForProperty : List<IndexDescriptor> to indexesForProperty : List<SchemaIndexDescriptor> in method package addSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldLookUpTheCompositeIndexByLabelIdAndPropertyKeyId() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldCompositeFindMatchingNode() : void in class org.neo4j.kernel.impl.api.integrationtest.NodeGetUniqueFromIndexSeekIT |
From |
To |
|
Change Variable Type toRemove : IndexEntryUpdate<IndexDescriptor> to toRemove : IndexEntryUpdate<SchemaIndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<SchemaIndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<SchemaIndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<SchemaIndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldCreateGeneralIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type rule1 : IndexDescriptor to rule1 : SchemaIndexDescriptor in method public addedRulesShouldBeVisibleInTx() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type indexes : Iterator<IndexDescriptor> to indexes : Iterator<SchemaIndexDescriptor> in method public onPropertyChange(state KernelStatement, node NodeItem, propertyKeyId int, beforeValue Value, afterValue Value) : void in class org.neo4j.kernel.impl.api.state.IndexTxStateUpdater |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public updaterShouldApplyUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldReturnMatchingEntriesForExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type idx : IndexDescriptor to idx : SchemaIndexDescriptor in method public schemaStateShouldBeEvictedOnIndexDropped() : void in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public onLabelChange(state KernelStatement, labelId int, node NodeItem, changeType LabelChangeType) : void in class org.neo4j.kernel.impl.api.state.IndexTxStateUpdater |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<IndexDescriptor>[] to updates : IndexEntryUpdate<SchemaIndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithInclusiveStartAndExclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldProvideIndexStatisticsForDataSeenDuringPopulationAndIgnoreDataCreatedAfterPopulation() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldTriggerResampling() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private readIndexRule(id long, constraintIndex boolean, label int, serialized ByteBuffer) : IndexRule in class org.neo4j.kernel.impl.store.record.SchemaRuleDeserializer2_0to3_1 |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public index(label int, properties int...) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method private checkIndexCounts(store Store, db GraphDatabaseAPI) : void in class org.neo4j.storeupgrade.StoreUpgradeIT |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method private givenIndex(label String, propKey String) : void in class org.neo4j.kernel.builtinprocs.BuiltInProceduresTest |
From |
To |
|
Change Variable Type index : IndexDescriptor to index : SchemaIndexDescriptor in method public shouldReturnNonExistentRuleAddedInTransaction() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type existingRule1 : IndexDescriptor to existingRule1 : SchemaIndexDescriptor in method public shouldReturnNonExistentRuleAddedInTransactionFromLookup() : void in class org.neo4j.kernel.impl.api.state.SchemaTransactionStateTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public setup() : void in class org.neo4j.kernel.impl.index.schema.fusion.SpatialFusionIndexPopulatorTest |
From |
To |
|
Change Variable Type indexDescriptor : IndexDescriptor to schemaIndexDescriptor : SchemaIndexDescriptor in method public shouldReportFailedIfAnyIsFailed() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Variable Type indexA : IndexDescriptor to indexA : SchemaIndexDescriptor in method private verifyThatThereAreExactlyOneIndexEntryPerNodeInTheIndexes(i int, data Pair<long[],long[]>) : void in class schema.IndexPopulationFlipRaceIT |
From |
To |
|
Change Variable Type forLabel : Set<IndexDescriptor> to forLabel : Set<SchemaIndexDescriptor> in method package indexDescriptorsForLabel(labelId int) : Iterator<SchemaIndexDescriptor> in class org.neo4j.kernel.impl.api.store.SchemaCache.SchemaCacheState |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<IndexDescriptor> to update : IndexEntryUpdate<SchemaIndexDescriptor> in method public shouldReturnZeroCountForEmptyIndex() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type rules : Iterator<IndexDescriptor> to rules : Iterator<SchemaIndexDescriptor> in method public indexGetForSchema(state KernelStatement, descriptor LabelSchemaDescriptor) : SchemaIndexDescriptor in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type newDataGenerator : Iterator<IndexEntryUpdate<IndexDescriptor>> to newDataGenerator : Iterator<IndexEntryUpdate<SchemaIndexDescriptor>> in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : IndexDescriptor to descriptor : SchemaIndexDescriptor in method public shouldNotCheckConflictsWhenApplyingUpdatesInOnlineAccessor() : void in class org.neo4j.kernel.impl.index.schema.NativeIndexProviderTest |
From |
To |