|
Change Return Type SplitResult<KEY> to void in method private splitLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newValue VALUE, keyCount int, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Return Type SplitResult<KEY> to void in method private insertInLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, valueMerger ValueMerger<VALUE>, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Return Type SplitResult<MutableLong> to void in method private insert(key long, value long) : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type SplitResult<KEY> to void in method package insert(cursor PageCursor, structurePropagation StructurePropagation<KEY>, key KEY, value VALUE, valueMerger ValueMerger<VALUE>, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Return Type SplitResult<MutableLong> to void in method private insert(key long, value long, valueMerger ValueMerger<MutableLong>) : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Return Type SplitResult<KEY> to void in method private insertInInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, nodeId long, keyCount int, primKey KEY, rightChild long, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Return Type SplitResult<KEY> to void in method private splitInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, fullNode long, primKey KEY, newRightChild long, keyCount int, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustNotRemoveWhenKeyOnlyExistInInternal() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustRemoveFromRightChildButNotFromInternalWithHitOnInternalSearch() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public shouldMergeValueInLeafAtParentKey() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustLeaveCursorOnInitialPageAfterRemove() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustUpdatePointersInSiblingsToSplit() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustRemoveFromLeftChild() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public shouldMergeValueInLeafBetweenTwoParentKeys() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustProduceConsistentTreeWithRandomInserts() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Replace Variable With Attribute split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public shouldMergeValueInLeafLeftOfParentKey() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Parameterize Variable split : SplitResult<KEY> to structurePropagation : StructurePropagation<KEY> in method private splitInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, fullNode long, primKey KEY, newRightChild long, keyCount int, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Parameterize Variable split : SplitResult<KEY> to structurePropagation : StructurePropagation<KEY> in method private splitLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newValue VALUE, keyCount int, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustUpdatePointersInSiblingsToSplit() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public shouldMergeValueInLeafBetweenTwoParentKeys() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<KEY> to structurePropagation : StructurePropagation<KEY> in method private splitInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, fullNode long, primKey KEY, newRightChild long, keyCount int, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustRemoveFromLeftChild() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustProduceConsistentTreeWithRandomInserts() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public shouldMergeValueInLeafLeftOfParentKey() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<KEY> to structurePropagation : StructurePropagation<KEY> in method private splitLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newValue VALUE, keyCount int, options IndexWriter.Options, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustNotRemoveWhenKeyOnlyExistInInternal() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustRemoveFromRightChildButNotFromInternalWithHitOnInternalSearch() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public modifierMustLeaveCursorOnInitialPageAfterRemove() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |
|
Change Variable Type split : SplitResult<MutableLong> to structurePropagation : StructurePropagation<MutableLong> in method public shouldMergeValueInLeafAtParentKey() : void in class org.neo4j.index.gbptree.InternalTreeLogicTest |
From |
To |