|
Rename Method public entity(reference long, score float) : boolean renamed to public acceptEntity(reference long, score float) : boolean in class org.neo4j.kernel.impl.newapi.NodeExplicitIndexCursor |
From |
To |
|
Rename Method public node(reference long, labels LabelSet) : boolean renamed to public acceptNode(reference long, labels LabelSet) : boolean in class org.neo4j.kernel.impl.newapi.NodeLabelIndexCursor |
From |
To |
|
Rename Method public node(reference long, labels LabelSet) : boolean renamed to public acceptNode(reference long, labels LabelSet) : boolean in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeLabelClient |
From |
To |
|
Rename Method public entity(reference long, score float) : boolean renamed to public acceptEntity(reference long, score float) : boolean in class org.neo4j.kernel.impl.newapi.RelationshipExplicitIndexCursor |
From |
To |
|
Rename Method public entity(reference long, score float) : boolean renamed to public acceptEntity(reference long, score float) : boolean in class org.neo4j.storageengine.api.schema.IndexProgressor.ExplicitClient |
From |
To |
|
Rename Method public node(reference long, values Value[]) : boolean renamed to public acceptNode(reference long, values Value[]) : boolean in class org.neo4j.kernel.impl.newapi.IndexCursorFilter |
From |
To |
|
Rename Method public node(reference long, values Value[]) : boolean renamed to public acceptNode(reference long, values Value[]) : boolean in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeValueClient |
From |
To |
|
Rename Method public node(reference long, values Value[]) : boolean renamed to public acceptNode(reference long, values Value[]) : boolean in class org.neo4j.kernel.impl.newapi.NodeValueIndexCursor |
From |
To |
|
Rename Method public node(reference long, values Value[]) : boolean renamed to public acceptNode(reference long, values Value[]) : boolean in class org.neo4j.kernel.impl.newapi.IndexCursorFilterTest |
From |
To |
|
Change Parameter Type target : IndexCursorProgressor.NodeValueCursor to target : IndexProgressor.NodeValueClient in method package IndexCursorFilter(target IndexProgressor.NodeValueClient, node NodeCursor, property PropertyCursor, filters IndexQuery...) in class org.neo4j.kernel.impl.newapi.IndexCursorFilter |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, providesLabels boolean) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeLabelClient |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.kernel.impl.newapi.IndexCursorFilter |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueIndexCursor |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, expectedSize int) : void in class org.neo4j.kernel.impl.newapi.NodeExplicitIndexCursor |
From |
To |
|
Change Parameter Type cursor : IndexCursorProgressor.ExplicitCursor to client : IndexProgressor.ExplicitClient in method private explicitIndex(client IndexProgressor.ExplicitClient, hits ExplicitIndexHits) : void in class org.neo4j.kernel.impl.newapi.Read |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.kernel.impl.newapi.IndexCursorFilterTest |
From |
To |
|
Change Parameter Type cursor : IndexCursorProgressor.NodeValueCursor to client : IndexProgressor.NodeValueClient in method public query(client IndexProgressor.NodeValueClient, query IndexQuery...) : void in class org.neo4j.storageengine.api.schema.IndexReader |
From |
To |
|
Change Parameter Type target : NodeLabelCursor to client : NodeLabelClient in method package NodeLabelIndexProgressor(iterator PrimitiveLongIterator, client NodeLabelClient) in class org.neo4j.kernel.impl.newapi.NodeLabelIndexProgressor |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, expectedSize int) : void in class org.neo4j.kernel.impl.newapi.RelationshipExplicitIndexCursor |
From |
To |
|
Change Parameter Type target : IndexCursorProgressor.NodeLabelCursor to client : IndexProgressor.NodeLabelClient in method private labelScan(client IndexProgressor.NodeLabelClient, iterator PrimitiveLongIterator) : void in class org.neo4j.kernel.impl.newapi.Read |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, expectedSize int) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.ExplicitClient |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, providesLabels boolean) : void in class org.neo4j.kernel.impl.newapi.NodeLabelIndexCursor |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeValueClient |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method package initialize(progressor IndexProgressor) : void in class org.neo4j.kernel.impl.newapi.IndexCursor |
From |
To |
|
Change Parameter Type target : NodeValueCursor to client : NodeValueClient in method package NodeValueIndexProgressor(ids PrimitiveLongIterator, client NodeValueClient) in class org.neo4j.storageengine.api.schema.NodeValueIndexProgressor |
From |
To |
|
Change Parameter Type progressor : IndexCursorProgressor to progressor : IndexProgressor in method package Initialize(progressor IndexProgressor, keys int[]) in class org.neo4j.kernel.impl.newapi.IndexCursorFilterTest.Event.Initialize |
From |
To |
|
Change Attribute Type progressor : IndexCursorProgressor to progressor : IndexProgressor in class org.neo4j.kernel.impl.newapi.IndexCursorFilterTest.Event.Initialize |
From |
To |
|
Change Attribute Type target : NodeLabelCursor to client : NodeLabelClient in class org.neo4j.kernel.impl.newapi.NodeLabelIndexProgressor |
From |
To |
|
Change Attribute Type target : IndexCursorProgressor.NodeValueCursor to target : IndexProgressor.NodeValueClient in class org.neo4j.kernel.impl.newapi.IndexCursorFilter |
From |
To |
|
Change Attribute Type progressor : IndexCursorProgressor to progressor : IndexProgressor in class org.neo4j.kernel.impl.newapi.IndexCursor |
From |
To |
|
Change Attribute Type target : NodeValueCursor to client : NodeValueClient in class org.neo4j.storageengine.api.schema.NodeValueIndexProgressor |
From |
To |
|
Change Attribute Type cursor : ExplicitCursor to client : ExplicitClient in class org.neo4j.kernel.impl.newapi.ExplicitIndexProgressor |
From |
To |
|
Rename Parameter keys : int[] to propertyIds : int[] in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.kernel.impl.newapi.NodeValueIndexCursor |
From |
To |
|
Rename Parameter target : NodeValueCursor to client : NodeValueClient in method package NodeValueIndexProgressor(ids PrimitiveLongIterator, client NodeValueClient) in class org.neo4j.storageengine.api.schema.NodeValueIndexProgressor |
From |
To |
|
Rename Parameter cursor : IndexCursorProgressor.ExplicitCursor to client : IndexProgressor.ExplicitClient in method private explicitIndex(client IndexProgressor.ExplicitClient, hits ExplicitIndexHits) : void in class org.neo4j.kernel.impl.newapi.Read |
From |
To |
|
Rename Parameter keys : int[] to propertyIds : int[] in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.kernel.impl.newapi.IndexCursorFilter |
From |
To |
|
Rename Parameter keys : int[] to propertyIds : int[] in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.storageengine.api.schema.IndexProgressor.NodeValueClient |
From |
To |
|
Rename Parameter keys : int[] to propertyIds : int[] in method public initialize(progressor IndexProgressor, propertyIds int[]) : void in class org.neo4j.kernel.impl.newapi.IndexCursorFilterTest |
From |
To |
|
Rename Parameter cursor : IndexCursorProgressor.NodeValueCursor to client : IndexProgressor.NodeValueClient in method public query(client IndexProgressor.NodeValueClient, query IndexQuery...) : void in class org.neo4j.storageengine.api.schema.IndexReader |
From |
To |
|
Rename Parameter target : NodeLabelCursor to client : NodeLabelClient in method package NodeLabelIndexProgressor(iterator PrimitiveLongIterator, client NodeLabelClient) in class org.neo4j.kernel.impl.newapi.NodeLabelIndexProgressor |
From |
To |
|
Rename Parameter target : IndexCursorProgressor.NodeLabelCursor to client : IndexProgressor.NodeLabelClient in method private labelScan(client IndexProgressor.NodeLabelClient, iterator PrimitiveLongIterator) : void in class org.neo4j.kernel.impl.newapi.Read |
From |
To |