|
Move And Rename Method public nodeHasLabel(state KernelStatement, node NodeItem, labelId int) : boolean from class org.neo4j.kernel.impl.api.StateHandlingStatementOperations to public hasLabel(labelId int) : boolean from class org.neo4j.kernel.api.cursor.NodeItem.NodeItemHelper |
From |
To |
|
Move And Rename Method public nodeGetRelationships(state KernelStatement, node NodeItem, direction Direction, relTypes int[]) : RelationshipIterator from class org.neo4j.kernel.impl.api.StateHandlingStatementOperations to public getRelationships(direction Direction, relTypes int[]) : RelationshipIterator from class org.neo4j.kernel.api.cursor.NodeItem.NodeItemHelper |
From |
To |
|
Move And Rename Method public nodeGetLabels(txStateHolder TxStateHolder, storeStatement StoreStatement, node NodeItem) : PrimitiveIntIterator from class org.neo4j.kernel.impl.api.StateHandlingStatementOperations to public getLabels() : PrimitiveIntIterator from class org.neo4j.kernel.api.cursor.NodeItem.NodeItemHelper |
From |
To |
|
Move And Rename Method public nodeGetDegree(statement StoreStatement, nodeId long, direction Direction, relType int) : int from class org.neo4j.kernel.impl.api.store.DiskLayer to public degree(direction Direction, relType int) : int from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move And Rename Method public nodeGetDegree(statement StoreStatement, nodeId long, direction Direction) : int from class org.neo4j.kernel.impl.api.store.DiskLayer to public degree(direction Direction) : int from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move And Inline Method public acquirePropertyCursor(firstPropertyRecordId long) : Cursor<PropertyItem> moved from class org.neo4j.kernel.impl.api.store.StoreStatement to class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor & inlined to public properties() : Cursor<PropertyItem> |
From |
To |
|
Move And Inline Method public acquireNodeRelationshipCursor(dense boolean, nextRel long, id long, direction Direction, relTypes int[]) : Cursor<RelationshipItem> moved from class org.neo4j.kernel.impl.api.store.StoreStatement to class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor & inlined to public relationships(direction Direction) : Cursor<RelationshipItem> |
From |
To |
|
Move And Inline Method public acquireSinglePropertyCursor(firstPropertyRecordId long, propertyKeyId int) : Cursor<PropertyItem> moved from class org.neo4j.kernel.impl.api.store.StoreStatement to class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor & inlined to public property(propertyKeyId int) : Cursor<PropertyItem> |
From |
To |
|
Move And Inline Method public nodeExists(state KernelStatement, nodeId long) : boolean moved from class org.neo4j.kernel.impl.api.StateHandlingStatementOperations to class org.neo4j.kernel.impl.api.OperationsFacade & inlined to public nodeExists(nodeId long) : boolean |
From |
To |
|
Move And Inline Method public acquireNodeRelationshipCursor(dense boolean, nextRel long, id long, direction Direction, relTypes int[]) : Cursor<RelationshipItem> moved from class org.neo4j.kernel.impl.api.store.StoreStatement to class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor & inlined to public relationships(direction Direction, relTypes int...) : Cursor<RelationshipItem> |
From |
To |
|
Move And Inline Method public acquirePropertyCursor(firstPropertyRecordId long) : Cursor<PropertyItem> moved from class org.neo4j.kernel.impl.api.store.StoreStatement to class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor & inlined to public properties() : Cursor<PropertyItem> |
From |
To |
|
Move And Inline Method public relationshipExists(state KernelStatement, relId long) : boolean moved from class org.neo4j.kernel.impl.api.StateHandlingStatementOperations to class org.neo4j.kernel.impl.api.OperationsFacade & inlined to public relationshipExists(relId long) : boolean |
From |
To |
|
Move And Inline Method public acquireSinglePropertyCursor(firstPropertyRecordId long, propertyKeyId int) : Cursor<PropertyItem> moved from class org.neo4j.kernel.impl.api.store.StoreStatement to class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor & inlined to public property(propertyKeyId int) : Cursor<PropertyItem> |
From |
To |
|
Change Parameter Type relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreNodeRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, groupRecord RelationshipGroupRecord, storeStatement StoreStatement, instanceCache Consumer<StoreNodeRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Change Parameter Type nodeStore : NodeStore to neoStore : NeoStore in method public StoreAbstractNodeCursor(nodeRecord NodeRecord, neoStore NeoStore, storeStatement StoreStatement) in class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Change Parameter Type endNodeId : long to endNode : NodeItem in method public relationshipCreate(state KernelStatement, relationshipTypeId int, startNode NodeItem, endNode NodeItem) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreIteratorRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache InstanceCache<StoreIteratorRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |
|
Change Parameter Type startNodeId : long to startNodeId : NodeItem in method public relationshipCreate(statement KernelStatement, relationshipTypeId int, startNodeId NodeItem, endNodeId NodeItem) : long in class org.neo4j.kernel.impl.api.operations.EntityWriteOperations |
From |
To |
|
Change Parameter Type startNodeId : long to startNode : NodeItem in method public relationshipCreate(state KernelStatement, relationshipTypeId int, startNode NodeItem, endNode NodeItem) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Parameter Type startNodeId : long to startNodeId : NodeItem in method public relationshipCreate(statement KernelStatement, relationshipTypeId int, startNodeId NodeItem, endNodeId NodeItem) : long in class org.neo4j.kernel.impl.api.GuardingStatementOperations |
From |
To |
|
Change Parameter Type nodeStore : NodeStore to neoStore : NeoStore in method public StoreSingleNodeCursor(nodeRecord NodeRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache Consumer<StoreSingleNodeCursor>) in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor |
From |
To |
|
Change Parameter Type relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreAbstractRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, storeStatement StoreStatement) in class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor |
From |
To |
|
Change Parameter Type endNodeId : long to endNodeId : NodeItem in method public relationshipCreate(statement KernelStatement, relationshipTypeId int, startNodeId NodeItem, endNodeId NodeItem) : long in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type incoming : int to incoming : long in method private updateRelationshipsCountsFromDegrees(type int, label int, outgoing long, incoming long) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Parameter Type nodeStore : NodeStore to neoStore : NeoStore in method public StoreIteratorNodeCursor(nodeRecord NodeRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache Consumer<StoreIteratorNodeCursor>) in class org.neo4j.kernel.impl.api.store.StoreIteratorNodeCursor |
From |
To |
|
Change Parameter Type relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreSingleRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache InstanceCache<StoreSingleRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Change Parameter Type endNodeId : long to endNodeId : NodeItem in method public relationshipCreate(statement KernelStatement, relationshipTypeId int, startNodeId NodeItem, endNodeId NodeItem) : long in class org.neo4j.kernel.impl.api.GuardingStatementOperations |
From |
To |
|
Change Parameter Type endNodeId : long to endNodeId : NodeItem in method public relationshipCreate(statement KernelStatement, relationshipTypeId int, startNodeId NodeItem, endNodeId NodeItem) : long in class org.neo4j.kernel.impl.api.operations.EntityWriteOperations |
From |
To |
|
Change Parameter Type outgoing : int to outgoing : long in method private updateRelationshipsCountsFromDegrees(type int, label int, outgoing long, incoming long) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation |
From |
To |
|
Change Parameter Type startNodeId : long to startNodeId : NodeItem in method public relationshipCreate(statement KernelStatement, relationshipTypeId int, startNodeId NodeItem, endNodeId NodeItem) : long in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Move Method private directionOf(nodeId long, relationshipId long, startNode long, endNode long) : Direction from class org.neo4j.kernel.impl.api.store.DiskLayer to private directionOf(nodeId long, relationshipId long, startNode long, endNode long) : Direction from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Method private nodeDegreeByDirection(nodeId long, group RelationshipGroupRecord, direction Direction) : long from class org.neo4j.kernel.impl.api.store.DiskLayer to private nodeDegreeByDirection(group RelationshipGroupRecord, direction Direction) : long from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Method public relationshipsGetAllCursor(storeStatement StoreStatement) : Cursor<RelationshipItem> from class org.neo4j.kernel.impl.api.store.DiskLayer to public relationshipsGetAllCursor() : Cursor<RelationshipItem> from class org.neo4j.kernel.impl.api.store.StoreStatement |
From |
To |
|
Move Method private countByFirstPrevPointer(nodeId long, relationshipId long) : long from class org.neo4j.kernel.impl.api.store.DiskLayer to private countByFirstPrevPointer(relationshipId long) : long from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Method public nodesGetAllCursor(statement StoreStatement) : Cursor<NodeItem> from class org.neo4j.kernel.impl.api.store.DiskLayer to public nodesGetAllCursor() : Cursor<NodeItem> from class org.neo4j.kernel.impl.api.store.StoreStatement |
From |
To |
|
Move Attribute private allPropertyCursor : InstanceCache<StorePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private allPropertyCursor : InstanceCache<StorePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor |
From |
To |
|
Move Attribute public GET_LABEL : ToIntFunction<LabelItem> from class org.neo4j.kernel.api.cursor.LabelItem to public GET_LABEL : ToIntFunction<LabelItem> from class org.neo4j.kernel.api.cursor.NodeItem |
From |
To |
|
Move Attribute private labelCursor : InstanceCache<StoreLabelCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private labelCursor : InstanceCache<StoreLabelCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Attribute private nodeRelationshipCursor : InstanceCache<StoreNodeRelationshipCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private nodeRelationshipCursor : InstanceCache<StoreNodeRelationshipCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Attribute private singlePropertyCursor : InstanceCache<StoreSinglePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private singlePropertyCursor : InstanceCache<StoreSinglePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Attribute private allPropertyCursor : InstanceCache<StorePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private allPropertyCursor : InstanceCache<StorePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Attribute private singleLabelCursor : InstanceCache<StoreSingleLabelCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private singleLabelCursor : InstanceCache<StoreSingleLabelCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Move Attribute private singlePropertyCursor : InstanceCache<StoreSinglePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreStatement to private singlePropertyCursor : InstanceCache<StoreSinglePropertyCursor> from class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor |
From |
To |
|
Rename Parameter nodeStore : NodeStore to neoStore : NeoStore in method public StoreIteratorNodeCursor(nodeRecord NodeRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache Consumer<StoreIteratorNodeCursor>) in class org.neo4j.kernel.impl.api.store.StoreIteratorNodeCursor |
From |
To |
|
Rename Parameter startNodeId : long to startNode : NodeItem in method public relationshipCreate(state KernelStatement, relationshipTypeId int, startNode NodeItem, endNode NodeItem) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Rename Parameter relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreSingleRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache InstanceCache<StoreSingleRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreSingleRelationshipCursor |
From |
To |
|
Rename Parameter nodeStore : NodeStore to neoStore : NeoStore in method public StoreSingleNodeCursor(nodeRecord NodeRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache Consumer<StoreSingleNodeCursor>) in class org.neo4j.kernel.impl.api.store.StoreSingleNodeCursor |
From |
To |
|
Rename Parameter nodeStore : NodeStore to neoStore : NeoStore in method public StoreAbstractNodeCursor(nodeRecord NodeRecord, neoStore NeoStore, storeStatement StoreStatement) in class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Rename Parameter relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreAbstractRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, storeStatement StoreStatement) in class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor |
From |
To |
|
Rename Parameter relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreNodeRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, groupRecord RelationshipGroupRecord, storeStatement StoreStatement, instanceCache Consumer<StoreNodeRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursor |
From |
To |
|
Rename Parameter endNodeId : long to endNode : NodeItem in method public relationshipCreate(state KernelStatement, relationshipTypeId int, startNode NodeItem, endNode NodeItem) : long in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Rename Parameter relationshipStore : RelationshipStore to neoStore : NeoStore in method public StoreIteratorRelationshipCursor(relationshipRecord RelationshipRecord, neoStore NeoStore, storeStatement StoreStatement, instanceCache InstanceCache<StoreIteratorRelationshipCursor>) in class org.neo4j.kernel.impl.api.store.StoreIteratorRelationshipCursor |
From |
To |