|
Rename Method package buffered(nodeReference long, record StoreRelationshipTraversalCursor.Record, direction RelationshipDirection, type int, read Read) : void renamed to package init(nodeReference long, reference long, read Read, direction RelationshipDirection, type int) : void in class org.neo4j.kernel.impl.newapi.DefaultRelationshipTraversalCursor |
From |
To |
|
Rename Method package direct(nodeReference long, reference long, read Read) : void renamed to package init(nodeReference long, reference long, read Read) : void in class org.neo4j.kernel.impl.newapi.DefaultRelationshipGroupCursor |
From |
To |
|
Move And Inline Method public isClosed() : boolean moved from class org.neo4j.kernel.impl.newapi.StoreNodeCursor to class org.neo4j.kernel.impl.newapi.DefaultRelationshipGroupCursor & inlined to public isClosed() : boolean |
From |
To |
|
Move And Inline Method protected init(read Read) : void moved from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor to class org.neo4j.kernel.impl.newapi.StoreRelationshipScanCursor & inlined to public single(reference long) : void |
From |
To |
|
Move And Inline Method protected init(read Read) : void moved from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor to class org.neo4j.kernel.impl.newapi.StoreRelationshipTraversalCursor & inlined to private chain(nodeReference long, reference long) : void |
From |
To |
|
Move And Inline Method public isClosed() : boolean moved from class org.neo4j.kernel.impl.newapi.StoreNodeCursor to class org.neo4j.kernel.impl.newapi.DefaultRelationshipTraversalCursor & inlined to public isClosed() : boolean |
From |
To |
|
Move And Inline Method protected init(read Read) : void moved from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor to class org.neo4j.kernel.impl.newapi.StoreRelationshipScanCursor & inlined to public scan(type int) : void |
From |
To |
|
Change Parameter Type storeCursor : StorePropertyCursor to storeCursor : StoragePropertyCursor in method package DefaultPropertyCursor(pool DefaultCursors, storeCursor StoragePropertyCursor) in class org.neo4j.kernel.impl.newapi.DefaultPropertyCursor |
From |
To |
|
Change Parameter Type property : DefaultPropertyCursor to property : PropertyCursor in method package NodeValueClientFilter(target NodeValueClient, node NodeCursor, property PropertyCursor, read Read, filters IndexQuery...) in class org.neo4j.kernel.impl.newapi.NodeValueClientFilter |
From |
To |
|
Change Parameter Type node : DefaultNodeCursor to node : NodeCursor in method package NodeValueClientFilter(target NodeValueClient, node NodeCursor, property PropertyCursor, read Read, filters IndexQuery...) in class org.neo4j.kernel.impl.newapi.NodeValueClientFilter |
From |
To |
|
Move Method package relationshipAdvance(record RelationshipRecord, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.AllStoreHolder to private relationshipAdvance(record RelationshipRecord, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.StoreRelationshipScanCursor |
From |
To |
|
Move Method package group(record RelationshipGroupRecord, reference long, page PageCursor) : void from class org.neo4j.kernel.impl.newapi.AllStoreHolder to private group(record RelationshipGroupRecord, reference long, page PageCursor) : void from class org.neo4j.kernel.impl.newapi.StoreRelationshipGroupCursor |
From |
To |
|
Move Method package groupPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.AllStoreHolder to private groupPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.StoreRelationshipGroupCursor |
From |
To |
|
Move Method package relationshipFull(record RelationshipRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.AllStoreHolder to package relationshipFull(record RelationshipRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor |
From |
To |
|
Move Method package relationshipPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.AllStoreHolder to package relationshipPage(reference long) : PageCursor from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor |
From |
To |
|
Move Method package relationshipHighMark() : long from class org.neo4j.kernel.impl.newapi.AllStoreHolder to package relationshipHighMark() : long from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor |
From |
To |
|
Move Method package relationship(record RelationshipRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.AllStoreHolder to package relationship(record RelationshipRecord, reference long, pageCursor PageCursor) : void from class org.neo4j.kernel.impl.newapi.StoreRelationshipCursor |
From |
To |