|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method package take(rootId long, options IndexWriter.Options) : SingleIndexWriter in class org.neo4j.index.gbptree.GBPTree.SingleIndexWriter |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method private splitInternal(cursor PageCursor, fullNode long, primKey KEY, newRightChild long, keyCount int, options IndexWriter.Options, stableGeneration int, unstableGeneration int) : SplitResult<KEY> in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method private splitLeaf(cursor PageCursor, newKey KEY, newValue VALUE, amender ValueAmender<VALUE>, keyCount int, options IndexWriter.Options, stableGeneration int, unstableGeneration int) : SplitResult<KEY> in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method public insert(cursor PageCursor, key KEY, value VALUE, amender ValueAmender<VALUE>, options IndexWriter.Options, stableGeneration int, unstableGeneration int) : SplitResult<KEY> in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method private insertInLeaf(cursor PageCursor, key KEY, value VALUE, amender ValueAmender<VALUE>, options IndexWriter.Options, stableGeneration int, unstableGeneration int) : SplitResult<KEY> in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method public writer(options IndexWriter.Options) : IndexWriter<KEY,VALUE> in class org.neo4j.index.Index |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method private insertInInternal(cursor PageCursor, nodeId long, keyCount int, primKey KEY, rightChild long, options IndexWriter.Options, stableGeneration int, unstableGeneration int) : SplitResult<KEY> in class org.neo4j.index.gbptree.InternalTreeLogic |
From |
To |
|
Change Parameter Type options : Modifier.Options to options : IndexWriter.Options in method public writer(options IndexWriter.Options) : IndexWriter<KEY,VALUE> in class org.neo4j.index.gbptree.GBPTree |
From |
To |
|
Rename Variable inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldStayCorrectAfterRandomModifications() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Rename Variable inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldSplitCorrectly() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Rename Variable modifier : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldNotBeAbleToAcquireModifierTwice() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Rename Variable inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldReadCorrectlyWhenConcurrentlyInserting() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Rename Variable modifier : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method private randomlyModifyIndex(index Index<MutableLong,MutableLong>, data Map<MutableLong,MutableLong>, random Random) : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Rename Variable inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldSeeSimpleInsertions() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldSplitCorrectly() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldStayCorrectAfterRandomModifications() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type modifier : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldNotBeAbleToAcquireModifierTwice() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldReadCorrectlyWhenConcurrentlyInserting() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type modifier : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method private randomlyModifyIndex(index Index<MutableLong,MutableLong>, data Map<MutableLong,MutableLong>, random Random) : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type inserter : Modifier<MutableLong,MutableLong> to writer : IndexWriter<MutableLong,MutableLong> in method public shouldSeeSimpleInsertions() : void in class org.neo4j.index.gbptree.GBPTreeTest |
From |
To |
|
Change Variable Type result : SingleWriterModifier to result : SingleIndexWriter in method public writer(options IndexWriter.Options) : IndexWriter<KEY,VALUE> in class org.neo4j.index.gbptree.GBPTree |
From |
To |