|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package DurationLayoutTestUtil(schemaIndexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Parameter Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method private entityIdOf(update IndexEntryUpdate<IndexDescriptor>) : long in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private processAll(updater IndexUpdater, updates IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method package TimeLayoutTestUtil(indexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method protected StoreIndexDescriptor(id long, providerDescriptor IndexProvider.Descriptor, descriptor IndexDescriptor, owningConstraintId Long) in class org.neo4j.kernel.api.schema.index.StoreIndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package indexGetState(descriptor IndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package PartitionedIndexReader(descriptor IndexDescriptor, readers List<SimpleIndexReader>) in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader |
From |
To |
|
Change Parameter Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method package indexQuery(ktx KernelTransaction, indexDescriptor IndexDescriptor, indexQueries IndexQuery...) : NodeValueIndexCursor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.IndexCoordinator |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexUpdatesForRangeSeek(index IndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.storageengine.api.schema.SimpleNodeValueClient |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private applyInterleaved(updates IndexEntryUpdate<IndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type indexEntryUpdateIterator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to indexEntryUpdateIterator : Iterator<IndexEntryUpdate<IndexDescriptor>> in method private verifyUpdates(indexEntryUpdateIterator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueClientFilter |
From |
To |
|
Change Parameter Type type : PendingIndexDescriptor.Type to type : IndexDescriptor.Type in method private assertRule(rule StoreIndexDescriptor, label String, propertyKey String, type IndexDescriptor.Type) : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexRuleDoAdd(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private arg(index IndexDescriptor, foo IOFunction<DirectoryFactory,LuceneIndexAccessor>) : Object[] in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method package sort(updates IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public newUnCachedReader(descriptor IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public visitRemovedIndex(index IndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public PartitionedIndexReader(partitionSearchers List<PartitionSearcher>, descriptor IndexDescriptor, samplingConfig IndexSamplingConfig, taskCoordinator TaskCoordinator) in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReader |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<IndexDescriptor>> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, batch IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexDoUnRemove(descriptor IndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package NativeSchemaIndexReader(tree GBPTree<KEY,VALUE>, layout Layout<KEY,VALUE>, samplingConfig IndexSamplingConfig, descriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package InMemoryIndex(descriptor IndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndex |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public WritableDatabaseSchemaIndex(storage PartitionedIndexStorage, descriptor IndexDescriptor, samplingConfig IndexSamplingConfig, writableIndexPartitionFactory WritableIndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private assertEqualityByDescriptor(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package StringLayoutTestUtil(schemaIndexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method package indexGetOwningUniquenessConstraintId(index IndexDescriptor) : Long in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public IndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor IndexDescriptor) in class org.neo4j.kernel.api.index.IndexAccessorCompatibility |
From |
To |
|
Change Parameter Type element : PendingIndexDescriptor to element : IndexDescriptor in method public visitRemovedIndex(element IndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package NumberSchemaIndexReader(tree GBPTree<NumberSchemaKey,VALUE>, layout Layout<NumberSchemaKey,VALUE>, samplingConfig IndexSamplingConfig, descriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexGetState(descriptor IndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method protected StoreIndexDescriptor(id long, providerDescriptor IndexProvider.Descriptor, descriptor IndexDescriptor, owningConstraintId Long, name String) in class org.neo4j.kernel.api.schema.index.StoreIndexDescriptor |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexUpdatesForScan(index IndexDescriptor) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private indexRule(index IndexDescriptor) : StoreIndexDescriptor in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public visitIndex(descriptor IndexDescriptor, userDescription String, uniqueValuesPercentage double, size long) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public SimpleIndexReader(partitionSearcher PartitionSearcher, descriptor IndexDescriptor, samplingConfig IndexSamplingConfig, taskCoordinator TaskCoordinator) in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private checkIndexState(index IndexDescriptor, diffSet ReadableDiffSets<IndexDescriptor>) : boolean in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type nodeDescriptor : PendingIndexDescriptor to nodeDescriptor : IndexDescriptor in method public CompositeIndexingIT(nodeDescriptor IndexDescriptor) in class org.neo4j.kernel.api.CompositeIndexingIT |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private addEntries(index IndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public map(descriptor IndexDescriptor) : Kind in class org.neo4j.storageengine.api.schema.SchemaRule.Kind |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexUpdatesForRangeSeek(descriptor IndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private convertToHits(updates IndexEntryUpdate<IndexDescriptor>[], layout Layout<KEY,VALUE>) : Hit<KEY,VALUE>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexRule(id long, descriptor IndexDescriptor, providerDescriptor IndexProvider.Descriptor, name String) : StoreIndexDescriptor in class org.neo4j.kernel.api.schema.index.StoreIndexDescriptor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public DeferredConflictCheckingIndexUpdater(actual IndexUpdater, readerSupplier Supplier<IndexReader>, schemaIndexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdater |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexReference(descriptor IndexDescriptor) : CapableIndexReference in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private addPopulator(multipleIndexPopulator MultipleIndexPopulator, indexPopulator IndexPopulator, indexId long, descriptor IndexDescriptor) : MultipleIndexPopulator.IndexPopulation in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorUpdatesTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexGetState(descriptor IndexDescriptor) : InternalIndexState in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package HashBasedIndex(descriptor IndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.HashBasedIndex |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexGetCommittedId(index IndexDescriptor) : long in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public UniqueLuceneIndexPopulator(index SchemaIndex, descriptor IndexDescriptor) in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public LuceneIndexAccessor(luceneIndex SchemaIndex, descriptor IndexDescriptor) in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexGetOwningUniquenessConstraintId(index IndexDescriptor) : Long in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package indexGetCapability(schemaIndexDescriptor IndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private prefixQuery(descriptor IndexDescriptor, predicate IndexQuery.StringPrefixPredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private rangeQuery(descriptor IndexDescriptor, predicate IndexQuery.RangePredicate<?>) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexUpdatesForSuffixOrContains(descriptor IndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method package countUniqueValues(updates IndexEntryUpdate<IndexDescriptor>[]) : int in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package StringSchemaIndexReader(tree GBPTree<StringSchemaKey,NativeSchemaValue>, layout Layout<StringSchemaKey,NativeSchemaValue>, samplingConfig IndexSamplingConfig, descriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.StringSchemaIndexReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package FusionIndexReader(slotSelector SlotSelector, instanceSelector LazyInstanceSelector<IndexReader>, descriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method private createUniqueIndexAndOwningConstraint(schemaIndexDescriptor IndexDescriptor, constraintDescriptor IndexBackedConstraintDescriptor) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public visitAddedIndex(index IndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method package NumberLayoutTestUtil(indexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Parameter Type diffSet : ReadableDiffSets<PendingIndexDescriptor> to diffSet : ReadableDiffSets<IndexDescriptor> in method private checkIndexState(index IndexDescriptor, diffSet ReadableDiffSets<IndexDescriptor>) : boolean in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexDoDrop(descriptor IndexDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package SpatialLayoutTestUtil(descriptor IndexDescriptor, settings SpaceFillingCurveSettings, crs CoordinateReferenceSystem) in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public fromDescriptor(descriptor IndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.api.store.DefaultCapableIndexReference |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<IndexDescriptor>> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method package extractValuesFromUpdates(updates IndexEntryUpdate<IndexDescriptor>[]) : Value[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public visitAddedIndex(index IndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor.Delegator |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private LuceneSchemaIndexBuilder(descriptor IndexDescriptor, config Config) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private generateUniqueValue(updates IndexEntryUpdate<IndexDescriptor>[]) : Value in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package LuceneSchemaIndex(indexStorage PartitionedIndexStorage, descriptor IndexDescriptor, samplingConfig IndexSamplingConfig, partitionFactory IndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type indexes : Iterator<PendingIndexDescriptor> to indexes : Iterator<IndexDescriptor> in method public sortByType(indexes Iterator<IndexDescriptor>) : Iterator<IndexDescriptor> in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Parameter Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method package LayoutTestUtil(indexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Parameter Type newDataGenerator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to newDataGenerator : Iterator<IndexEntryUpdate<IndexDescriptor>> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public constraintIndexRule(id long, descriptor IndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long) : StoreIndexDescriptor in class org.neo4j.kernel.api.schema.index.StoreIndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package UniqueInMemoryIndex(descriptor IndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.UniqueInMemoryIndex |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package DateLayoutTestUtil(schemaIndexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public visitIndex(descriptor IndexDescriptor, userDescription String, uniqueValuesPercentage double, size long) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.index.schema.NodeValueIterator |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public CompositeIndexPopulatorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor IndexDescriptor) in class org.neo4j.kernel.api.index.CompositeIndexPopulatorCompatibility |
From |
To |
|
Change Parameter Type constraint : PendingIndexDescriptor to constraint : IndexDescriptor in method public indexDoUnRemove(constraint IndexDescriptor) : boolean in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type updates : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to updates : Iterator<IndexEntryUpdate<IndexDescriptor>> in method private interleaveLargeAmountOfUpdates(updaterRandom Random, updates Iterator<IndexEntryUpdate<IndexDescriptor>>) : int in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Parameter Type existing : IndexEntryUpdate<PendingIndexDescriptor>[] to existing : IndexEntryUpdate<IndexDescriptor>[] in method private skipExisting(existing IndexEntryUpdate<IndexDescriptor>[]) : Predicate<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexRule(id long, descriptor IndexDescriptor, providerDescriptor IndexProvider.Descriptor) : StoreIndexDescriptor in class org.neo4j.kernel.api.schema.index.StoreIndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package TemporalIndexReader(descriptor IndexDescriptor, accessor TemporalIndexAccessor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private modifyIndex(descriptor IndexDescriptor) : IndexUpdater in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private assertSeek(index IndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method package verifyUpdates(updates IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public create(descriptor IndexDescriptor, config Config) : LuceneSchemaIndexBuilder in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Parameter Type updates : IndexEntryUpdate<PendingIndexDescriptor>... to updates : IndexEntryUpdate<IndexDescriptor>... in method package processAll(updates IndexEntryUpdate<IndexDescriptor>...) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public CapableIndexDescriptor(id long, providerDescriptor IndexProvider.Descriptor, descriptor IndexDescriptor, owningConstraintId Long, indexCapability IndexCapability) in class org.neo4j.kernel.impl.api.index.CapableIndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private scanQuery(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package SpatialIndexReader(descriptor IndexDescriptor, accessor SpatialIndexAccessor) in class org.neo4j.kernel.impl.index.schema.SpatialIndexReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package SpatialIndexPartReader(tree GBPTree<SpatialSchemaKey,VALUE>, layout Layout<SpatialSchemaKey,VALUE>, samplingConfig IndexSamplingConfig, descriptor IndexDescriptor, configuration SpaceFillingCurveConfiguration) in class org.neo4j.kernel.impl.index.schema.SpatialIndexPartReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public constraintIndexRule(id long, descriptor IndexDescriptor, providerDescriptor IndexProvider.Descriptor, owningConstraint Long, name String) : StoreIndexDescriptor in class org.neo4j.kernel.api.schema.index.StoreIndexDescriptor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public dropUniquenessConstraintIndex(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private awaitOnline(db HighlyAvailableGraphDatabase, index IndexDescriptor) : long in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private addNodesToIndex(descriptor IndexDescriptor) : IndexUpdater in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package TemporalIndexPartReader(tree GBPTree<KEY,NativeSchemaValue>, layout Layout<KEY,NativeSchemaValue>, samplingConfig IndexSamplingConfig, descriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.TemporalIndexPartReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method protected AbstractIndexReader(descriptor IndexDescriptor) in class org.neo4j.storageengine.api.schema.AbstractIndexReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package InMemoryIndexImplementation(descriptor IndexDescriptor) in class org.neo4j.kernel.impl.api.index.inmemory.InMemoryIndexImplementation |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method private forUpdates(index IndexDescriptor, updates NodeUpdates...) : List<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public CompositeIndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor IndexDescriptor) in class org.neo4j.kernel.api.index.CompositeIndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public newReader(descriptor IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexReference(descriptor IndexDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public Compatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor IndexDescriptor) in class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility |
From |
To |
|
Change Parameter Type indexes : Map<Long,PendingIndexDescriptor> to indexes : Map<Long,IndexDescriptor> in method private DumpCountsStore(out PrintStream, indexes Map<Long,IndexDescriptor>, labels List<Token>, relationshipTypes List<RelationshipTypeToken>, propertyKeys List<Token>) in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexGetOwningUniquenessConstraintId(index IndexDescriptor) : Long in class org.neo4j.storageengine.api.StorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public test(indexId long, descriptor IndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingControllerTest.Always |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package LocalDateTimeLayoutTestUtil(schemaIndexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueClientFilterTest |
From |
To |
|
Change Parameter Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method private valueOf(update IndexEntryUpdate<IndexDescriptor>) : Value in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public SimpleIndexPopulatorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor IndexDescriptor) in class org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexUpdatesForScan(descriptor IndexDescriptor) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexGetCommittedId(index IndexDescriptor) : long in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageReader |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public ReadOnlyDatabaseSchemaIndex(indexStorage PartitionedIndexStorage, descriptor IndexDescriptor, samplingConfig IndexSamplingConfig, readOnlyIndexPartitionFactory ReadOnlyIndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex |
From |
To |
|
Change Parameter Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method package LocalTimeLayoutTestUtil(indexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package DateTimeLayoutTestUtil(schemaIndexDescriptor IndexDescriptor) in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private constraintIndexHasOwner(descriptor IndexDescriptor) : boolean in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private seekQuery(descriptor IndexDescriptor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexUpdatesForSuffixOrContains(index IndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public notAllowed(descriptor IndexDescriptor) : RuntimeException in class org.neo4j.kernel.api.exceptions.index.IndexEntryConflictException |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public visitRemovedIndex(index IndexDescriptor) : void in class org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public newUnCachedReader(descriptor IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public test(indexId long, descriptor IndexDescriptor) : boolean in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingController.RecoveryCondition |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, query IndexQuery[]) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeValueClient |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexRuleDoAdd(descriptor IndexDescriptor) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexUpdatesForSeek(descriptor IndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private suffixOrContainsQuery(descriptor IndexDescriptor, query IndexQuery) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method package indexGetFailure(descriptor IndexDescriptor) : String in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public SimpleIndexAccessorCompatibility(testSuite IndexProviderCompatibilityTestSuite, descriptor IndexDescriptor) in class org.neo4j.kernel.api.index.SimpleIndexAccessorCompatibility |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private addPopulator(batchingPopulator BatchingMultipleIndexPopulator, descriptor IndexDescriptor) : IndexPopulator in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public recoveryCompleted(schemaIndexDescriptor IndexDescriptor, indexFile String, data Map<String,Object>) : void in class org.neo4j.kernel.api.index.IndexProvider.Monitor |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method package IndexPopulatorWithSchema(populator IndexPopulator, index IndexDescriptor) in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Parameter Type batch : IndexEntryUpdate<PendingIndexDescriptor>[] to batch : IndexEntryUpdate<IndexDescriptor>[] in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, batch IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<IndexDescriptor>> in method private selectRandomItem(expectedData Set<IndexEntryUpdate<IndexDescriptor>>) : IndexEntryUpdate<IndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Parameter Type element : PendingIndexDescriptor to element : IndexDescriptor in method public visitAddedIndex(element IndexDescriptor) : void in class org.neo4j.storageengine.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexUpdatesForSeek(index IndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private assertIndexOnline(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexGetForSchema(descriptor IndexDescriptor) : StoreIndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexDoDrop(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.index.schema.fusion.BridgingIndexProgressor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexUpdatesForRangeSeekByPrefix(descriptor IndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexUpdatesForRangeSeekByPrefix(index IndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private indexIsOnline(indexStorage PartitionedIndexStorage, descriptor IndexDescriptor) : boolean in class org.neo4j.kernel.api.impl.schema.LuceneIndexProvider |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public initialize(descriptor IndexDescriptor, progressor IndexProgressor, queries IndexQuery[]) : void in class org.neo4j.kernel.impl.api.schema.BridgingIndexProgressor |
From |
To |
|
Change Parameter Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public recoveryCompleted(schemaIndexDescriptor IndexDescriptor, indexFile String, data Map<String,Object>) : void in class org.neo4j.kernel.api.index.LoggingMonitor |
From |
To |
|
Change Parameter Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public newReader(descriptor IndexDescriptor) : IndexReader in class org.neo4j.kernel.impl.api.IndexReaderFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Return Type ReadableDiffSets<PendingIndexDescriptor> to ReadableDiffSets<IndexDescriptor> in method public indexDiffSetsByLabel(labelId int) : ReadableDiffSets<IndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method private indexDescriptor(label Label, propertyKey String, constraint boolean) : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public uniqueForSchema(schema SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.UniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public getDescriptor() : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.ReadOnlyDatabaseSchemaIndex |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Return Type List<IndexEntryUpdate<PendingIndexDescriptor>> to List<IndexEntryUpdate<IndexDescriptor>> in method private forUpdates(index IndexDescriptor, updates NodeUpdates...) : List<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method private uniqueIndexDescriptor(label String, property String) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor> to IndexEntryUpdate<IndexDescriptor> in method private simpleUpdate() : IndexEntryUpdate<IndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method package indexDescriptor(index IndexReference) : IndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.SpatialLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public createConstraintIndex(schema SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method private indexDescriptor(label String, property String) : IndexDescriptor in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public getDescriptor() : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package abstract someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateTimeLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method protected abstract extractIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.IndexCoordinator |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberUniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringNonUniqueLayoutTestUtil |
From |
To |
|
Change Return Type DiffSets<PendingIndexDescriptor> to DiffSets<IndexDescriptor> in method private indexChangesDiffSets() : DiffSets<IndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.TimeLayoutTestUtil |
From |
To |
|
Change Return Type Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to Iterator<IndexEntryUpdate<IndexDescriptor>> in method package randomUpdateGenerator(random RandomRule) : Iterator<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DateLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method private getIndexForIndexBackedConstraint(constraint IndexBackedConstraintDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method private asDescriptor(indexReference CapableIndexReference) : IndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Return Type Predicate<IndexEntryUpdate<PendingIndexDescriptor>> to Predicate<IndexEntryUpdate<IndexDescriptor>> in method private skipExisting(existing IndexEntryUpdate<IndexDescriptor>[]) : Predicate<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type Iterable<PendingIndexDescriptor> to Iterable<IndexDescriptor> in method public constraintIndexesCreatedInTx() : Iterable<IndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor> to IndexEntryUpdate<IndexDescriptor> in method protected add(nodeId long, value Value) : IndexEntryUpdate<IndexDescriptor> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method private createAnIndex(db HighlyAvailableGraphDatabase, label Label, propertyName String) : IndexDescriptor in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public ownedIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.api.schema.constaints.IndexBackedConstraintDescriptor |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method protected extractIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.NumberCompositeIndexCoordinator |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method protected extractIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.StringCompositeIndexCoordinator |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package abstract someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalDateTimeLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package abstract someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public forLabel(labelId int, propertyIds int...) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public getDescriptor() : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.WritableDatabaseSchemaIndex |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LocalTimeLayoutTestUtil |
From |
To |
|
Change Return Type Map<Long,PendingIndexDescriptor> to Map<Long,IndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,IndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Return Type ReadableDiffSets<PendingIndexDescriptor> to ReadableDiffSets<IndexDescriptor> in method public indexChanges() : ReadableDiffSets<IndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method protected extractIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.StringIndexCoordinator |
From |
To |
|
Change Return Type Iterator<PendingIndexDescriptor> to Iterator<IndexDescriptor> in method public sortByType(indexes Iterator<IndexDescriptor>) : Iterator<IndexDescriptor> in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberNonUniqueLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public uniqueForLabel(labelId int, propertyIds int...) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.UniqueLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public forSchema(schema SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringUniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package generateAddUpdatesFor(values Object[]) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public index() : IndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Return Type ReadableDiffSets<PendingIndexDescriptor> to ReadableDiffSets<IndexDescriptor> in method public indexChanges() : ReadableDiffSets<IndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public getIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptor.Supplier |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor> to IndexEntryUpdate<IndexDescriptor> in method private selectRandomItem(expectedData Set<IndexEntryUpdate<IndexDescriptor>>) : IndexEntryUpdate<IndexDescriptor> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesNoDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NumberLayoutTestUtil |
From |
To |
|
Change Return Type ReadableDiffSets<PendingIndexDescriptor> to ReadableDiffSets<IndexDescriptor> in method public indexDiffSetsByLabel(labelId int) : ReadableDiffSets<IndexDescriptor> in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.StringLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public forSchema(schema SchemaDescriptor, name Optional<String>, providerDescriptor IndexProvider.Descriptor) : IndexDescriptor in class org.neo4j.kernel.api.schema.index.IndexDescriptorFactory |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public getDescriptor() : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.SchemaIndex |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdatesWithDuplicateValues() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.UniqueLayoutTestUtil |
From |
To |
|
Change Return Type IndexEntryUpdate<PendingIndexDescriptor>[] to IndexEntryUpdate<IndexDescriptor>[] in method package someUpdates() : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.DurationLayoutTestUtil |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method package indexGetForSchema(descriptor SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Return Type Iterable<PendingIndexDescriptor> to Iterable<IndexDescriptor> in method public constraintIndexesCreatedInTx() : Iterable<IndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method public toDescriptor(reference IndexReference) : IndexDescriptor in class org.neo4j.kernel.impl.api.store.DefaultIndexReference |
From |
To |
|
Change Return Type PendingIndexDescriptor to IndexDescriptor in method protected extractIndexDescriptor() : IndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.NumberIndexCoordinator |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public updaterShouldApplyUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public shouldRecoverIndexCountsBySamplingThemOnStartup() : void in class org.neo4j.kernel.impl.api.index.IndexStatisticsIT |
From |
To |
|
Change Variable Type matched : List<PendingIndexDescriptor> to matched : List<IndexDescriptor> in method public shouldMatchOnSpecialProperty() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type matched : List<PendingIndexDescriptor> to matched : List<IndexDescriptor> in method public shouldNotMatchIfNodeIsMissingLabel() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type newDataGenerator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to newDataGenerator : Iterator<IndexEntryUpdate<IndexDescriptor>> in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type createdConstraintIndex : PendingIndexDescriptor to createdConstraintIndex : IndexDescriptor in method private dropCreatedConstraintIndexes() : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldQueryAboutAddedAndChangedValueTuples() : void in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type matched : List<PendingIndexDescriptor> to matched : List<IndexDescriptor> in method public shouldMatchSeveralTimes() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnNoEntriesForMismatchingExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type someUpdates : IndexEntryUpdate<PendingIndexDescriptor>[] to someUpdates : IndexEntryUpdate<IndexDescriptor>[] in method public respectIndexOrder() : void in class org.neo4j.kernel.impl.index.schema.NumberSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to updates : Iterator<IndexEntryUpdate<IndexDescriptor>> in method public shouldApplyLargeAmountOfInterleavedRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithInclusiveStartAndExclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type materialized : List<PendingIndexDescriptor> to materialized : List<IndexDescriptor> in method public sortByType(indexes Iterator<IndexDescriptor>) : Iterator<IndexDescriptor> in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public indexGetPopulationProgress(index IndexReference) : PopulationProgress in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type expectedData : Set<IndexEntryUpdate<PendingIndexDescriptor>> to expectedData : Set<IndexEntryUpdate<IndexDescriptor>> in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type fromTxState : Iterator<PendingIndexDescriptor> to fromTxState : Iterator<IndexDescriptor> in method public index(label int, properties int...) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type updates : List<IndexEntryUpdate<PendingIndexDescriptor>> to updates : List<IndexEntryUpdate<IndexDescriptor>> in method public shouldQueryAboutAddedAndChangedValueTuples() : void in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public updaterShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public serialize(indexRule StoreIndexDescriptor) : byte[] in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type indexEntryUpdates : IndexEntryUpdate<PendingIndexDescriptor>[] to indexEntryUpdates : IndexEntryUpdate<IndexDescriptor>[] in method package generateAddUpdatesFor(values Object[]) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Variable Type u : IndexEntryUpdate<PendingIndexDescriptor> to u : IndexEntryUpdate<IndexDescriptor> in method private convertToHits(updates IndexEntryUpdate<IndexDescriptor>[], layout Layout<KEY,VALUE>) : Hit<KEY,VALUE>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexTestUtil |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private readIndexRule(id long, constraintIndex boolean, label int, serialized ByteBuffer) : StoreIndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleDeserializer2_0to3_1 |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnNoEntriesForRangePredicateOutsideAnyMatch() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldSampleUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldSeeAllEntriesInAllEntriesReader() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public shouldLogTriggerSamplingOnAnIndexes() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type rules : Iterator<PendingIndexDescriptor> to rules : Iterator<IndexDescriptor> in method package indexGetForSchema(descriptor SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method private getOrCreateUniquenessConstraintIndex(schemaRead SchemaRead, tokenRead TokenRead, schema SchemaDescriptor) : CapableIndexReference in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public indexCreate(descriptor SchemaDescriptor, provider Optional<String>, name Optional<String>) : IndexReference in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type matched : List<PendingIndexDescriptor> to matched : List<IndexDescriptor> in method public shouldNotMatchIfNodeIsMissingProperty() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public addShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to generator : Iterator<IndexEntryUpdate<IndexDescriptor>> in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type matched : List<PendingIndexDescriptor> to matched : List<IndexDescriptor> in method public shouldMatchOnTwoProperties() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public visitsUniqueConstraintsAndIndices() : void in class org.neo4j.kernel.impl.util.dbstructure.GraphDbStructureGuideTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldHandleMultipleConsecutiveUpdaters() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type remove : IndexEntryUpdate<PendingIndexDescriptor> to remove : IndexEntryUpdate<IndexDescriptor> in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type constraintIndex : PendingIndexDescriptor to constraintIndex : IndexDescriptor in method public shouldBeAbleToRemoveAConstraintIndexWithoutOwner() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public closeMustCloseAll() : void in class org.neo4j.kernel.impl.index.schema.fusion.BridgingIndexProgressorTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor 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 descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public shouldWaitForRecoveredUniquenessConstraintIndexesToBeFullyPopulated() : void in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithExclusiveStartAndInclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public updaterShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public addShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldHandleMultipleConsecutiveUpdaters() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldSampleUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldIndexAdd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnAllEntriesForExistsPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updateContainingValue : IndexEntryUpdate<PendingIndexDescriptor> to updateContainingValue : IndexEntryUpdate<IndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method private addIndex(database GraphDatabaseService) : void in class org.neo4j.consistency.HalfCreatedConstraintIT |
From |
To |
|
Change Variable Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in method package indexGetForSchema(descriptor SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithInclusiveStartAndInclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type indexes : List<PendingIndexDescriptor> to indexes : List<IndexDescriptor> in method public shouldMatchSeveralTimes() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public shouldLookUpTheCompositeIndexByLabelIdAndPropertyKeyId() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public formatArgument(builder Appendable, arg Object) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureArgumentFormatter |
From |
To |
|
Change Variable Type matched : List<PendingIndexDescriptor> to matched : List<IndexDescriptor> in method public shouldMatchOnSingleProperty() : void in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Variable Type e : IndexEntryUpdate<PendingIndexDescriptor> to e : IndexEntryUpdate<IndexDescriptor> in method private skipExisting(existing IndexEntryUpdate<IndexDescriptor>[]) : Predicate<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type existingIndex : PendingIndexDescriptor to existingIndex : IndexDescriptor in method public indexDrop(index IndexReference) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldReturnMatchingEntriesForExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to generator : Iterator<IndexEntryUpdate<IndexDescriptor>> in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldNotSeeFilteredEntries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type that : PendingIndexDescriptor to that : IndexDescriptor in method public equals(o Object) : boolean in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldReturnZeroCountForEmptyIndex() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type diff : DiffSets<PendingIndexDescriptor> to diff : DiffSets<IndexDescriptor> in method public indexRuleDoAdd(descriptor IndexDescriptor) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type toRemove : IndexEntryUpdate<PendingIndexDescriptor> to toRemove : IndexEntryUpdate<IndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type newIndex : PendingIndexDescriptor to newIndex : IndexDescriptor in method public shouldDropIndexIfPopulationFails() : void in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest |
From |
To |
|
Change Variable Type addition : IndexEntryUpdate<PendingIndexDescriptor> to addition : IndexEntryUpdate<IndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, batch IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public lengthOf(indexRule StoreIndexDescriptor) : int in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public addShouldApplyAllUpdatesOnce() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type desc1 : PendingIndexDescriptor to desc1 : IndexDescriptor in method public shouldCreateEqualDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type toChange : IndexEntryUpdate<PendingIndexDescriptor> to toChange : IndexEntryUpdate<IndexDescriptor> in method private generateRandomUpdates(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, newDataGenerator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int, removeFactor float) : IndexEntryUpdate<IndexDescriptor>[] in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public detectUniqueIndexWithoutOwningConstraint() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public shouldReturnNullWhenNoIndexExists() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private verifyUpdates(indexEntryUpdateIterator Iterator<IndexEntryUpdate<IndexDescriptor>>, count int) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldSampleIndex() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type iterator : Iterator<? extends PendingIndexDescriptor> to iterator : Iterator<? extends IndexDescriptor> in method public indexesGetForLabel(labelId int) : Iterator<IndexReference> in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private indexDescriptor(label Label, propertyKey String, constraint boolean) : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public updaterShouldThrowOnDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method private generateNumberValues() : Number[] in class org.neo4j.kernel.impl.index.schema.NumberFullScanNonUniqueIndexSamplerTest |
From |
To |
|
Change Variable Type removal : IndexEntryUpdate<PendingIndexDescriptor> to removal : IndexEntryUpdate<IndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, batch IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public shouldUpdateCountsOnClusterWhenCreatingANodeOnSlaveAndAnIndexOnMaster() : void in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method private assertParseUniqueIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public updaterShouldApplyDuplicateValues() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type desc : PendingIndexDescriptor to desc : IndexDescriptor in method public shouldCreateIndexDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type data : IndexEntryUpdate<PendingIndexDescriptor>[] to data : IndexEntryUpdate<IndexDescriptor>[] in method public closeShouldCloseTreeWithoutCheckpoint() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public shouldNotAllowConcurrentViolationOfConstraint() : void in class org.neo4j.concurrencytest.ConstraintIndexConcurrencyTest |
From |
To |
|
Change Variable Type iterator : Iterator<? extends PendingIndexDescriptor> to iterator : Iterator<? extends IndexDescriptor> in method public indexesGetAll() : Iterator<IndexReference> in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type data : IndexEntryUpdate<PendingIndexDescriptor>[] to data : IndexEntryUpdate<IndexDescriptor>[] in method public forceShouldCheckpointTree() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor 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 scanUpdates : IndexEntryUpdate<PendingIndexDescriptor>[] to scanUpdates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldSampleUpdatesIfConfiguredForOnlineSampling() : void in class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type desc : PendingIndexDescriptor to desc : IndexDescriptor in method public shouldCreateIndexDescriptorsFromSchema() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public shouldLookUpTheIndexByLabelIdAndPropertyKeyId() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private readIndexRule(id long, source ByteBuffer) : StoreIndexDescriptor in class org.neo4j.kernel.impl.store.record.SchemaRuleSerialization |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method private assertParseIndexRule(serialized String, name String) : void in class org.neo4j.kernel.impl.store.record.SchemaRuleSerializationTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public shouldResolveIndexDescriptor() : void in class org.neo4j.kernel.impl.api.store.SchemaCacheTest |
From |
To |
|
Change Variable Type existingIndex : PendingIndexDescriptor to existingIndex : IndexDescriptor in method private assertIndexDoesNotExist(context SchemaKernelException.OperationContext, descriptor SchemaDescriptor) : void in class org.neo4j.kernel.impl.newapi.Operations |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public shouldReturnCountZeroForMismatchingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public setUp() : void in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueDatabaseIndexPopulatorTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public visitIndexStatistics(indexId long, updates long, size long) : void in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor 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 update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method public updaterShouldApplyUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method private applyInterleaved(updates IndexEntryUpdate<IndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnMatchingEntriesForExactPredicate() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public mustHandleNestedQueries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method private inMemoryPopulator(constraint boolean) : IndexPopulator in class org.neo4j.kernel.impl.api.index.IndexPopulationJobTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method package indexReader(index IndexReference, fresh boolean) : IndexReader in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type populatorBatch : Collection<IndexEntryUpdate<PendingIndexDescriptor>> to populatorBatch : Collection<IndexEntryUpdate<IndexDescriptor>> in method private applyInterleaved(updates IndexEntryUpdate<IndexDescriptor>[], populator NativeSchemaIndexPopulator<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public shouldCreateGeneralIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public createConstraintIndex(schema SchemaDescriptor) : IndexDescriptor in class org.neo4j.kernel.impl.api.state.ConstraintIndexCreator |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldIndexRemove() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method private processAll(updater IndexUpdater, updates IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnCountZeroForMismatchingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type diffSets : ReadableDiffSets<PendingIndexDescriptor> to diffSets : ReadableDiffSets<IndexDescriptor> in method public index(label int, properties int...) : CapableIndexReference in class org.neo4j.kernel.impl.newapi.AllStoreHolder |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public mustHandleMultipleNestedQueries() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method private applyUpdatesToExpectedData(expectedData Set<IndexEntryUpdate<IndexDescriptor>>, batch IndexEntryUpdate<IndexDescriptor>[]) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type expected : List<IndexEntryUpdate<PendingIndexDescriptor>> to expected : List<IndexEntryUpdate<IndexDescriptor>> in method public populatorMarkedAsFailed() : void in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Variable Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in method public shouldUpdateCountsOnSlavesWhenCreatingAnIndexOnMaster() : void in class org.neo4j.kernel.ha.HaCountsIT |
From |
To |
|
Change Variable Type desc2 : PendingIndexDescriptor to desc2 : IndexDescriptor in method public shouldCreateEqualDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in method public shouldCreateUniqueIndex() : void in class org.neo4j.kernel.impl.store.record.IndexRuleTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnCountOneForExistingData() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldApplyInterleavedUpdatesFromAddAndUpdater() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulatorTest |
From |
To |
|
Change Variable Type generator : Iterator<IndexEntryUpdate<PendingIndexDescriptor>> to generator : Iterator<IndexEntryUpdate<IndexDescriptor>> in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type update : IndexEntryUpdate<PendingIndexDescriptor> to update : IndexEntryUpdate<IndexDescriptor> in method package processAll(updates IndexEntryUpdate<IndexDescriptor>...) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldIndexChange() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type desc : PendingIndexDescriptor to desc : IndexDescriptor in method public shouldCreateUniqueIndexDescriptors() : void in class org.neo4j.kernel.api.schema.index.SchemaIndexDescriptorFactoryTest |
From |
To |
|
Change Variable Type batch : IndexEntryUpdate<PendingIndexDescriptor>[] to batch : IndexEntryUpdate<IndexDescriptor>[] in method public shouldHandleRandomUpdates() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type updates : IndexEntryUpdate<PendingIndexDescriptor>[] to updates : IndexEntryUpdate<IndexDescriptor>[] in method public shouldReturnMatchingEntriesForRangePredicateWithExclusiveStartAndExclusiveEnd() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessorTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public shouldTriggerResampling() : void in class org.neo4j.kernel.builtinprocs.ResampleIndexProcedureTest |
From |
To |
|
Change Variable Type index : PendingIndexDescriptor to index : IndexDescriptor in method public visitIndexSample(indexId long, unique long, size long) : void in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Variable Type indexes : HashMap<Long,PendingIndexDescriptor> to indexes : HashMap<Long,IndexDescriptor> in method private getAllIndexesFrom(storage SchemaStorage) : Map<Long,IndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Attribute Type index : PendingIndexDescriptor to index : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Attribute Type indexOn_1_2_3 : PendingIndexDescriptor to indexOn_1_2_3 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilder |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.storageengine.api.schema.AbstractIndexReader |
From |
To |
|
Change Attribute Type initialStateMap : Map<PendingIndexDescriptor,InternalIndexState> to initialStateMap : Map<IndexDescriptor,InternalIndexState> in class migration.StartOldDbOn3_4AndCreateFusionIndexIT.IndexRecoveryTracker |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.reader.PartitionedIndexReaderTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdaterTest |
From |
To |
|
Change Attribute Type index12 : PendingIndexDescriptor to index12 : IndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingJobTrackerTest |
From |
To |
|
Change Attribute Type index42 : PendingIndexDescriptor to index42 : IndexDescriptor in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Attribute Type indexWithMissingProperty : PendingIndexDescriptor to indexWithMissingProperty : IndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type index11 : PendingIndexDescriptor to index11 : IndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingJobTrackerTest |
From |
To |
|
Change Attribute Type indexWithMissingLabel : PendingIndexDescriptor to indexWithMissingLabel : IndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type indexOn_2_2_3_4 : PendingIndexDescriptor to indexOn_2_2_3_4 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type index1 : PendingIndexDescriptor to index1 : IndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.tools.dump.DumpCountsStoreTest |
From |
To |
|
Change Attribute Type index : PendingIndexDescriptor to index : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.AccessUniqueDatabaseIndexTest |
From |
To |
|
Change Attribute Type indexChanges : DiffSets<PendingIndexDescriptor> to indexChanges : DiffSets<IndexDescriptor> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Attribute Type indexes : List<PendingIndexDescriptor> to indexes : List<IndexDescriptor> in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type type : PendingIndexDescriptor.Type to type : IndexDescriptor.Type in class org.neo4j.kernel.api.schema.index.IndexDescriptor |
From |
To |
|
Change Attribute Type uniqueOn2_2_3 : PendingIndexDescriptor to uniqueOn2_2_3 : IndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type index1 : PendingIndexDescriptor to index1 : IndexDescriptor in class org.neo4j.kernel.impl.api.index.BatchingMultipleIndexPopulatorTest |
From |
To |
|
Change Attribute Type uniqueOn1_2 : PendingIndexDescriptor to uniqueOn1_2 : IndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type indexOn_2_2_3 : PendingIndexDescriptor to indexOn_2_2_3 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type index : PendingIndexDescriptor to index : IndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.IndexPopulatorWithSchema |
From |
To |
|
Change Attribute Type uniqueIndex : PendingIndexDescriptor to uniqueIndex : IndexDescriptor in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.DeferredConflictCheckingIndexUpdater |
From |
To |
|
Change Attribute Type index : PendingIndexDescriptor to index : IndexDescriptor in class org.neo4j.kernel.api.CompositeIndexingIT |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Attribute Type indexOn_1_1 : PendingIndexDescriptor to indexOn_1_1 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Attribute Type index : PendingIndexDescriptor to index : IndexDescriptor in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest |
From |
To |
|
Change Attribute Type DESCRIPTOR : PendingIndexDescriptor to DESCRIPTOR : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseCompositeIndexAccessorTest |
From |
To |
|
Change Attribute Type GENERAL_INDEX : PendingIndexDescriptor to GENERAL_INDEX : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Attribute Type index1_2 : PendingIndexDescriptor to index1_2 : IndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type internalIndex : PendingIndexDescriptor to internalIndex : IndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest |
From |
To |
|
Change Attribute Type indexDescriptor : PendingIndexDescriptor to indexDescriptor : IndexDescriptor in class org.neo4j.kernel.impl.api.MultipleOpenCursorsTest.IndexCoordinator |
From |
To |
|
Change Attribute Type index22 : PendingIndexDescriptor to index22 : IndexDescriptor in class org.neo4j.kernel.impl.api.index.sampling.IndexSamplingJobTrackerTest |
From |
To |
|
Change Attribute Type UNIQUE_SCHEMA_INDEX_DESCRIPTOR : PendingIndexDescriptor to UNIQUE_SCHEMA_INDEX_DESCRIPTOR : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseCompositeIndexAccessorTest |
From |
To |
|
Change Attribute Type SCHEMA_INDEX_DESCRIPTOR : PendingIndexDescriptor to SCHEMA_INDEX_DESCRIPTOR : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseCompositeIndexAccessorTest |
From |
To |
|
Change Attribute Type UPDATE_COMPARATOR : Comparator<IndexEntryUpdate<PendingIndexDescriptor>> to UPDATE_COMPARATOR : Comparator<IndexEntryUpdate<IndexDescriptor>> in class org.neo4j.kernel.impl.index.schema.LayoutTestUtil |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexUniquenessVerificationIT |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartAccessor |
From |
To |
|
Change Attribute Type indexOnSpecialProperty : PendingIndexDescriptor to indexOnSpecialProperty : IndexDescriptor in class org.neo4j.kernel.impl.newapi.NodeSchemaMatcherTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor |
From |
To |
|
Change Attribute Type index : PendingIndexDescriptor to index : IndexDescriptor in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Attribute Type indexOn_1_1_2 : PendingIndexDescriptor to indexOn_1_1_2 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexPopulationIT |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexBuilderTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.reader.SimpleIndexReader |
From |
To |
|
Change Attribute Type UNIQUE_INDEX : PendingIndexDescriptor to UNIQUE_INDEX : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.DatabaseIndexAccessorTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.SpatialIndexReader |
From |
To |
|
Change Attribute Type indexOn_2_1 : PendingIndexDescriptor to indexOn_2_1 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.api.index.OnlineIndexProxyTest |
From |
To |
|
Change Attribute Type internalUniqueIndex : PendingIndexDescriptor to internalUniqueIndex : IndexDescriptor in class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.TemporalIndexReader |
From |
To |
|
Change Attribute Type indexOn1_1_new : PendingIndexDescriptor to indexOn1_1_new : IndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Attribute Type indexOn_1_2 : PendingIndexDescriptor to indexOn_1_2 : IndexDescriptor in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Attribute Type schemaIndexDescriptor : PendingIndexDescriptor to schemaIndexDescriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessorTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndex |
From |
To |
|
Change Attribute Type indexes : Map<Long,PendingIndexDescriptor> to indexes : Map<Long,IndexDescriptor> in class org.neo4j.tools.dump.DumpCountsStore |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.api.impl.schema.populator.UniqueDatabaseIndexPopulatorTest |
From |
To |
|
Change Attribute Type indexOn2_new : PendingIndexDescriptor to indexOn2_new : IndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type indexReaders : Map<PendingIndexDescriptor,IndexReader> to indexReaders : Map<IndexDescriptor,IndexReader> in class org.neo4j.kernel.impl.api.IndexReaderFactory.Caching |
From |
To |
|
Change Attribute Type indexOn1_1 : PendingIndexDescriptor to indexOn1_1 : IndexDescriptor in class org.neo4j.kernel.impl.newapi.IndexTxStateUpdaterTest |
From |
To |
|
Change Attribute Type descriptor : PendingIndexDescriptor to descriptor : IndexDescriptor in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexReader |
From |
To |