|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForSuffixOrContains(index SchemaIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type Map<ValueTuple,PrimitiveLongDiffSets> to Map<ValueTuple,MutableLongDiffSets> in method private getIndexUpdatesByDescriptor(schema SchemaDescriptor, create boolean) : Map<ValueTuple,MutableLongDiffSets> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForSuffixOrContains(descriptor SchemaIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method public newLongDiffSets() : MutableLongDiffSets in class org.neo4j.kernel.impl.api.KernelTransactionTestBase.TestCollectionsFactory |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForScan(index SchemaIndexDescriptor) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForRangeSeekByPrefix(descriptor SchemaIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method public newLongDiffSets() : MutableLongDiffSets in class org.neo4j.kernel.impl.util.collection.CollectionsFactory |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method public newLongDiffSets() : MutableLongDiffSets in class org.neo4j.kernel.impl.util.collection.OffHeapCollectionsFactory |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method public newLongDiffSets() : MutableLongDiffSets in class org.neo4j.kernel.impl.util.collection.OnHeapCollectionsFactory |
From |
To |
|
Change Return Type TreeMap<ValueTuple,PrimitiveLongDiffSets> to TreeMap<ValueTuple,MutableLongDiffSets> in method private getSortedIndexUpdates(descriptor SchemaDescriptor) : TreeMap<ValueTuple,MutableLongDiffSets> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForSeek(descriptor SchemaIndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForScan(descriptor SchemaIndexDescriptor) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method private getIndexUpdatesForSeek(schema SchemaDescriptor, values ValueTuple, create boolean) : MutableLongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForRangeSeek(descriptor SchemaIndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method private createDiffSet() : MutableLongDiffSets in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method private indexUpdatesForRangeSeek(sortedUpdates TreeMap<ValueTuple,MutableLongDiffSets>, lower ValueTuple, includeLower boolean, upper ValueTuple, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForRangeSeek(index SchemaIndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type PrimitiveLongDiffSets to MutableLongDiffSets in method private getIndexUpdatesForSeek(updates Map<ValueTuple,MutableLongDiffSets>, values ValueTuple, create boolean) : MutableLongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForRangeSeekByPrefix(index SchemaIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Return Type PrimitiveLongReadableDiffSets to LongDiffSets in method public indexUpdatesForSeek(index SchemaIndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.storageengine.api.txstate.ReadableTransactionState |
From |
To |
|
Change Variable Type after : PrimitiveLongDiffSets to after : MutableLongDiffSets in method public indexDoUpdateEntry(descriptor SchemaDescriptor, nodeId long, propertiesBefore ValueTuple, propertiesAfter ValueTuple) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldSeekOnAnEmptyTxState() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForSeekWhenThereAreNewNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSet : PrimitiveLongDiffSets to diffSet : MutableLongDiffSets in method public checkIsElementsAddedOrRemoved() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type changes : PrimitiveLongReadableDiffSets to changes : LongDiffSets in method private prefixQuery(descriptor SchemaIndexDescriptor, predicate IndexQuery.StringPrefixPredicate) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Variable Type diffs : PrimitiveLongDiffSets to diffs : MutableLongDiffSets in method public indexUpdatesForSuffixOrContains(descriptor SchemaIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereArePartiallyMatchingNewNodes2() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereArePartiallyMatchingTrailingNewNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithIncludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongDiffSets to diffSets : MutableLongDiffSets in method public removeElementsInDiffSets() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldSeekWhenThereAreNewNumberNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type diffs : PrimitiveLongDiffSets to diffs : MutableLongDiffSets in method public indexUpdatesForRangeSeekByPrefix(descriptor SchemaIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diff : PrimitiveLongDiffSets to diff : MutableLongDiffSets in method package clearIndexDiffs(nodeId long) : void in class org.neo4j.kernel.impl.api.state.NodeStateImpl |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldScanOnAnEmptyTxState() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type updates : Map<ValueTuple,PrimitiveLongDiffSets> to updates : Map<ValueTuple,MutableLongDiffSets> in method private getIndexUpdatesByDescriptor(schema SchemaDescriptor, create boolean) : Map<ValueTuple,MutableLongDiffSets> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereAreNewNodesCreatedInOneBatch() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForScanOrSeekOnAnEmptyTxState() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type sortedUpdates : TreeMap<ValueTuple,PrimitiveLongDiffSets> to sortedUpdates : TreeMap<ValueTuple,MutableLongDiffSets> in method public indexUpdatesForRangeSeekByPrefix(descriptor SchemaIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffs : PrimitiveLongDiffSets to diffs : MutableLongDiffSets in method public indexUpdatesForScan(descriptor SchemaIndexDescriptor) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type sortedUpdates : TreeMap<ValueTuple,PrimitiveLongDiffSets> to sortedUpdates : TreeMap<ValueTuple,MutableLongDiffSets> in method private getSortedIndexUpdates(descriptor SchemaDescriptor) : TreeMap<ValueTuple,MutableLongDiffSets> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type changes : PrimitiveLongReadableDiffSets to changes : LongDiffSets in method private scanQuery(descriptor SchemaIndexDescriptor) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongDiffSets to diffSets : MutableLongDiffSets in method public removeAndAddElementsToDiffSets() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method private assertSeek(index SchemaIndexDescriptor, values ValueTuple[], nodeIdStart long) : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereAreNewNodesCreatedInTwoBatches() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithNoBounds() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongDiffSets to diffSets : MutableLongDiffSets in method public addElementsToDiffSets() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type entry : Map.Entry<ValueTuple,PrimitiveLongDiffSets> to entry : Map.Entry<ValueTuple,MutableLongDiffSets> in method public indexUpdatesForSuffixOrContains(descriptor SchemaIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWhenThereAreNewNodesCreatedInSingleBatch() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithIncludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedLowerIncludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedUpperExcludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSet : PrimitiveLongDiffSets to diffSet : MutableLongDiffSets in method public augmentDiffSetWithExternalElements() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithNoBounds() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type updates : Map<ValueTuple,PrimitiveLongDiffSets> to updates : Map<ValueTuple,MutableLongDiffSets> in method public indexUpdatesForSuffixOrContains(descriptor SchemaIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithExcludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type indexUpdatesForSeek : PrimitiveLongDiffSets to indexUpdatesForSeek : MutableLongDiffSets in method public indexUpdatesForSeek(descriptor SchemaIndexDescriptor, values ValueTuple) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedLowerExcludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedLowerExcludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedUpperIncludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type updates : Map<ValueTuple,PrimitiveLongDiffSets> to updates : Map<ValueTuple,MutableLongDiffSets> in method public indexDoUpdateEntry(descriptor SchemaDescriptor, nodeId long, propertiesBefore ValueTuple, propertiesAfter ValueTuple) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedUpperIncludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSet : PrimitiveLongDiffSets to diffSet : MutableLongDiffSets in method public indexUpdatesForScan(descriptor SchemaIndexDescriptor) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffForSpecificValue : PrimitiveLongDiffSets to diffForSpecificValue : MutableLongDiffSets in method private indexUpdatesForRangeSeek(sortedUpdates TreeMap<ValueTuple,MutableLongDiffSets>, lower ValueTuple, includeLower boolean, upper ValueTuple, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type entry : Map.Entry<ValueTuple,PrimitiveLongDiffSets> to entry : Map.Entry<ValueTuple,MutableLongDiffSets> in method public indexUpdatesForRangeSeekByPrefix(descriptor SchemaIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForScanWhenThereAreNewNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldHandleMixedAddsAndRemovesEntry() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldScanWhenThereAreNewNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedLowerIncludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedUpperExcludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffsets : PrimitiveLongDiffSets to diffsets : MutableLongDiffSets in method public indexUpdatesForSuffixOrContains(descriptor SchemaIndexDescriptor, query IndexQuery) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithIncludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type inRange : Collection<PrimitiveLongDiffSets> to inRange : Collection<MutableLongDiffSets> in method private indexUpdatesForRangeSeek(sortedUpdates TreeMap<ValueTuple,MutableLongDiffSets>, lower ValueTuple, includeLower boolean, upper ValueTuple, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWhenThereAreNoMatchingNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSet : PrimitiveLongDiffSets to diffSet : MutableLongDiffSets in method public removeAllElements() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongDiffSets to diffSets : MutableLongDiffSets in method public equals(o Object) : boolean in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSets |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWhenThereAreNoMatchingNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongDiffSets to diffSets : MutableLongDiffSets in method public indexUpdatesForRangeSeekByPrefix(descriptor SchemaIndexDescriptor, prefix String) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithExcludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type updates : Map<ValueTuple,PrimitiveLongDiffSets> to updates : Map<ValueTuple,MutableLongDiffSets> in method private getSortedIndexUpdates(descriptor SchemaDescriptor) : TreeMap<ValueTuple,MutableLongDiffSets> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWhenThereAreNewNodesCreatedInSingleBatch() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldSeekWhenThereAreNewStringNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWhenThereAreNewNodesCreatedInTwoBatches() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongDiffSets to diffSets : MutableLongDiffSets in method public useCollectionsFactory() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type before : PrimitiveLongDiffSets to before : MutableLongDiffSets in method public indexDoUpdateEntry(descriptor SchemaDescriptor, nodeId long, propertiesBefore ValueTuple, propertiesAfter ValueTuple) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type changes : PrimitiveLongReadableDiffSets to changes : LongDiffSets in method private rangeQuery(descriptor SchemaIndexDescriptor, predicate IndexQuery.RangePredicate<?>) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldSeekWhenThereAreManyEntriesWithTheSameValues() : void in class org.neo4j.kernel.impl.api.state.TxStateCompositeIndexTest |
From |
To |
|
Change Variable Type changes : PrimitiveLongReadableDiffSets to changes : LongDiffSets in method private seekQuery(descriptor SchemaIndexDescriptor, query IndexQuery[]) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereAreNoMatchingNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereArePartiallyMatchingNewNodes1() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSet : PrimitiveLongDiffSets to diffSet : MutableLongDiffSets in method public addedAndRemovedElementsDelta() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithExcludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedLowerExcludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type updates : Map<ValueTuple,PrimitiveLongDiffSets> to updates : Map<ValueTuple,MutableLongDiffSets> in method private getIndexUpdatesForSeek(schema SchemaDescriptor, values ValueTuple, create boolean) : MutableLongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedUpperIncludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type updates : Map<ValueTuple,PrimitiveLongDiffSets> to updates : Map<ValueTuple,MutableLongDiffSets> in method public indexUpdatesForScan(descriptor SchemaIndexDescriptor) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithIncludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedLowerIncludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWithUnboundedUpperExcludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByStringWhenThereAreNewNodesCreatedInTwoBatches() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffs : PrimitiveLongDiffSets to diffs : MutableLongDiffSets in method private indexUpdatesForRangeSeek(sortedUpdates TreeMap<ValueTuple,MutableLongDiffSets>, lower ValueTuple, includeLower boolean, upper ValueTuple, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedLowerIncludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedUpperExcludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForRangeSeekByPrefixWhenThereArePartiallyMatchingLeadingNewNodes() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSet : PrimitiveLongDiffSets to diffSet : MutableLongDiffSets in method public addAllElements() : void in class org.neo4j.kernel.impl.util.diffsets.MutableLongDiffSetsTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedLowerExcludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithExcludeLowerAndExcludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type diffSets : PrimitiveLongReadableDiffSets to diffSets : LongDiffSets in method public shouldComputeIndexUpdatesForBetweenRangeSeekByNumberWithUnboundedUpperIncludeLowerAndIncludeUpper() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type sortedUpdates : TreeMap<ValueTuple,PrimitiveLongDiffSets> to sortedUpdates : TreeMap<ValueTuple,MutableLongDiffSets> in method public indexUpdatesForRangeSeek(descriptor SchemaIndexDescriptor, valueGroup ValueGroup, lower Value, includeLower boolean, upper Value, includeUpper boolean) : LongDiffSets in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Variable Type changes : PrimitiveLongReadableDiffSets to changes : LongDiffSets in method private suffixOrContainsQuery(descriptor SchemaIndexDescriptor, query IndexQuery) : void in class org.neo4j.kernel.impl.newapi.DefaultNodeValueIndexCursor |
From |
To |