|
Change Parameter Type c : StoreIteratorRelationshipCursor to c : IteratorRelationshipCursor in method private noCache(c IteratorRelationshipCursor) : void in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest |
From |
To |
|
Change Parameter Type instanceCache : Consumer<StoreIteratorRelationshipCursor> to instanceCache : Consumer<IteratorRelationshipCursor> in method package IteratorRelationshipCursor(relationshipStore RelationshipStore, instanceCache Consumer<IteratorRelationshipCursor>, lockService LockService) in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursor |
From |
To |
|
Change Parameter Type c : StoreSingleRelationshipCursor to c : SingleRelationshipCursor in method private noCache(c SingleRelationshipCursor) : void in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursorTest |
From |
To |
|
Change Parameter Type consumer : Consumer<StoreSingleRelationshipCursor> to consumer : Consumer<SingleRelationshipCursor> in method package SingleRelationshipCursor(relationshipStore RelationshipStore, consumer Consumer<SingleRelationshipCursor>, lockService LockService) in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursor |
From |
To |
|
Change Parameter Type instanceCache : Consumer<StoreNodeRelationshipCursor> to instanceCache : Consumer<NodeRelationshipCursor> in method public NodeRelationshipCursor(relationshipStore RelationshipStore, relationshipGroupStore RelationshipGroupStore, instanceCache Consumer<NodeRelationshipCursor>, lockService LockService) in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursor |
From |
To |
|
Change Return Type StoreNodeRelationshipCursor to NodeRelationshipCursor in method private init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, allowedTypes IntPredicate, state ReadableTransactionState, addedNodeRelationships PrimitiveLongIterator) : NodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursor |
From |
To |
|
Change Return Type StoreNodeRelationshipCursor to NodeRelationshipCursor in method private nodeRelationshipCursor() : NodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Return Type StoreNodeRelationshipCursor to NodeRelationshipCursor in method public init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, allowedTypes int[], state ReadableTransactionState) : NodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursor |
From |
To |
|
Change Return Type StoreSingleRelationshipCursor to SingleRelationshipCursor in method public init(relId long, state ReadableTransactionState) : SingleRelationshipCursor in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursor |
From |
To |
|
Change Return Type StoreNodeRelationshipCursor to NodeRelationshipCursor in method public init(isDense boolean, firstRelId long, fromNodeId long, direction Direction, state ReadableTransactionState) : NodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursor |
From |
To |
|
Change Return Type StoreIteratorRelationshipCursor to IteratorRelationshipCursor in method private createRelationshipCursor(relationshipInUse boolean) : IteratorRelationshipCursor in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest |
From |
To |
|
Change Return Type StoreSingleRelationshipCursor to SingleRelationshipCursor in method private createRelationshipCursor() : SingleRelationshipCursor in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursorTest |
From |
To |
|
Change Return Type StoreIteratorRelationshipCursor to IteratorRelationshipCursor in method public init(iterator PrimitiveLongIterator, state ReadableTransactionState) : IteratorRelationshipCursor in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursorTest renamed to org.neo4j.kernel.impl.api.store.SingleRelationshipCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursorTest renamed to org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.NodeRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.AbstractRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest renamed to org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.IteratorRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.SingleRelationshipCursor |
From |
To |
|
Rename Class org.neo4j.kernel.impl.api.store.StoreAbstractIteratorRelationshipCursor renamed to org.neo4j.kernel.impl.api.store.AbstractIteratorRelationshipCursor |
From |
To |
|
Change Variable Type cursor : StoreNodeRelationshipCursor to cursor : NodeRelationshipCursor in method public retrieveRelationshipChainWithUnusedLink() : void in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreNodeRelationshipCursor to cursor : NodeRelationshipCursor in method public retrieveNodeRelationships() : void in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreNodeRelationshipCursor to cursor : NodeRelationshipCursor in method private cursor(nodeId long, rels Map<Long,RelationshipItem>, state TxState, direction Direction, relationshipTypes int[]) : Cursor<RelationshipItem> in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreNodeRelationshipCursor to cursor : NodeRelationshipCursor in method public shouldHandleDenseNodeWithNoRelationships() : void in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreIteratorRelationshipCursor to cursor : IteratorRelationshipCursor in method public shouldCloseThePageCursorWhenDisposed() : void in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreNodeRelationshipCursor to cursor : NodeRelationshipCursor in method public shouldClosePageCursorsWhenDisposed() : void in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreSingleRelationshipCursor to cursor : SingleRelationshipCursor in method public retrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreIteratorRelationshipCursor to cursor : IteratorRelationshipCursor in method public retrieveUsedRelationship() : void in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreNodeRelationshipCursor to cursor : NodeRelationshipCursor in method public retrieveUsedRelationshipChain() : void in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreIteratorRelationshipCursor to cursor : IteratorRelationshipCursor in method public retrieveUnusedRelationship() : void in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursorTest |
From |
To |
|
Change Variable Type cursor : StoreSingleRelationshipCursor to cursor : SingleRelationshipCursor in method public retrieveUsedRelationship() : void in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursorTest |
From |
To |
|
Change Attribute Type consumer : Consumer<StoreSingleRelationshipCursor> to consumer : Consumer<SingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.SingleRelationshipCursor |
From |
To |
|
Change Attribute Type singleRelationshipCursor : CursorPool<StoreSingleRelationshipCursor> to singleRelationshipCursor : CursorPool<SingleRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type instanceCache : Consumer<StoreIteratorRelationshipCursor> to instanceCache : Consumer<IteratorRelationshipCursor> in class org.neo4j.kernel.impl.api.store.IteratorRelationshipCursor |
From |
To |
|
Change Attribute Type nodeRelationshipsCursor : CursorPool<StoreNodeRelationshipCursor> to nodeRelationshipsCursor : CursorPool<NodeRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type iteratorRelationshipCursor : CursorPool<StoreIteratorRelationshipCursor> to iteratorRelationshipCursor : CursorPool<IteratorRelationshipCursor> in class org.neo4j.kernel.impl.api.store.GlobalCursorPools |
From |
To |
|
Change Attribute Type relationshipCursor : StoreNodeRelationshipCursor to relationshipCursor : NodeRelationshipCursor in class org.neo4j.unsafe.batchinsert.internal.BatchRelationshipIterable |
From |
To |
|
Change Attribute Type instanceCache : Consumer<StoreNodeRelationshipCursor> to instanceCache : Consumer<NodeRelationshipCursor> in class org.neo4j.kernel.impl.api.store.NodeRelationshipCursor |
From |
To |