|
Change Parameter Type instances : IndexProvider[] to instances : InstanceSelector<IndexProvider> in method public validateSatisfied(instances InstanceSelector<IndexProvider>) : void in class org.neo4j.kernel.impl.index.schema.fusion.SlotSelector |
From |
To |
|
Change Parameter Type samplers : IndexSampler... to samplers : Iterable<IndexSampler> in method public FusionIndexSampler(samplers Iterable<IndexSampler>) in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexSampler |
From |
To |
|
Change Parameter Type instances : IndexProvider[] to instances : InstanceSelector<IndexProvider> in method public validateSatisfied(instances InstanceSelector<IndexProvider>) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionSlotSelector10 |
From |
To |
|
Change Parameter Type instances : Object[] to instances : InstanceSelector<IndexProvider> in method public validateSelectorInstances(instances InstanceSelector<IndexProvider>, aliveIndex IndexSlot...) : void in class org.neo4j.kernel.impl.index.schema.fusion.SlotSelector |
From |
To |
|
Change Parameter Type capabilities : IndexCapability[] to capabilities : Iterable<IndexCapability> in method private limitationsUnion(capabilities Iterable<IndexCapability>) : IndexLimitation[] in class org.neo4j.kernel.impl.newapi.UnionIndexCapability |
From |
To |
|
Change Parameter Type instances : IndexProvider[] to instances : InstanceSelector<IndexProvider> in method public validateSatisfied(instances InstanceSelector<IndexProvider>) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionSlotSelector20 |
From |
To |
|
Change Parameter Type samples : IndexSample... to samples : Iterable<IndexSample> in method public combineSamples(samples Iterable<IndexSample>) : IndexSample in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexSampler |
From |
To |
|
Change Parameter Type capabilities : IndexCapability... to capabilities : Iterable<IndexCapability> in method protected UnionIndexCapability(capabilities Iterable<IndexCapability>) in class org.neo4j.kernel.impl.newapi.UnionIndexCapability |
From |
To |
|
Change Parameter Type iterables : Iterable<Iterable<T>> to iterables : Iterable<? extends Iterable<T>> in method public concat(iterables Iterable<? extends Iterable<T>>) : Iterable<T> in class org.neo4j.helpers.collection.Iterables |
From |
To |
|
Change Parameter Type aliveIndex : int... to aliveIndex : IndexSlot... in method public validateSelectorInstances(instances InstanceSelector<IndexProvider>, aliveIndex IndexSlot...) : void in class org.neo4j.kernel.impl.index.schema.fusion.SlotSelector |
From |
To |
|
Change Parameter Type instances : IndexProvider[] to instances : InstanceSelector<IndexProvider> in method public validateSatisfied(instances InstanceSelector<IndexProvider>) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionSlotSelector00 |
From |
To |
|
Change Return Type int to IndexSlot in method public selectSlot(values V[], groupOf Function<V,ValueGroup>) : IndexSlot in class org.neo4j.kernel.impl.index.schema.fusion.FusionSlotSelector10 |
From |
To |
|
Change Return Type Value[][] to EnumMap<IndexSlot,Value[]> in method package valuesByGroup() : EnumMap<IndexSlot,Value[]> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexTestHelp |
From |
To |
|
Change Return Type int[] to IndexSlot[] in method package abstract aliveSlots() : IndexSlot[] in class org.neo4j.kernel.impl.index.schema.fusion.FusionVersion |
From |
To |
|
Change Return Type IntFunction<IndexReader> to Function<IndexSlot,IndexReader> in method private throwingFactory() : Function<IndexSlot,IndexReader> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Change Return Type int to IndexSlot in method public selectSlot(values V[], groupOf Function<V,ValueGroup>) : IndexSlot in class org.neo4j.kernel.impl.index.schema.fusion.FusionSlotSelector20 |
From |
To |
|
Change Return Type int to IndexSlot in method public selectSlot(values V[], groupOf Function<V,ValueGroup>) : IndexSlot in class org.neo4j.kernel.impl.index.schema.fusion.FusionSlotSelector00 |
From |
To |
|
Change Return Type IntFunction<IndexUpdater> to Function<IndexSlot,IndexUpdater> in method private throwingFactory() : Function<IndexSlot,IndexUpdater> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Return Type int to IndexSlot in method public selectSlot(values V[], groupOf Function<V,ValueGroup>) : IndexSlot in class org.neo4j.kernel.impl.index.schema.fusion.SlotSelector |
From |
To |
|
Change Variable Type indexSamples : IndexSample[] to samples : List<IndexSample> in method public sampleResult() : IndexSample in class org.neo4j.kernel.impl.index.schema.SpatialIndexPopulator |
From |
To |
|
Change Variable Type aliveSlots : int[] to aliveSlots : IndexSlot[] in method private initiateMocks() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public processMustSelectCorrectForChangeFromOneGroupToAnother() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type accessors : IndexAccessor[] to accessors : EnumMap<IndexSlot,IndexAccessor> in method public getOnlineAccessor(descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public processMustSelectCorrectForAdd() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public processMustSelectCorrectForRemove() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type activeSlots : int[] to activeSlots : IndexSlot[] in method private initiateMocks() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Change Variable Type activeSlots : int[] to activeSlots : IndexSlot[] in method private initiateMocks() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Variable Type capabilities : IndexCapability[] to capabilities : List<IndexCapability> in method private unionOfOrderCapabilities(indexOrders IndexOrder[]...) : UnionIndexCapability in class org.neo4j.kernel.impl.newapi.UnionIndexCapabilityTest |
From |
To |
|
Change Variable Type activeSlot : int to activeSlot : IndexSlot in method public shouldIncludeSampleOnCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public shouldIncludeSampleOnCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public addMustSelectCorrectPopulator() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public processMustSelectCorrectForChange() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type slot : int to slot : IndexSlot in method public hasFullValuePrecision(predicates IndexQuery...) : boolean in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public shouldInstantiatePartLazilyForSpecificValueGroupUpdates() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type populators : IndexPopulator[] to populators : EnumMap<IndexSlot,IndexPopulator> in method public getPopulator(descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Variable Type indexSamples : IndexSample[] to samples : List<IndexSample> in method public sampleResult() : IndexSample in class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator |
From |
To |
|
Change Variable Type activeSlots : int[] to activeSlots : IndexSlot[] in method private initiateMocks() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public shouldInstantiatePartLazilyForSpecificValueGroupQuery() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public mustSelectCorrectTargetForAllGivenValueCombinations() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Variable Type factory : IntFunction<String> to factory : Function<IndexSlot,String> in method private slotToStringFunction() : Function<IndexSlot,String> in class org.neo4j.kernel.impl.index.schema.fusion.LazyInstanceSelectorTest |
From |
To |
|
Change Variable Type values : Value[][] to values : EnumMap<IndexSlot,Value[]> in method public countIndexedNodesMustSelectCorrectReader() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |
|
Change Variable Type slot : int to slot : IndexSlot in method public query(predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Variable Type capabilities : IndexCapability[] to capabilities : List<IndexCapability> in method private unionOfValueCapabilities(valueCapabilities IndexValueCapability...) : UnionIndexCapability in class org.neo4j.kernel.impl.newapi.UnionIndexCapabilityTest |
From |
To |
|
Change Variable Type states : InternalIndexState[] to states : Iterable<InternalIndexState> in method public getInitialState(descriptor StoreIndexDescriptor) : InternalIndexState in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProvider |
From |
To |
|
Change Variable Type slot : int to slot : IndexSlot in method public query(cursor IndexProgressor.NodeValueClient, indexOrder IndexOrder, predicates IndexQuery...) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReader |
From |
To |
|
Change Variable Type aliveSlots : int[] to aliveSlots : IndexSlot[] in method private setupMocks() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Attribute Type populators : IndexPopulator[] to populators : EnumMap<IndexSlot,IndexPopulator> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |
|
Change Attribute Type providers : IndexProvider[] to providers : EnumMap<IndexSlot,IndexProvider> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexProviderTest |
From |
To |
|
Change Attribute Type samplers : IndexSampler[] to samplers : Iterable<IndexSampler> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexSampler |
From |
To |
|
Change Attribute Type instances : T[] to instances : EnumMap<IndexSlot,T> in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Attribute Type factory : IntFunction<T> to factory : Function<IndexSlot,T> in class org.neo4j.kernel.impl.index.schema.fusion.LazyInstanceSelector |
From |
To |
|
Change Attribute Type accessors : IndexAccessor[] to accessors : EnumMap<IndexSlot,IndexAccessor> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Attribute Type capabilities : IndexCapability[] to capabilities : Iterable<IndexCapability> in class org.neo4j.kernel.impl.newapi.UnionIndexCapability |
From |
To |
|
Change Attribute Type updaters : IndexUpdater[] to updaters : EnumMap<IndexSlot,IndexUpdater> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexUpdaterTest |
From |
To |
|
Change Attribute Type readers : IndexReader[] to readers : EnumMap<IndexSlot,IndexReader> in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexReaderTest |
From |
To |