|
Change Parameter Type key : KEY to key : long in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setTo(key long, newRecord RECORD, additionalData ADDITIONAL) : void in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private decrementTotalRelationshipCount(nodeId long, rel RelationshipRecord, firstRelId long, relRecords RecordAccess<RelationshipRecord,Void>, locks ResourceLocker) : boolean in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method private connectRelationship(firstNode NodeRecord, secondNode NodeRecord, rel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public RecordChange(allChanges Map<Long,RecordProxy<RECORD,ADDITIONAL>>, changeCounter IntCounter, key long, record RECORD, loader Loader<RECORD,ADDITIONAL>, created boolean, additionalData ADDITIONAL) in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Parameter Type key : Long to key : long in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public primitiveSetProperty(primitiveRecordChange RecordProxy<P,Void>, propertyKey int, value Value, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public removePropertyIfExists(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : boolean in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type delegate : RecordProxy<Long,RECORD,ADDITIONAL> to delegate : RecordProxy<RECORD,ADDITIONAL> in method public TrackingRecordProxy(delegate RecordProxy<RECORD,ADDITIONAL>, created boolean, tracker Tracker) in class org.neo4j.kernel.impl.transaction.state.TrackingRecordProxy |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private convertNodeToDenseIfNecessary(node NodeRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setTo(key long, newRecord RECORD, additionalData ADDITIONAL) : void in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Parameter Type nodeLoader : Loader<Long,NodeRecord,Void> to nodeLoader : Loader<NodeRecord,Void> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type primitiveRecord : RecordProxy<Long,? extends PrimitiveRecord,Void> to primitiveRecord : RecordProxy<? extends PrimitiveRecord,Void> in method private setPrimitiveProperty(primitiveRecord RecordProxy<? extends PrimitiveRecord,Void>, propertyName String, propertyValue Object) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Parameter Type key : KEY to key : long in method private BatchingRecordProxy(key long, record RECORD, additional ADDITIONAL) in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess.BatchingRecordProxy |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method public getOrCreateRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Parameter Type loader : Loader<KEY,RECORD,ADDITIONAL> to loader : Loader<RECORD,ADDITIONAL> in method public RecordChange(allChanges Map<Long,RecordProxy<RECORD,ADDITIONAL>>, changeCounter IntCounter, key long, record RECORD, loader Loader<RECORD,ADDITIONAL>, created boolean, additionalData ADDITIONAL) in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Parameter Type loader : Loader<KEY,RECORD,ADDITIONAL> to loader : Loader<RECORD,ADDITIONAL> in method public DirectRecordAccess(store RecordStore<RECORD>, loader Loader<RECORD,ADDITIONAL>) in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setTo(key long, newRecord RECORD, additionalData ADDITIONAL) : void in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Parameter Type loader : Loader<KEY,RECORD,ADDITIONAL> to loader : Loader<RECORD,ADDITIONAL> in method public RecordChanges(loader Loader<RECORD,ADDITIONAL>, globalCounter IntCounter) in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public createPropertyChain(owner PrimitiveRecord, properties Iterator<PropertyBlock>, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, createdPropertyRecords Consumer<PropertyRecord>) : long in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Parameter Type key : Long to key : long in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method private putInBatch(key long, proxy DirectRecordProxy) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type propertyKeyTokenLoader : Loader<Integer,PropertyKeyTokenRecord,Void> to propertyKeyTokenLoader : Loader<PropertyKeyTokenRecord,Void> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type group : RecordProxy<Long,RelationshipGroupRecord,Integer> to group : RecordProxy<RelationshipGroupRecord,Integer> in method public RelationshipGroupPosition(closestPrevious RecordProxy<RelationshipGroupRecord,Integer>, group RecordProxy<RelationshipGroupRecord,Integer>) in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter.RelationshipGroupPosition |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method private convertNodeToDenseNode(node NodeRecord, firstRel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Parameter Type key : Long to key : long in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Parameter Type relationshipTypeTokenLoader : Loader<Integer,RelationshipTypeTokenRecord,Void> to relationshipTypeTokenLoader : Loader<RelationshipTypeTokenRecord,Void> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private connectRelationship(firstNode NodeRecord, secondNode NodeRecord, rel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type recordAccess : RecordAccess<Integer,R,Void> to recordAccess : RecordAccess<R,Void> in method public createToken(name String, id int, recordAccess RecordAccess<R,Void>) : void in class org.neo4j.kernel.impl.transaction.state.TokenCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setTo(key long, newRecord RECORD, additionalData ADDITIONAL) : void in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Parameter Type key : Long to key : long in method protected createRecord(key long, additionalData PrimitiveRecord) : PropertyRecord in class org.neo4j.unsafe.impl.batchimport.store.BatchingPropertyRecordAccess |
From |
To |
|
Change Parameter Type primitiveProxy : RecordProxy<Long,P,Void> to primitiveProxy : RecordProxy<P,Void> in method private removeProperty(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, primitive PrimitiveRecord, propertyId long) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type primitiveProxy : RecordProxy<Long,P,Void> to primitiveProxy : RecordProxy<P,Void> in method public removeProperty(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Parameter Type key : Long to key : long in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method private proxy(key long, record RECORD, additionalData ADDITIONAL, created boolean) : DirectRecordProxy in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type delegate : RecordAccess<Long,RECORD,ADDITIONAL> to delegate : RecordAccess<RECORD,ADDITIONAL> in method public TrackingRecordAccess(delegate RecordAccess<RECORD,ADDITIONAL>, tracker Tracker) in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public deletePropertyChain(primitive PrimitiveRecord, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type primitiveRecordChange : RecordProxy<Long,P,Void> to primitiveRecordChange : RecordProxy<P,Void> in method private unlinkPropertyRecord(propRecord PropertyRecord, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, primitiveRecordChange RecordProxy<P,Void>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public assertPropertyChain(primitive PrimitiveRecord, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : boolean in class org.neo4j.kernel.impl.transaction.state.PropertyTraverser |
From |
To |
|
Change Parameter Type key : Long to key : long in method public newUnused(key long, additionalData PrimitiveRecord) : PropertyRecord in class org.neo4j.kernel.impl.transaction.state.PropertyCreatorTest.PropertyRecordLoader |
From |
To |
|
Change Parameter Type primitiveRecordChange : RecordProxy<Long,P,Void> to primitiveRecordChange : RecordProxy<P,Void> in method public primitiveSetProperty(primitiveRecordChange RecordProxy<P,Void>, propertyKey int, value Value, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private connectRelationshipToDenseNode(node NodeRecord, rel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method private removeProperty(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, primitive PrimitiveRecord, propertyId long) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Parameter Type closestPrevious : RecordProxy<Long,RelationshipGroupRecord,Integer> to closestPrevious : RecordProxy<RelationshipGroupRecord,Integer> in method public RelationshipGroupPosition(closestPrevious RecordProxy<RelationshipGroupRecord,Integer>, group RecordProxy<RelationshipGroupRecord,Integer>) in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter.RelationshipGroupPosition |
From |
To |
|
Change Parameter Type labelTokenLoader : Loader<Integer,LabelTokenRecord,Void> to labelTokenLoader : Loader<LabelTokenRecord,Void> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type relationshipLoader : Loader<Long,RelationshipRecord,Void> to relationshipLoader : Loader<RelationshipRecord,Void> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method private unlinkPropertyRecord(propRecord PropertyRecord, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, primitiveRecordChange RecordProxy<P,Void>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type primitiveProxy : RecordProxy<Long,P,Void> to primitiveProxy : RecordProxy<P,Void> in method public removePropertyIfExists(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : boolean in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private convertNodeToDenseNode(node NodeRecord, firstRel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method private deleteGroup(nodeChange RecordProxy<NodeRecord,Void>, group RelationshipGroupRecord, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method private connectRelationshipToDenseNode(node NodeRecord, rel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method public getRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RelationshipGroupPosition in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Parameter Type key : KEY to key : long in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Parameter Type proxy : RecordProxy<?,RECORD,?> to proxy : RecordProxy<RECORD,?> in method private prepared(proxy RecordProxy<RECORD,?>, store RecordStore<RECORD>) : RECORD in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Parameter Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in method private convertNodeToDenseIfNecessary(node NodeRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type propertyLoader : Loader<Long,PropertyRecord,PrimitiveRecord> to propertyLoader : Loader<PropertyRecord,PrimitiveRecord> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type schemaRuleLoader : Loader<Long,SchemaRecord,SchemaRule> to schemaRuleLoader : Loader<SchemaRecord,SchemaRule> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public findPropertyRecordContaining(primitive PrimitiveRecord, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, strict boolean) : long in class org.neo4j.kernel.impl.transaction.state.PropertyTraverser |
From |
To |
|
Change Parameter Type key : Long to key : long in method public setTo(key long, newRecord RECORD, additionalData ADDITIONAL) : void in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Parameter Type key : KEY to key : long in method package DirectRecordProxy(key long, record RECORD, additionalData ADDITIONAL, created boolean) in class org.neo4j.unsafe.batchinsert.DirectRecordAccess.DirectRecordProxy |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private connect(nodeId long, firstRelId long, rel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type relationshipGroupLoader : Loader<Long,RelationshipGroupRecord,Integer> to relationshipGroupLoader : Loader<RelationshipGroupRecord,Integer> in method public RecordChangeSet(nodeLoader Loader<NodeRecord,Void>, propertyLoader Loader<PropertyRecord,PrimitiveRecord>, relationshipLoader Loader<RelationshipRecord,Void>, relationshipGroupLoader Loader<RelationshipGroupRecord,Integer>, schemaRuleLoader Loader<SchemaRecord,SchemaRule>, propertyKeyTokenLoader Loader<PropertyKeyTokenRecord,Void>, labelTokenLoader Loader<LabelTokenRecord,Void>, relationshipTypeTokenLoader Loader<RelationshipTypeTokenRecord,Void>) in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Parameter Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in method private connect(node NodeRecord, rel RelationshipRecord, relRecords RecordAccess<RelationshipRecord,Void>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public createPropertyChain(owner PrimitiveRecord, properties Iterator<PropertyBlock>, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : long in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Parameter Type nodeChange : RecordProxy<Long,NodeRecord,Void> to nodeChange : RecordProxy<NodeRecord,Void> in method private deleteGroup(nodeChange RecordProxy<NodeRecord,Void>, group RelationshipGroupRecord, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Parameter Type relChanges : RecordAccess<Long,RelationshipRecord,Void> to relChanges : RecordAccess<RelationshipRecord,Void> in method private disconnect(rel RelationshipRecord, pointer RelationshipConnection, relChanges RecordAccess<RelationshipRecord,Void>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Parameter Type key : Long to key : long in method public load(key long, additionalData PrimitiveRecord) : PropertyRecord in class org.neo4j.kernel.impl.transaction.state.PropertyCreatorTest.PropertyRecordLoader |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public getPropertyChain(nextProp long, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, collector Listener<PropertyBlock>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyTraverser |
From |
To |
|
Change Parameter Type allChanges : Map<KEY,RecordProxy<KEY,RECORD,ADDITIONAL>> to allChanges : Map<Long,RecordProxy<RECORD,ADDITIONAL>> in method public RecordChange(allChanges Map<Long,RecordProxy<RECORD,ADDITIONAL>>, changeCounter IntCounter, key long, record RECORD, loader Loader<RECORD,ADDITIONAL>, created boolean, additionalData ADDITIONAL) in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Parameter Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method public removeProperty(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Integer,PropertyKeyTokenRecord,Void> to RecordAccess<PropertyKeyTokenRecord,Void> in method public getPropertyKeyTokenChanges() : RecordAccess<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type Long to long in method public getKey() : long in class org.neo4j.kernel.impl.transaction.state.TrackingRecordProxy |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipRecord,Void> to RecordAccess<RelationshipRecord,Void> in method public getRelRecords() : RecordAccess<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type RecordAccess<Integer,RelationshipTypeTokenRecord,Void> to RecordAccess<RelationshipTypeTokenRecord,Void> in method public getRelationshipTypeTokenChanges() : RecordAccess<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type KEY to long in method public getKey() : long in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess.BatchingRecordProxy |
From |
To |
|
Change Return Type Loader<Integer,LabelTokenRecord,Void> to Loader<LabelTokenRecord,Void> in method public labelTokenLoader() : Loader<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type KEY to long in method public getKey() : long in class org.neo4j.kernel.impl.transaction.state.RecordAccess.RecordProxy |
From |
To |
|
Change Return Type Iterable<RecordProxy<KEY,RECORD,ADDITIONAL>> to Iterable<RecordProxy<RECORD,ADDITIONAL>> in method public changes() : Iterable<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Return Type RecordAccess<Long,SchemaRecord,SchemaRule> to RecordAccess<SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type Long to long in method public getKey() : long in class org.neo4j.kernel.impl.transaction.state.PropertyCreatorTest.MyPrimitiveProxy |
From |
To |
|
Change Return Type Loader<Long,RelationshipRecord,Void> to Loader<RelationshipRecord,Void> in method public relationshipLoader() : Loader<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordProxy<Long,RelationshipGroupRecord,Integer> to RecordProxy<RelationshipGroupRecord,Integer> in method public closestPrevious() : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter.RelationshipGroupPosition |
From |
To |
|
Change Return Type RecordAccess<Long,PropertyRecord,PrimitiveRecord> to RecordAccess<PropertyRecord,PrimitiveRecord> in method public getPropertyRecords() : RecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type Iterable<RecordProxy<KEY,RECORD,ADDITIONAL>> to Iterable<RecordProxy<RECORD,ADDITIONAL>> in method public changes() : Iterable<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Long,PropertyRecord,PrimitiveRecord> to RecordAccess<PropertyRecord,PrimitiveRecord> in method public getPropertyRecords() : RecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type Loader<Long,SchemaRecord,SchemaRule> to Loader<SchemaRecord,SchemaRule> in method public schemaRuleLoader() : Loader<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordProxy<Long,RelationshipGroupRecord,Integer> to RecordProxy<RelationshipGroupRecord,Integer> in method public getOrCreateRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Return Type RecordProxy<Long,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Integer,RelationshipTypeTokenRecord,Void> to RecordAccess<RelationshipTypeTokenRecord,Void> in method public getRelationshipTypeTokenChanges() : RecordAccess<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type RecordAccess<Long,NodeRecord,Void> to RecordAccess<NodeRecord,Void> in method public getNodeRecords() : RecordAccess<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type KEY to long in method public getKey() : long in class org.neo4j.unsafe.batchinsert.DirectRecordAccess.DirectRecordProxy |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipGroupRecord,Integer> to RecordAccess<RelationshipGroupRecord,Integer> in method public getRelGroupRecords() : RecordAccess<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Return Type RecordProxy<Long,NodeRecord,Void> to RecordProxy<NodeRecord,Void> in method private getNodeRecord(id long) : RecordProxy<NodeRecord,Void> in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Return Type RecordAccess<Integer,RelationshipTypeTokenRecord,Void> to RecordAccess<RelationshipTypeTokenRecord,Void> in method public getRelationshipTypeTokenChanges() : RecordAccess<RelationshipTypeTokenRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Return Type RecordProxy<Long,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Return Type Loader<Integer,PropertyKeyTokenRecord,Void> to Loader<PropertyKeyTokenRecord,Void> in method public propertyKeyTokenLoader(store RecordStore<PropertyKeyTokenRecord>) : Loader<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type Loader<Integer,LabelTokenRecord,Void> to Loader<LabelTokenRecord,Void> in method public labelTokenLoader(store RecordStore<LabelTokenRecord>) : Loader<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type Loader<Long,RelationshipGroupRecord,Integer> to Loader<RelationshipGroupRecord,Integer> in method public relationshipGroupLoader(store RecordStore<RelationshipGroupRecord>) : Loader<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Integer,RelationshipTypeTokenRecord,Void> to RecordAccess<RelationshipTypeTokenRecord,Void> in method public getRelationshipTypeTokenChanges() : RecordAccess<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Return Type Iterable<RecordProxy<KEY,RECORD,ADDITIONAL>> to Iterable<RecordProxy<RECORD,ADDITIONAL>> in method public changes() : Iterable<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Return Type Loader<Long,PropertyRecord,PrimitiveRecord> to Loader<PropertyRecord,PrimitiveRecord> in method public propertyLoader(store PropertyStore) : Loader<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordAccess<Long,PropertyRecord,PrimitiveRecord> to RecordAccess<PropertyRecord,PrimitiveRecord> in method public getPropertyRecords() : RecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type RecordProxy<Long,NeoStoreRecord,Void> to RecordProxy<NeoStoreRecord,Void> in method private getOrLoadNeoStoreRecord() : RecordProxy<NeoStoreRecord,Void> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method private putInBatch(key long, proxy DirectRecordProxy) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Return Type Loader<Long,SchemaRecord,SchemaRule> to Loader<SchemaRecord,SchemaRule> in method public schemaRuleLoader(store SchemaStore) : Loader<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipGroupRecord,Integer> to RecordAccess<RelationshipGroupRecord,Integer> in method public getRelGroupRecords() : RecordAccess<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipRecord,Void> to RecordAccess<RelationshipRecord,Void> in method public getRelRecords() : RecordAccess<RelationshipRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type RecordAccess<Integer,LabelTokenRecord,Void> to RecordAccess<LabelTokenRecord,Void> in method public getLabelTokenChanges() : RecordAccess<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type Loader<Integer,RelationshipTypeTokenRecord,Void> to Loader<RelationshipTypeTokenRecord,Void> in method public relationshipTypeTokenLoader(store RecordStore<RelationshipTypeTokenRecord>) : Loader<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipGroupRecord,Integer> to RecordAccess<RelationshipGroupRecord,Integer> in method public getRelGroupRecords() : RecordAccess<RelationshipGroupRecord,Integer> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type RecordAccess<Long,NodeRecord,Void> to RecordAccess<NodeRecord,Void> in method public getNodeRecords() : RecordAccess<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type RecordAccess<Long,SchemaRecord,SchemaRule> to RecordAccess<SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type RecordProxy<Long,RelationshipGroupRecord,Integer> to RecordProxy<RelationshipGroupRecord,Integer> in method public group() : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter.RelationshipGroupPosition |
From |
To |
|
Change Return Type Loader<Long,RelationshipGroupRecord,Integer> to Loader<RelationshipGroupRecord,Integer> in method public relationshipGroupLoader() : Loader<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Integer,PropertyKeyTokenRecord,Void> to RecordAccess<PropertyKeyTokenRecord,Void> in method public getPropertyKeyTokenChanges() : RecordAccess<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type Loader<Integer,PropertyKeyTokenRecord,Void> to Loader<PropertyKeyTokenRecord,Void> in method public propertyKeyTokenLoader() : Loader<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Return Type RecordAccess<Integer,PropertyKeyTokenRecord,Void> to RecordAccess<PropertyKeyTokenRecord,Void> in method public getPropertyKeyTokenChanges() : RecordAccess<PropertyKeyTokenRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type Loader<Long,RelationshipRecord,Void> to Loader<RelationshipRecord,Void> in method public relationshipLoader(store RecordStore<RelationshipRecord>) : Loader<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipRecord,Void> to RecordAccess<RelationshipRecord,Void> in method public getRelRecords() : RecordAccess<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type RecordAccess<Long,NodeRecord,Void> to RecordAccess<NodeRecord,Void> in method public getNodeRecords() : RecordAccess<NodeRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Return Type KEY to long in method public getKey() : long in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Return Type Loader<Integer,RelationshipTypeTokenRecord,Void> to Loader<RelationshipTypeTokenRecord,Void> in method public relationshipTypeTokenLoader() : Loader<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type Loader<Long,NodeRecord,Void> to Loader<NodeRecord,Void> in method public nodeLoader() : Loader<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipGroupRecord,Integer> to RecordAccess<RelationshipGroupRecord,Integer> in method public getRelGroupRecords() : RecordAccess<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type RecordAccess<Long,SchemaRecord,SchemaRule> to RecordAccess<SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<SchemaRecord,SchemaRule> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type RecordAccess<Integer,LabelTokenRecord,Void> to RecordAccess<LabelTokenRecord,Void> in method public getLabelTokenChanges() : RecordAccess<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordAccess |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Return Type RecordProxy<Long,RelationshipRecord,Void> to RecordProxy<RelationshipRecord,Void> in method private getRelationshipRecord(id long) : RecordProxy<RelationshipRecord,Void> in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Return Type RecordAccess<Integer,LabelTokenRecord,Void> to RecordAccess<LabelTokenRecord,Void> in method public getLabelTokenChanges() : RecordAccess<LabelTokenRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Return Type Loader<Long,NodeRecord,Void> to Loader<NodeRecord,Void> in method public nodeLoader(store RecordStore<NodeRecord>) : Loader<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordAccess<Integer,PropertyKeyTokenRecord,Void> to RecordAccess<PropertyKeyTokenRecord,Void> in method public getPropertyKeyTokenChanges() : RecordAccess<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type RecordProxy<Long,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Return Type Loader<Long,PropertyRecord,PrimitiveRecord> to Loader<PropertyRecord,PrimitiveRecord> in method public propertyLoader() : Loader<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Long,NodeRecord,Void> to RecordAccess<NodeRecord,Void> in method public getNodeRecords() : RecordAccess<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Return Type RecordAccess<Long,RelationshipRecord,Void> to RecordAccess<RelationshipRecord,Void> in method public getRelRecords() : RecordAccess<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type Iterable<RecordProxy<KEY,RECORD,ADDITIONAL>> to Iterable<RecordProxy<RECORD,ADDITIONAL>> in method public changes() : Iterable<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Return Type Iterable<RecordProxy<Long,RECORD,ADDITIONAL>> to Iterable<RecordProxy<RECORD,ADDITIONAL>> in method public changes() : Iterable<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Long,SchemaRecord,SchemaRule> to RecordAccess<SchemaRecord,SchemaRule> in method public getSchemaRuleChanges() : RecordAccess<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RelationshipCreatorTest.Tracker |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Return Type RecordAccess<Long,PropertyRecord,PrimitiveRecord> to RecordAccess<PropertyRecord,PrimitiveRecord> in method public getPropertyRecords() : RecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Return Type RecordProxy<KEY,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Return Type RecordProxy<Long,RECORD,ADDITIONAL> to RecordProxy<RECORD,ADDITIONAL> in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Return Type RecordProxy<Long,RelationshipGroupRecord,Integer> to RecordProxy<RelationshipGroupRecord,Integer> in method private getRelationshipGroup(recordChangeSet RecordChangeSet, node NodeRecord, type int) : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Return Type RecordAccess<Integer,LabelTokenRecord,Void> to RecordAccess<LabelTokenRecord,Void> in method public getLabelTokenChanges() : RecordAccess<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordAccessSet |
From |
To |
|
Change Variable Type nodeChanges : List<RecordProxy<Long,NodeRecord,Void>> to nodeChanges : List<RecordProxy<NodeRecord,Void>> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type closestPreviousChange : RecordProxy<Long,RelationshipGroupRecord,Integer> to closestPreviousChange : RecordProxy<RelationshipGroupRecord,Integer> in method public getOrCreateRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Variable Type node : RecordProxy<Long,NodeRecord,Void> to node : RecordProxy<NodeRecord,Void> in method public nodeAddProperty(nodeId long, propertyKey int, value Value) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type record : RecordProxy<Integer,LabelTokenRecord,Void> to record : RecordProxy<LabelTokenRecord,Void> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type propertyChange : RecordProxy<Long,PropertyRecord,PrimitiveRecord> to propertyChange : RecordProxy<PropertyRecord,PrimitiveRecord> in method public deletePropertyChain(primitive PrimitiveRecord, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Variable Type change : RecordChanges<Object,Object,Object> to change : RecordChanges<Object,Object> in method public shouldCountChanges() : void in class org.neo4j.kernel.impl.transaction.state.RecordChangesTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,SchemaRecord,SchemaRule> to change : RecordProxy<SchemaRecord,SchemaRule> in method public changeSchemaRule(rule SchemaRule, updatedRule SchemaRule) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type endNodeChange : RecordProxy<Long,NodeRecord,Void> to endNodeChange : RecordProxy<NodeRecord,Void> in method private updateNodesForDeletedRelationship(rel RelationshipRecord, recordChanges RecordAccessSet, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Variable Type object : RecordProxy<KEY,RECORD,ADDITIONAL> to object : RecordProxy<RECORD,ADDITIONAL> in method public records() : Iterable<RECORD> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Variable Type key : Integer to key : long in method public labelTokenLoader(store RecordStore<LabelTokenRecord>) : Loader<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type recordAccess : BatchingRecordAccess<Integer,RECORD,Void> to recordAccess : BatchingRecordAccess<RECORD,Void> in method public close() : void in class org.neo4j.unsafe.impl.batchimport.store.BatchingTokenRepository |
From |
To |
|
Change Variable Type access : RecordAccess<Long,RelationshipGroupRecord,Integer> to access : RecordAccess<RelationshipGroupRecord,Integer> in method public shouldAbortLoadingGroupChainIfComeTooFar() : void in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetterTest |
From |
To |
|
Change Variable Type record : RecordProxy<Integer,PropertyKeyTokenRecord,Void> to record : RecordProxy<PropertyKeyTokenRecord,Void> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type rel : RecordProxy<Long,RelationshipRecord,Void> to rel : RecordProxy<RelationshipRecord,Void> in method public relAddProperty(relId long, propertyKey int, value Value) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type previous : RecordProxy<Long,RelationshipGroupRecord,Integer> to previous : RecordProxy<RelationshipGroupRecord,Integer> in method public getRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RelationshipGroupPosition in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Variable Type record : RecordProxy<Integer,RelationshipTypeTokenRecord,Void> to record : RecordProxy<RelationshipTypeTokenRecord,Void> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type change : RecordProxy<Long,RelationshipGroupRecord,Integer> to change : RecordProxy<RelationshipGroupRecord,Integer> in method private getRelationshipGroup(recordChangeSet RecordChangeSet, node NodeRecord, type int) : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest |
From |
To |
|
Change Variable Type actual : RecordProxy<Long,RECORD,ADDITIONAL> to actual : RecordProxy<RECORD,ADDITIONAL> in method public changes() : Iterable<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Variable Type key : Long to key : long in method private getOrLoadNeoStoreRecord() : RecordProxy<NeoStoreRecord,Void> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type previous : RecordProxy<KEY,RECORD,ADDITIONAL> to previous : RecordProxy<RECORD,ADDITIONAL> in method private prepareForChange() : RECORD in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Variable Type key : Long to key : long in method public schemaRuleLoader(store SchemaStore) : Loader<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type result : RecordProxy<KEY,RECORD,ADDITIONAL> to result : RecordProxy<RECORD,ADDITIONAL> in method public getOrLoad(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Variable Type propertyRecordChanges : RecordChanges<Long,PropertyRecord,PrimitiveRecord> to propertyRecordChanges : RecordChanges<PropertyRecord,PrimitiveRecord> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type actual : RecordProxy<Long,RECORD,ADDITIONAL> to actual : RecordProxy<RECORD,ADDITIONAL> in method public getIfLoaded(key long) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Variable Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in method private setPrimitiveProperty(primitiveRecord RecordProxy<? extends PrimitiveRecord,Void>, propertyName String, propertyValue Object) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type relationshipRecordChanges : RecordChanges<Long,RelationshipRecord,Void> to relationshipRecordChanges : RecordChanges<RelationshipRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,RelationshipGroupRecord,Integer> to change : RecordProxy<RelationshipGroupRecord,Integer> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type key : Long to key : long in method public relationshipLoader(store RecordStore<RelationshipRecord>) : Loader<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type existingHostProxy : RecordProxy<Long,PropertyRecord,PrimitiveRecord> to existingHostProxy : RecordProxy<PropertyRecord,PrimitiveRecord> in method public primitiveSetProperty(primitiveRecordChange RecordProxy<P,Void>, propertyKey int, value Value, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Variable Type nodeRecord : RecordProxy<Long,NodeRecord,Void> to nodeRecord : RecordProxy<NodeRecord,Void> in method public setNodeProperty(node long, propertyName String, propertyValue Object) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type change : RecordProxy<Long,NeoStoreRecord,Void> to change : RecordProxy<NeoStoreRecord,Void> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type key : Long to key : long in method public relationshipGroupLoader(store RecordStore<RelationshipGroupRecord>) : Loader<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type propertyKeyTokenChanges : RecordChanges<Integer,PropertyKeyTokenRecord,Void> to propertyKeyTokenChanges : RecordChanges<PropertyKeyTokenRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type rel : RecordProxy<Long,RelationshipRecord,Void> to rel : RecordProxy<RelationshipRecord,Void> in method public relChangeProperty(relId long, propertyKey int, value Value) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type recordChange : RecordProxy<Long,SchemaRecord,SchemaRule> to recordChange : RecordProxy<SchemaRecord,SchemaRule> in method public changeSchemaRule(rule SchemaRule, updatedRule SchemaRule) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type relationshipRecord : RecordProxy<Long,RelationshipRecord,Void> to relationshipRecord : RecordProxy<RelationshipRecord,Void> in method public setRelationshipProperty(relationship long, propertyName String, propertyValue Object) : void in class org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl |
From |
To |
|
Change Variable Type relChange : RecordProxy<Long,RelationshipRecord,Void> to relChange : RecordProxy<RelationshipRecord,Void> in method private convertNodeToDenseIfNecessary(node NodeRecord, relRecords RecordAccess<RelationshipRecord,Void>, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipCreator |
From |
To |
|
Change Variable Type groupChange : RecordProxy<Long,RelationshipGroupRecord,Integer> to groupChange : RecordProxy<RelationshipGroupRecord,Integer> in method private updateNodesForDeletedRelationship(rel RelationshipRecord, recordChanges RecordAccessSet, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Variable Type recordChange : RecordChange<KEY,RECORD,ADDITIONAL> to recordChange : RecordChange<RECORD,ADDITIONAL> in method public setRecord(key long, record RECORD, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Variable Type key : Long to key : long in method public propertyLoader(store PropertyStore) : Loader<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type deletedNode : RecordChange<Long,NodeRecord,Void> to deletedNode : RecordChange<NodeRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,SchemaRecord,SchemaRule> to change : RecordProxy<SchemaRecord,SchemaRule> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type current : RecordProxy<Long,RelationshipGroupRecord,Integer> to current : RecordProxy<RelationshipGroupRecord,Integer> in method public getRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RelationshipGroupPosition in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Variable Type schemaRuleChanges : RecordChanges<Long,SchemaRecord,SchemaRule> to schemaRuleChanges : RecordChanges<SchemaRecord,SchemaRule> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,RelationshipRecord,Void> to change : RecordProxy<RelationshipRecord,Void> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type updatedNode : RecordChange<Long,NodeRecord,Void> to updatedNode : RecordChange<NodeRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type recordChange : RecordProxy<Long,PropertyRecord,PrimitiveRecord> to recordChange : RecordProxy<PropertyRecord,PrimitiveRecord> in method private removeProperty(primitiveProxy RecordProxy<P,Void>, propertyKey int, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>, primitive PrimitiveRecord, propertyId long) : void in class org.neo4j.kernel.impl.transaction.state.PropertyDeleter |
From |
To |
|
Change Variable Type recordChange : RecordProxy<Long,NeoStoreRecord,Void> to recordChange : RecordProxy<NeoStoreRecord,Void> in method public graphRemoveProperty(propertyKey int) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type change : RecordChange<KEY,RECORD,ADDITIONAL> to change : RecordChange<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Variable Type key : Long to key : long in method public nodeLoader(store RecordStore<NodeRecord>) : Loader<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type key : Integer to key : long in method public close() : void in class org.neo4j.unsafe.impl.batchimport.store.BatchingTokenRepository |
From |
To |
|
Change Variable Type startNodeChange : RecordProxy<Long,NodeRecord,Void> to startNodeChange : RecordProxy<NodeRecord,Void> in method private updateNodesForDeletedRelationship(rel RelationshipRecord, recordChanges RecordAccessSet, locks ResourceLocker) : void in class org.neo4j.kernel.impl.transaction.state.RelationshipDeleter |
From |
To |
|
Change Variable Type labelTokenChanges : RecordChanges<Integer,LabelTokenRecord,Void> to labelTokenChanges : RecordChanges<LabelTokenRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type relationshipGroupChanges : RecordChanges<Long,RelationshipGroupRecord,Integer> to relationshipGroupChanges : RecordChanges<RelationshipGroupRecord,Integer> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,PropertyRecord,PrimitiveRecord> to change : RecordProxy<PropertyRecord,PrimitiveRecord> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type nodeRecordChanges : RecordChanges<Long,NodeRecord,Void> to nodeRecordChanges : RecordChanges<NodeRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type change : RecordProxy<Long,SchemaRecord,SchemaRule> to change : RecordProxy<SchemaRecord,SchemaRule> in method public dropSchemaRule(rule SchemaRule) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type node : RecordProxy<Long,NodeRecord,Void> to node : RecordProxy<NodeRecord,Void> in method public nodeChangeProperty(nodeId long, propertyKey int, value Value) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type rel : RecordProxy<Long,RelationshipRecord,Void> to rel : RecordProxy<RelationshipRecord,Void> in method public relRemoveProperty(relId long, propertyKey int) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type change : RecordProxy<Long,RelationshipGroupRecord,Integer> to change : RecordProxy<RelationshipGroupRecord,Integer> in method public getOrCreateRelationshipGroup(node NodeRecord, type int, relGroupRecords RecordAccess<RelationshipGroupRecord,Integer>) : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter |
From |
To |
|
Change Variable Type relationshipTypeTokenChanges : RecordChanges<Integer,RelationshipTypeTokenRecord,Void> to relationshipTypeTokenChanges : RecordChanges<RelationshipTypeTokenRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type key : Integer to key : long in method public relationshipTypeTokenLoader(store RecordStore<RelationshipTypeTokenRecord>) : Loader<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type createdNode : RecordChange<Long,NodeRecord,Void> to createdNode : RecordChange<NodeRecord,Void> in method private injectAllPossibleCommands() : TransactionRecordState in class org.neo4j.kernel.impl.transaction.state.WriteTransactionCommandOrderingTest |
From |
To |
|
Change Variable Type proxy : RecordProxy<Long,PropertyRecord,PrimitiveRecord> to proxy : RecordProxy<PropertyRecord,PrimitiveRecord> in method public primitiveSetProperty(primitiveRecordChange RecordProxy<P,Void>, propertyKey int, value Value, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Variable Type freeHostProxy : RecordProxy<Long,PropertyRecord,PrimitiveRecord> to freeHostProxy : RecordProxy<PropertyRecord,PrimitiveRecord> in method public primitiveSetProperty(primitiveRecordChange RecordProxy<P,Void>, propertyKey int, value Value, propertyRecords RecordAccess<PropertyRecord,PrimitiveRecord>) : void in class org.neo4j.kernel.impl.transaction.state.PropertyCreator |
From |
To |
|
Change Variable Type proxy : BatchingRecordProxy<KEY,RECORD,ADDITIONAL> to proxy : BatchingRecordProxy<RECORD,ADDITIONAL> in method public create(key long, additionalData ADDITIONAL) : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Variable Type key : Integer to key : long in method public propertyKeyTokenLoader(store RecordStore<PropertyKeyTokenRecord>) : Loader<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Variable Type node : RecordProxy<Long,NodeRecord,Void> to node : RecordProxy<NodeRecord,Void> in method public nodeRemoveProperty(nodeId long, propertyKey int) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Variable Type change : RecordProxy<Long,NodeRecord,Void> to change : RecordProxy<NodeRecord,Void> in method public extractCommands(commands Collection<StorageCommand>) : void in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Attribute Type loader : Loader<KEY,RECORD,ADDITIONAL> to loader : Loader<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Attribute Type relGroupRecords : RecordAccess<Long,RelationshipGroupRecord,Integer> to relGroupRecords : RecordAccess<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type relationshipTypeTokenLoader : Loader<Integer,RelationshipTypeTokenRecord,Void> to relationshipTypeTokenLoader : Loader<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type relRecords : RecordAccess<Long,RelationshipRecord,Void> to relRecords : RecordAccess<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type loader : Loader<KEY,RECORD,ADDITIONAL> to loader : Loader<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Attribute Type loader : RecordAccess.Loader<Object,Object,Object> to loader : RecordAccess.Loader<Object,Object> in class org.neo4j.kernel.impl.transaction.state.RecordChangesTest |
From |
To |
|
Change Attribute Type group : RecordProxy<Long,RelationshipGroupRecord,Integer> to group : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter.RelationshipGroupPosition |
From |
To |
|
Change Attribute Type actual : Loader<Long,PropertyRecord,PrimitiveRecord> to actual : Loader<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.PropertyCreatorTest.PropertyRecordLoader |
From |
To |
|
Change Attribute Type nodeRecords : RecordAccess<Long,NodeRecord,Void> to nodeRecords : RecordAccess<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type neoStoreRecord : RecordChanges<Long,NeoStoreRecord,Void> to neoStoreRecord : RecordChanges<NeoStoreRecord,Void> in class org.neo4j.kernel.impl.transaction.state.TransactionRecordState |
From |
To |
|
Change Attribute Type propertyKeyTokenLoader : Loader<Integer,PropertyKeyTokenRecord,Void> to propertyKeyTokenLoader : Loader<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type labelTokenRecords : DirectRecordAccess<Integer,LabelTokenRecord,Void> to labelTokenRecords : DirectRecordAccess<LabelTokenRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type key : KEY to key : long in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess.BatchingRecordProxy |
From |
To |
|
Change Attribute Type relationshipGroupLoader : Loader<Long,RelationshipGroupRecord,Integer> to relationshipGroupLoader : Loader<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type delegate : RecordAccess<Long,RECORD,ADDITIONAL> to delegate : RecordAccess<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordAccess |
From |
To |
|
Change Attribute Type batch : Map<KEY,DirectRecordProxy> to batch : Map<Long,DirectRecordProxy> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Attribute Type propertyRecords : DirectRecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : DirectRecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type schemaRuleChanges : RecordAccess<Long,SchemaRecord,SchemaRule> to schemaRuleChanges : RecordAccess<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type delegate : RecordProxy<Long,RECORD,ADDITIONAL> to delegate : RecordProxy<RECORD,ADDITIONAL> in class org.neo4j.kernel.impl.transaction.state.TrackingRecordProxy |
From |
To |
|
Change Attribute Type relationshipGroupRecords : DirectRecordAccess<Long,RelationshipGroupRecord,Integer> to relationshipGroupRecords : DirectRecordAccess<RelationshipGroupRecord,Integer> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type recordChanges : Map<KEY,RecordProxy<KEY,RECORD,ADDITIONAL>> to recordChanges : Map<Long,RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges |
From |
To |
|
Change Attribute Type propertyRecords : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to propertyRecords : RecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type loader : Loader<KEY,RECORD,ADDITIONAL> to loader : Loader<RECORD,ADDITIONAL> in class org.neo4j.unsafe.batchinsert.DirectRecordAccess |
From |
To |
|
Change Attribute Type key : KEY to key : long in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Attribute Type records : RecordAccess<Long,PropertyRecord,PrimitiveRecord> to records : RecordAccess<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.PropertyCreatorTest |
From |
To |
|
Change Attribute Type propertyLoader : Loader<Long,PropertyRecord,PrimitiveRecord> to propertyLoader : Loader<PropertyRecord,PrimitiveRecord> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type propertyKeyTokenRecords : DirectRecordAccess<Integer,PropertyKeyTokenRecord,Void> to propertyKeyTokenRecords : DirectRecordAccess<PropertyKeyTokenRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type relationshipRecords : DirectRecordAccess<Long,RelationshipRecord,Void> to relationshipRecords : DirectRecordAccess<RelationshipRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type nodeRecords : DirectRecordAccess<Long,NodeRecord,Void> to nodeRecords : DirectRecordAccess<NodeRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type closestPrevious : RecordProxy<Long,RelationshipGroupRecord,Integer> to closestPrevious : RecordProxy<RelationshipGroupRecord,Integer> in class org.neo4j.kernel.impl.transaction.state.RelationshipGroupGetter.RelationshipGroupPosition |
From |
To |
|
Change Attribute Type allChanges : Map<KEY,RecordProxy<KEY,RECORD,ADDITIONAL>> to allChanges : Map<Long,RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.kernel.impl.transaction.state.RecordChanges.RecordChange |
From |
To |
|
Change Attribute Type relationshipTypeTokenRecords : DirectRecordAccess<Integer,RelationshipTypeTokenRecord,Void> to relationshipTypeTokenRecords : DirectRecordAccess<RelationshipTypeTokenRecord,Void> in class org.neo4j.unsafe.batchinsert.DirectRecordAccessSet |
From |
To |
|
Change Attribute Type nodeLoader : Loader<Long,NodeRecord,Void> to nodeLoader : Loader<NodeRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type relationshipLoader : Loader<Long,RelationshipRecord,Void> to relationshipLoader : Loader<RelationshipRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type propertyKeyTokenChanges : RecordAccess<Integer,PropertyKeyTokenRecord,Void> to propertyKeyTokenChanges : RecordAccess<PropertyKeyTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type key : KEY to key : long in class org.neo4j.unsafe.batchinsert.DirectRecordAccess.DirectRecordProxy |
From |
To |
|
Change Attribute Type schemaRuleLoader : Loader<Long,SchemaRecord,SchemaRule> to schemaRuleLoader : Loader<SchemaRecord,SchemaRule> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type labelTokenLoader : Loader<Integer,LabelTokenRecord,Void> to labelTokenLoader : Loader<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.Loaders |
From |
To |
|
Change Attribute Type proxies : Collection<RecordProxy<KEY,RECORD,ADDITIONAL>> to proxies : Collection<RecordProxy<RECORD,ADDITIONAL>> in class org.neo4j.unsafe.impl.batchimport.store.BatchingRecordAccess |
From |
To |
|
Change Attribute Type relationshipTypeTokenChanges : RecordAccess<Integer,RelationshipTypeTokenRecord,Void> to relationshipTypeTokenChanges : RecordAccess<RelationshipTypeTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |
|
Change Attribute Type labelTokenChanges : RecordAccess<Integer,LabelTokenRecord,Void> to labelTokenChanges : RecordAccess<LabelTokenRecord,Void> in class org.neo4j.kernel.impl.transaction.state.RecordChangeSet |
From |
To |