|
Change Parameter Type store : RelationshipGroupStore to store : RecordStore<RelationshipGroupRecord> in method public relationshipGroupLoader(store RecordStore<RelationshipGroupRecord>) : Loader<Long,RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Parameter Type store : RelationshipGroupStore to store : RecordStore<RelationshipGroupRecord> in method public RelationshipGroupGetter(store RecordStore<RelationshipGroupRecord>) in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Parameter Type store : CommonAbstractStore to store : RecordStore<?> in method private track(store RecordStore<?>, command Command) : void in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier |
From |
To |
|
Change Parameter Type store : CommonAbstractStore to store : RecordStore<?> in method private track(store RecordStore<?>, records Collection<? extends Abstract64BitRecord>) : void in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier |
From |
To |
|
Change Parameter Type store : CommonAbstractStore<RECORD> to store : RecordStore<RECORD> in method public DirectRecordAccess(store RecordStore<RECORD>, loader Loader<KEY,RECORD,ADDITIONAL>) in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type store : CommonAbstractStore to store : RecordStore<?> in method private track(store RecordStore<?>, id long) : void in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier |
From |
To |
|
Change Parameter Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in method public NodeFirstRelationshipStage(config Configuration, nodeStore NodeStore, relationshipGroupStore RecordStore<RelationshipGroupRecord>, cache NodeRelationshipCache, collector Collector, labelScanStore LabelScanStore) in class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipStage |
From |
To |
|
Change Parameter Type relGroupStore : RelationshipGroupStore to relGroupStore : RecordStore<RelationshipGroupRecord> in method public NodeFirstRelationshipProcessor(relGroupStore RecordStore<RelationshipGroupRecord>, cache NodeRelationshipCache) in class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipProcessor |
From |
To |
|
Move Method public getDynamicLabelsArrayAndOwner(records Iterable<DynamicRecord>) : Pair<Long,long[]> from class org.neo4j.kernel.impl.store.NodeStore to public getDynamicLabelsArrayAndOwner(records Iterable<DynamicRecord>, dynamicLabelStore AbstractDynamicStore) : Pair<Long,long[]> from class org.neo4j.kernel.impl.store.DynamicNodeLabels |
From |
To |
|
Move Method public getDynamicLabelsArrayFromHeavyRecords(records Iterable<DynamicRecord>) : long[] from class org.neo4j.kernel.impl.store.NodeStore to public getDynamicLabelsArrayFromHeavyRecords(records Iterable<DynamicRecord>) : long[] from class org.neo4j.kernel.impl.store.DynamicNodeLabels |
From |
To |
|
Move Method public allocateRecordsForDynamicLabels(nodeId long, labels long[], useFirst Iterator<DynamicRecord>, allocator DynamicRecordAllocator) : Collection<DynamicRecord> from class org.neo4j.kernel.impl.store.NodeStore to public allocateRecordsForDynamicLabels(nodeId long, labels long[], useFirst Iterator<DynamicRecord>, allocator DynamicRecordAllocator) : Collection<DynamicRecord> from class org.neo4j.kernel.impl.store.DynamicNodeLabels |
From |
To |
|
Move Method public allocateRecordsForDynamicLabels(nodeId long, labels long[], useFirst Iterator<DynamicRecord>) : Collection<DynamicRecord> from class org.neo4j.kernel.impl.store.NodeStore to public allocateRecordsForDynamicLabels(nodeId long, labels long[], useFirst Iterator<DynamicRecord>, dynamicLabelStore AbstractDynamicStore) : Collection<DynamicRecord> from class org.neo4j.kernel.impl.store.DynamicNodeLabels |
From |
To |
|
Move Method public getDynamicLabelsArray(records Iterable<DynamicRecord>) : long[] from class org.neo4j.kernel.impl.store.NodeStore to public getDynamicLabelsArray(records Iterable<DynamicRecord>, dynamicLabelStore AbstractDynamicStore) : long[] from class org.neo4j.kernel.impl.store.DynamicNodeLabels |
From |
To |
|
Change Variable Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in method private assertRelationshipGroupsInOrder(neoStores NeoStores, nodeId long, types int...) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in method public mockNeoStores() : NeoStores in class org.neo4j.kernel.impl.store.NeoStoresMocking |
From |
To |
|
Change Variable Type store : RelationshipGroupStore to store : RecordStore<RelationshipGroupRecord> in method public shouldAbortLoadingGroupChainIfComeTooFar() : void in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetterTest |
From |
To |
|
Change Variable Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in method public DirectRecordAccessSet(neoStores NeoStores) in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Variable Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in method public checkingIfRecordIsInUseMustHappenAfterConsistentRead() : void in class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest |
From |
To |
|
Change Variable Type highId : Map.Entry<CommonAbstractStore,HighId> to highId : Map.Entry<RecordStore<?>,HighId> in method public close() : void in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier |
From |
To |
|
Change Variable Type groupStore : RelationshipGroupStore to groupStore : RecordStore<RelationshipGroupRecord> in method public verifyGroupIsDeletedWhenNeeded() : void in class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest |
From |
To |
|
Change Variable Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in method public shouldHandleDenseNodeWithNoRelationships() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest |
From |
To |
|
Change Variable Type groupStore : RelationshipGroupStore to groupStore : RecordStore<RelationshipGroupRecord> in method public verifyRecordsForDenseNodeWithTwoRelTypes() : void in class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest |
From |
To |
|
Change Variable Type groupStore : RelationshipGroupStore to groupStore : RecordStore<RelationshipGroupRecord> in method public verifyRecordsForDenseNodeWithOneRelType() : void in class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest |
From |
To |
|
Change Attribute Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in class org.neo4j.unsafe.batchinsert.BatchInserterImpl |
From |
To |
|
Change Attribute Type highIds : Map<CommonAbstractStore,HighId> to highIds : Map<RecordStore<?>,HighId> in class org.neo4j.kernel.impl.transaction.command.HighIdTransactionApplier |
From |
To |
|
Change Attribute Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in class org.neo4j.kernel.impl.transaction.command.NeoStoreTransactionApplierTest |
From |
To |
|
Change Attribute Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in class org.neo4j.kernel.impl.api.store.StoreAbstractNodeCursor |
From |
To |
|
Change Attribute Type store : CommonAbstractStore<RECORD> to store : RecordStore<RECORD> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Attribute Type relGroupStore : RelationshipGroupStore to relGroupStore : RecordStore<RelationshipGroupRecord> in class org.neo4j.unsafe.impl.batchimport.NodeFirstRelationshipProcessor |
From |
To |
|
Change Attribute Type store : RelationshipGroupStore to store : RecordStore<RelationshipGroupRecord> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Attribute Type relationshipGroupStore : RelationshipGroupStore to relationshipGroupStore : RecordStore<RelationshipGroupRecord> in class org.neo4j.kernel.impl.api.store.StoreAbstractRelationshipCursor |
From |
To |