|
Move And Inline Method public getRecord(id long) : NodeRecord moved from class org.neo4j.kernel.impl.store.NodeStore to class org.neo4j.kernel.impl.storemigration.legacystore.v21.propertydeduplication.IndexConsultedPropertyBlockSweeperTest & inlined to public shouldNotRemoveIndexedValue() : void |
From |
To |
|
Move And Inline Method public getRecord(id long) : NodeRecord moved from class org.neo4j.kernel.impl.store.NodeStore to class org.neo4j.kernel.impl.storemigration.legacystore.v21.propertydeduplication.IndexConsultedPropertyBlockSweeperTest & inlined to public shouldFixThePropertyChainAfterAllTheBlocksInRecordAreRemoved() : void |
From |
To |
|
Move And Inline Method public getRecord(id long) : NodeRecord moved from class org.neo4j.kernel.impl.store.NodeStore to class org.neo4j.kernel.impl.storemigration.legacystore.v21.propertydeduplication.IndexConsultedPropertyBlockSweeperTest & inlined to public shouldRemoveNonIndexedValue() : void |
From |
To |
|
Move And Inline Method public getRecord(id long) : NodeRecord moved from class org.neo4j.kernel.impl.store.NodeStore to class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest & inlined to public verifyGroupIsDeletedWhenNeeded() : void |
From |
To |
|
Move And Inline Method public getRecord(id long) : NodeRecord moved from class org.neo4j.kernel.impl.store.NodeStore to class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest & inlined to public verifyRecordsForDenseNodeWithOneRelType() : void |
From |
To |
|
Move And Inline Method public getRecord(id long) : NodeRecord moved from class org.neo4j.kernel.impl.store.NodeStore to class org.neo4j.kernel.impl.store.RelationshipGroupStoreTest & inlined to public verifyRecordsForDenseNodeWithTwoRelTypes() : void |
From |
To |
|
Move And Inline Method public isLight() : boolean moved from class org.neo4j.kernel.impl.store.record.DynamicRecord to class org.neo4j.kernel.impl.store.PropertyStore & inlined to public ensureHeavy(block PropertyBlock) : void |
From |
To |
|
Change Parameter Type processor : RecordStore.Processor<FAILURE> to processor : Processor<FAILURE> in method public accept(processor Processor<FAILURE>, record R) : void in class org.neo4j.kernel.impl.store.RecordStore.Delegator |
From |
To |
|
Change Parameter Type schemaRuleLoader : Loader<Long,Collection<DynamicRecord>,SchemaRule> to schemaRuleLoader : Loader<Long,SchemaRecord,SchemaRule> in method public RecordChangeSet(nodeLoader Loader<Long,NodeRecord,Void>, propertyLoader Loader<Long,PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<Long,RelationshipRecord,Void>, relationshipGroupLoader Loader<Long,RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<Long,SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<Integer,PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<Integer,LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<Integer,RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type cursor : AbstractDynamicStore.DynamicRecordCursor to cursor : RecordCursor<DynamicRecord> in method private readFromStore(store AbstractDynamicStore, cursor RecordCursor<DynamicRecord>) : void in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Change Parameter Type store : AbstractRecordStore<RECORD> to store : CommonAbstractStore<RECORD> in method public DirectRecordAccess(store CommonAbstractStore<RECORD>, loader Loader<KEY,RECORD,ADDITIONAL>) in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type blockSize : DynamicBlockSize to recordSize : int in method package ExistingThenNewRecordAllocator(recordSize int, idSequence IdSequence) in class org.neo4j.kernel.impl.store.ExistingThenNewRecordAllocator |
From |
To |
|
Change Parameter Type entityStore : AbstractRecordStore<RECORD> to entityStore : CommonAbstractStore<RECORD> in method package EntityStoreUpdaterStep(control StageControl, config Configuration, entityStore CommonAbstractStore<RECORD>, propertyStore PropertyStore, ioMonitor IoMonitor, monitor Monitor) in class org.neo4j.unsafe.impl.batchimport.EntityStoreUpdaterStep |
From |
To |
|
Change Variable Type node2Rel : int to node2Rel : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.legacy.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type records : Collection<DynamicRecord> to records : SchemaRecord in method public dropSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type records : Collection<DynamicRecord> to records : SchemaRecord in method public setConstraintIndexOwner(indexRule IndexRule, constraintId long) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldWriteSchemaRuleToLog() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type node1Rel : int to node1Rel : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldSetLatestConstraintRule() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldDropSchemaRuleFromStore() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type node2 : int to node2 : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldCreateIndexForCreatedSchemaRule() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type node2 : int to node2 : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.legacy.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type sharedRel : int to sharedRel : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.legacy.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldWriteSchemaRuleToLog() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldRecreateSchemaRuleWhenDeleteCommandReadFromDisk() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldDropSchemaRuleFromIndex() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,Collection<DynamicRecord>,SchemaRule> to change : RecordProxy<Long,SchemaRecord,SchemaRule> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type node1Rel : int to node1Rel : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.legacy.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type sharedRel : int to sharedRel : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldCreateIndexForCreatedSchemaRule() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type stringRecords : GenericCursor<DynamicRecord> to dynamicRecords : Cursor<DynamicRecord> in method public ensureHeavy(block PropertyBlock) : void in class org.neo4j.kernel.impl.store.PropertyStore |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldWriteCreatedSchemaRuleToStore() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldRecreateSchemaRuleWhenDeleteCommandReadFromDisk() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldWriteCreatedSchemaRuleToStore() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type node1 : int to node1 : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.legacy.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type afterRecords : Collection<DynamicRecord> to afterRecords : SchemaRecord in method public shouldDropSchemaRuleFromIndex() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type schemaRuleChanges : RecordChanges<Long,Collection<DynamicRecord>,SchemaRule> to schemaRuleChanges : RecordChanges<Long,SchemaRecord,SchemaRule> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,Collection<DynamicRecord>,SchemaRule> to change : RecordProxy<Long,SchemaRecord,SchemaRule> in method public dropSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type node2Rel : int to node2Rel : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Change Variable Type records : Collection<DynamicRecord> to records : List<DynamicRecord> in method public allocateFrom(rule SchemaRule) : List<DynamicRecord> in class org.neo4j.kernel.impl.store.SchemaStore |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldSetLatestConstraintRule() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type beforeRecords : Collection<DynamicRecord> to beforeRecords : SchemaRecord in method public shouldDropSchemaRuleFromStore() : void in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,Collection<DynamicRecord>,SchemaRule> to change : RecordProxy<Long,SchemaRecord,SchemaRule> in method public setConstraintIndexOwner(indexRule IndexRule, constraintId long) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type node1 : int to node1 : long in method public shouldFindBothChainsThatTheRelationshipRecordShouldBelongTo() : void in class org.neo4j.consistency.repair.OwningNodeRelationshipChainTest |
From |
To |
|
Rename Method protected readAndVerifyBlockSize() : void renamed to protected readAndVerifyHeaderRecord() : void in class org.neo4j.kernel.impl.store.RelationshipGroupStore |
From |
To |
|
Rename Method private updateRecord(record PropertyRecord, cursor PageCursor) : void renamed to protected writeRecord(cursor PageCursor, record PropertyRecord) : void in class org.neo4j.kernel.impl.store.PropertyStore |
From |
To |
|
Rename Method private updateRecord(record RelationshipRecord, cursor PageCursor, force boolean) : void renamed to protected writeRecord(cursor PageCursor, record RelationshipRecord) : void in class org.neo4j.kernel.impl.store.RelationshipStore |
From |
To |
|
Rename Method protected getTypeDescriptor() : String renamed to public newRecord() : AbstractBaseRecord in class org.neo4j.kernel.impl.store.CommonAbstractStoreTest.TheStore |
From |
To |
|
Rename Method private updateRecord(record RelationshipGroupRecord, cursor PageCursor, force boolean) : void renamed to protected writeRecord(cursor PageCursor, record RelationshipGroupRecord) : void in class org.neo4j.kernel.impl.store.RelationshipGroupStore |
From |
To |
|
Rename Method protected readAndVerifyBlockSize() : void renamed to protected readAndVerifyHeaderRecord() : void in class org.neo4j.kernel.impl.store.AbstractDynamicStore |
From |
To |
|
Rename Method private linkAndMock(store RelationshipGroupStore, groups RelationshipGroupRecord...) : void renamed to private link(groups RelationshipGroupRecord...) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetterTest |
From |
To |
|
Rename Method public forceUpdateRecord(record R) : void renamed to public newRecordCursor(record R) : RecordCursor<R> in class org.neo4j.kernel.impl.store.RecordStore.Delegator |
From |
To |
|
Rename Method protected updateRecord(record RECORD, cursor PageCursor) : void renamed to protected writeRecord(cursor PageCursor, record RECORD) : void in class org.neo4j.kernel.impl.store.TokenStore |
From |
To |
|
Rename Method private getRecord(cursor PageCursor, record PropertyRecord) : PropertyRecord renamed to protected readRecord(cursor PageCursor, record PropertyRecord, mode RecordLoad) : void in class org.neo4j.kernel.impl.store.PropertyStore |
From |
To |
|
Rename Method public getRecord(id long) : R renamed to public newRecord() : R in class org.neo4j.kernel.impl.store.RecordStore.Delegator |
From |
To |
|
Rename Method private readIntoRecord(cursor PageCursor, record NodeRecord, inUseByte byte, inUse boolean) : void renamed to protected readRecord(cursor PageCursor, record NodeRecord, mode RecordLoad) : void in class org.neo4j.kernel.impl.store.NodeStore |
From |
To |
|
Rename Method protected isRecordInUse(cursor PageCursor) : boolean renamed to protected isInUse(cursor PageCursor) : boolean in class org.neo4j.kernel.impl.store.CommonAbstractStore |
From |
To |
|
Change Return Type void to RecordCursor<R> in method public newRecordCursor(record R) : RecordCursor<R> in class org.neo4j.kernel.impl.store.RecordStore.Delegator |
From |
To |
|
Change Return Type RecordAccess<Long,Collection<DynamicRecord>,SchemaRule> to RecordAccess<Long,SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type Collection<DynamicRecord> to List<DynamicRecord> in method public allocateFrom(rule SchemaRule) : List<DynamicRecord> in class org.neo4j.kernel.impl.store.SchemaStore |
From |
To |
|
Change Return Type Collection<DynamicRecord> to SchemaRecord in method private serialize(rule AbstractSchemaRule, id long, inUse boolean, created boolean) : SchemaRecord in class org.neo4j.kernel.impl.transaction.state.SchemaRuleCommandTest |
From |
To |
|
Change Return Type String to AbstractBaseRecord in method public newRecord() : AbstractBaseRecord in class org.neo4j.kernel.impl.store.CommonAbstractStoreTest.TheStore |
From |
To |
|
Change Return Type RecordAccess<Long,Collection<DynamicRecord>,SchemaRule> to RecordAccess<Long,SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type Collection<DynamicRecord> to SchemaRecord in method public getRecordsBefore() : SchemaRecord in class org.neo4j.kernel.impl.transaction.command.Command.SchemaRuleCommand |
From |
To |
|
Change Return Type RecordAccess<Long,Collection<DynamicRecord>,SchemaRule> to RecordAccess<Long,SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<Long,SchemaRecord,SchemaRule> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type RecordAccess<Long,Collection<DynamicRecord>,SchemaRule> to RecordAccess<Long,SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type Loader<Long,Collection<DynamicRecord>,SchemaRule> to Loader<Long,SchemaRecord,SchemaRule> in method public schemaRuleLoader() : Loader<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type PropertyRecord to void in method protected readRecord(cursor PageCursor, record PropertyRecord, mode RecordLoad) : void in class org.neo4j.kernel.impl.store.PropertyStore |
From |
To |
|
Change Return Type Collection<DynamicRecord> to SchemaRecord in method public getRecordsAfter() : SchemaRecord in class org.neo4j.kernel.impl.transaction.command.Command.SchemaRuleCommand |
From |
To |
|
Change Return Type Loader<Long,Collection<DynamicRecord>,SchemaRule> to Loader<Long,SchemaRecord,SchemaRule> in method public schemaRuleLoader(store SchemaStore) : Loader<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type arrayRecordCursor : AbstractDynamicStore.DynamicRecordCursor to arrayRecordCursor : RecordCursor<DynamicRecord> in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Change Attribute Type recordsBefore : Collection<DynamicRecord> to recordsBefore : SchemaRecord in class org.neo4j.kernel.impl.transaction.command.Command.SchemaRuleCommand |
From |
To |
|
Change Attribute Type entityStore : AbstractRecordStore<RECORD> to entityStore : CommonAbstractStore<RECORD> in class org.neo4j.unsafe.impl.batchimport.EntityStoreUpdaterStep |
From |
To |
|
Change Attribute Type schemaRules : ControlledLoader<Long,Collection<DynamicRecord>,SchemaRule> to schemaRules : ControlledLoader<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.ControlledLoaders |
From |
To |
|
Change Attribute Type stringRecordCursor : AbstractDynamicStore.DynamicRecordCursor to stringRecordCursor : RecordCursor<DynamicRecord> in class org.neo4j.kernel.impl.api.store.StorePropertyPayloadCursor |
From |
To |
|
Change Attribute Type schemaRuleChanges : RecordAccess<Long,Collection<DynamicRecord>,SchemaRule> to schemaRuleChanges : RecordAccess<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type schemaRuleLoader : Loader<Long,Collection<DynamicRecord>,SchemaRule> to schemaRuleLoader : Loader<Long,SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type recordsAfter : Collection<DynamicRecord> to recordsAfter : SchemaRecord in class org.neo4j.kernel.impl.transaction.command.Command.SchemaRuleCommand |
From |
To |
|
Change Attribute Type store : AbstractRecordStore<RECORD> to store : CommonAbstractStore<RECORD> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Attribute Type storeAccess : StoreAccess to nodeRecord : NodeRecord in class org.neo4j.consistency.checking.full.PropertyReader |
From |
To |
|
Change Attribute Type blockSize : DynamicBlockSize to recordSize : int in class org.neo4j.kernel.impl.store.ExistingThenNewRecordAllocator |
From |
To |
|
Rename Parameter blockSize : int to dataSizeFromConfiguration : int in method public DynamicArrayStore(fileName File, configuration Config, idType IdType, idGeneratorFactory IdGeneratorFactory, pageCache PageCache, logProvider LogProvider, dataSizeFromConfiguration int) in class org.neo4j.kernel.impl.store.DynamicArrayStore |
From |
To |
|
Rename Parameter blockSize : DynamicBlockSize to recordSize : int in method package ExistingThenNewRecordAllocator(recordSize int, idSequence IdSequence) in class org.neo4j.kernel.impl.store.ExistingThenNewRecordAllocator |
From |
To |
|
Rename Parameter blockSize : int to dataSizeFromConfiguration : int in method public DynamicStringStore(fileName File, configuration Config, idType IdType, idGeneratorFactory IdGeneratorFactory, pageCache PageCache, logProvider LogProvider, dataSizeFromConfiguration int) in class org.neo4j.kernel.impl.store.DynamicStringStore |
From |
To |
|
Rename Parameter forced : boolean to light : boolean in method protected createExistingRecord(light boolean) : LabelTokenRecord in class org.neo4j.kernel.impl.store.RecordStoreConsistentReadTest.LabelTokenStoreConsistentReadTest |
From |
To |
|
Rename Parameter id : long to firstId : long in method public getRecords(firstId long, mode RecordLoad) : Collection<R> in class org.neo4j.kernel.impl.store.RecordStore.Delegator |
From |
To |