|
Rename Method private directionOffset(direction Direction) : int renamed to private idOffset(direction Direction) : int in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache.RelGroupCache |
From |
To |
|
Rename Method private clearRelationships(array ByteArray, relGroupId long) : void renamed to private clearRelationshipIds(array ByteArray, index long) : void in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache.RelGroupCache |
From |
To |
|
Rename Method package putRelationship(relGroupIndex long, direction Direction, relId long, increment boolean, clear boolean) : long renamed to private getAndPutRelationship(relGroupIndex long, typeId int, direction Direction, relId long, incrementCount boolean) : long in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache.RelGroupCache |
From |
To |
|
Change Parameter Type denseNodes : boolean to nodeTypes : int in method public RelationshipLinkbackStep(control StageControl, config Configuration, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.RelationshipLinkbackStep |
From |
To |
|
Change Parameter Type denseNodes : boolean to nodeTypes : int in method public RelationshipLinkbackStage(topic String, config Configuration, store RelationshipStore, cache NodeRelationshipCache, lowRelationshipId long, highRelationshipId long, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.RelationshipLinkbackStage |
From |
To |
|
Change Parameter Type denseNodes : boolean to nodeTypes : int in method public visitChangedNodes(visitor NodeChangeVisitor, nodeTypes int) : void in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache |
From |
To |
|
Change Parameter Type denseNodes : boolean to nodeTypes : int in method public ReadNodeRecordsByCacheStep(control StageControl, config Configuration, nodeStore NodeStore, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.ReadNodeRecordsByCacheStep |
From |
To |
|
Change Parameter Type denseNodes : boolean to nodeTypes : int in method public NodeFirstRelationshipStage(topic String, config Configuration, nodeStore NodeStore, relationshipGroupStore RecordStore<RelationshipGroupRecord>, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipStage |
From |
To |
|
Change Parameter Type pageSize : int to maxMemory : Long in method public importConfiguration(processors Number, defaultSettingsSuitableForTests boolean, dbConfig Config, maxMemory Long) : Configuration in class org.neo4j.tooling.ImportTool |
From |
To |
|
Rename Variable perTypeIterator : PerTypeRelationshipSplitter to rounds : Iterator<Collection<Object>> in method private importRelationships(nodeRelationshipCache NodeRelationshipCache, storeUpdateMonitor CountingStoreUpdateMonitor, neoStore BatchingNeoStores, writeMonitor IoMonitor, idMapper IdMapper, relationships InputIterable<InputRelationship>, typeDistribution RelationshipTypeDistribution, freeMemoryForDenseNodeCache long) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter |
From |
To |
|
Rename Variable perType : InputIterator<InputRelationship> to typesToImportThisRound : Collection<Object> in method private importRelationships(nodeRelationshipCache NodeRelationshipCache, storeUpdateMonitor CountingStoreUpdateMonitor, neoStore BatchingNeoStores, writeMonitor IoMonitor, idMapper IdMapper, relationships InputIterable<InputRelationship>, typeDistribution RelationshipTypeDistribution, freeMemoryForDenseNodeCache long) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter |
From |
To |
|
Rename Variable index : long to currentIndex : long in method private visitGroup(nodeId long, relGroupIndex long, visitor GroupVisitor) : long in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache.RelGroupCache |
From |
To |
|
Rename Variable pageSize : int to maxMemory : Long in method public main(incomingArguments String[], defaultSettingsSuitableForTests boolean) : void in class org.neo4j.tooling.ImportTool |
From |
To |
|
Change Variable Type pageSize : int to maxMemory : Long in method public main(incomingArguments String[], defaultSettingsSuitableForTests boolean) : void in class org.neo4j.tooling.ImportTool |
From |
To |
|
Change Variable Type perTypeIterator : PerTypeRelationshipSplitter to rounds : Iterator<Collection<Object>> in method private importRelationships(nodeRelationshipCache NodeRelationshipCache, storeUpdateMonitor CountingStoreUpdateMonitor, neoStore BatchingNeoStores, writeMonitor IoMonitor, idMapper IdMapper, relationships InputIterable<InputRelationship>, typeDistribution RelationshipTypeDistribution, freeMemoryForDenseNodeCache long) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter |
From |
To |
|
Change Variable Type type : Object to type : Entry<Object,MutableLong> in method private shouldReturnRelationshipTypeIdsInReverseOrderOfTokenCreation(typeIds boolean) : void in class org.neo4j.unsafe.impl.batchimport.RelationshipTypeCheckerStepTest |
From |
To |
|
Change Variable Type perType : InputIterator<InputRelationship> to typesToImportThisRound : Collection<Object> in method private importRelationships(nodeRelationshipCache NodeRelationshipCache, storeUpdateMonitor CountingStoreUpdateMonitor, neoStore BatchingNeoStores, writeMonitor IoMonitor, idMapper IdMapper, relationships InputIterable<InputRelationship>, typeDistribution RelationshipTypeDistribution, freeMemoryForDenseNodeCache long) : void in class org.neo4j.unsafe.impl.batchimport.ParallelBatchImporter |
From |
To |
|
Rename Parameter relationshipType : int to nodeTypes : int in method public NodeFirstRelationshipStage(topic String, config Configuration, nodeStore NodeStore, relationshipGroupStore RecordStore<RelationshipGroupRecord>, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipStage |
From |
To |
|
Rename Parameter denseNodes : boolean to nodeTypes : int in method public RelationshipLinkbackStep(control StageControl, config Configuration, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.RelationshipLinkbackStep |
From |
To |
|
Rename Parameter denseNodes : boolean to nodeTypes : int in method public RelationshipLinkbackStage(topic String, config Configuration, store RelationshipStore, cache NodeRelationshipCache, lowRelationshipId long, highRelationshipId long, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.RelationshipLinkbackStage |
From |
To |
|
Rename Parameter denseNodes : boolean to nodeTypes : int in method public visitChangedNodes(visitor NodeChangeVisitor, nodeTypes int) : void in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache |
From |
To |
|
Rename Parameter denseNodes : boolean to nodeTypes : int in method public ReadNodeRecordsByCacheStep(control StageControl, config Configuration, nodeStore NodeStore, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.ReadNodeRecordsByCacheStep |
From |
To |
|
Rename Parameter increment : boolean to incrementCount : boolean in method private getAndPutRelationship(relGroupIndex long, typeId int, direction Direction, relId long, incrementCount boolean) : long in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache.RelGroupCache |
From |
To |
|
Rename Parameter denseNodes : boolean to nodeTypes : int in method public NodeFirstRelationshipStage(topic String, config Configuration, nodeStore NodeStore, relationshipGroupStore RecordStore<RelationshipGroupRecord>, cache NodeRelationshipCache, nodeTypes int) in class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipStage |
From |
To |
|
Rename Parameter pageSize : int to maxMemory : Long in method public importConfiguration(processors Number, defaultSettingsSuitableForTests boolean, dbConfig Config, maxMemory Long) : Configuration in class org.neo4j.tooling.ImportTool |
From |
To |
|
Rename Parameter nodeId : long to index : long in method private setCount(array ByteArray, index long, offset int, count long) : void in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache |
From |
To |
|
Rename Parameter relGroupId : long to index : long in method private clearRelationshipIds(array ByteArray, index long) : void in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache.RelGroupCache |
From |
To |
|
Rename Parameter nodeId : long to index : long in method private incrementCount(array ByteArray, index long, offset int) : long in class org.neo4j.unsafe.impl.batchimport.cache.NodeRelationshipCache |
From |
To |