|
Extract And Move Method package moveKeyValuesFromLeftToRight(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, fromPosInLeftNode int) : void extracted from private merge(leftSiblingCursor PageCursor, leftSiblingKeyCount int, rightSiblingCursor PageCursor, rightSiblingKeyCount int, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic & moved to class org.neo4j.index.internal.gbptree.TreeNode |
From |
To |
|
Extract And Move Method package doSplitInternal(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, insertPos int, newKey KEY, newRightChild long, middlePos int, stableGeneration long, unstableGeneration long) : void extracted from private splitInternal(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newRightChild long, keyCount int, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic & moved to class org.neo4j.index.internal.gbptree.TreeNode |
From |
To |
|
Extract And Move Method package doSplitLeaf(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, insertPos int, newKey KEY, newValue VALUE, middlePos int) : void extracted from private splitLeaf(cursor PageCursor, structurePropagation StructurePropagation<KEY>, newKey KEY, newValue VALUE, keyCount int, stableGeneration long, unstableGeneration long) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic & moved to class org.neo4j.index.internal.gbptree.TreeNode |
From |
To |
|
Extract And Move Method package moveKeyValuesFromLeftToRight(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, fromPosInLeftNode int) : void extracted from private rebalanceLeaf(cursor PageCursor, leftSiblingCursor PageCursor, structurePropagation StructurePropagation<KEY>, keyCount int, leftSiblingKeyCount int) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic & moved to class org.neo4j.index.internal.gbptree.TreeNode |
From |
To |
|
Rename Parameter leftSiblingKeyCount : int to leftKeyCount : int in method private rebalanceLeaf(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, structurePropagation StructurePropagation<KEY>) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic |
From |
To |
|
Rename Parameter keyCount : int to rightKeyCount : int in method private rebalanceLeaf(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, structurePropagation StructurePropagation<KEY>) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic |
From |
To |
|
Rename Parameter cursor : PageCursor to rightCursor : PageCursor in method private rebalanceLeaf(leftCursor PageCursor, leftKeyCount int, rightCursor PageCursor, rightKeyCount int, structurePropagation StructurePropagation<KEY>) : void in class org.neo4j.index.internal.gbptree.InternalTreeLogic |
From |
To |