|
Rename Method protected doWrite(record PropertyRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to public write(record PropertyRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.highlimit.PropertyRecordFormat |
From |
To |
|
Rename Method public doRead(record RelationshipRecord, cursor PageCursor, recordSize int, storeFile PagedFile, headerByte long, inUse boolean) : void renamed to public read(record RelationshipRecord, cursor PageCursor, mode RecordLoad, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.lowlimit.RelationshipRecordFormat |
From |
To |
|
Rename Method public doWrite(record RelationshipRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to public write(record RelationshipRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.lowlimit.RelationshipRecordFormat |
From |
To |
|
Rename Method public doRead(record NodeRecord, cursor PageCursor, recordSize int, storeFile PagedFile, headerByte long, inUse boolean) : void renamed to public read(record NodeRecord, cursor PageCursor, mode RecordLoad, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.lowlimit.NodeRecordFormat |
From |
To |
|
Rename Method public doWrite(record NodeRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to public write(record NodeRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.lowlimit.NodeRecordFormat |
From |
To |
|
Rename Method protected doRead(record DynamicRecord, cursor PageCursor, recordSize int, storeFile PagedFile, headerByte long, inUse boolean) : void renamed to public read(record DynamicRecord, cursor PageCursor, mode RecordLoad, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.highlimit.DynamicRecordFormat |
From |
To |
|
Rename Method protected doRead(record RECORD, primaryCursor PageCursor, recordSize int, storeFile PagedFile, headerByte long, inUse boolean) : void renamed to public read(record RECORD, primaryCursor PageCursor, mode RecordLoad, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.highlimit.BaseHighLimitRecordFormat |
From |
To |
|
Rename Method protected doWrite(record RECORD, primaryCursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to public write(record RECORD, primaryCursor PageCursor, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.highlimit.BaseHighLimitRecordFormat |
From |
To |
|
Rename Method protected doWrite(record DynamicRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to public write(record DynamicRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.highlimit.DynamicRecordFormat |
From |
To |
|
Rename Method public doRead(record RelationshipGroupRecord, cursor PageCursor, recordSize int, storeFile PagedFile, headerByte long, inUse boolean) : void renamed to public read(record RelationshipGroupRecord, cursor PageCursor, mode RecordLoad, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.lowlimit.RelationshipGroupRecordFormat |
From |
To |
|
Rename Method public doWrite(record RelationshipGroupRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to public write(record RelationshipGroupRecord, cursor PageCursor, recordSize int, storeFile PagedFile) : void in class org.neo4j.kernel.impl.store.format.lowlimit.RelationshipGroupRecordFormat |
From |
To |
|
Rename Method public write(record RECORD, cursor PageCursor, recordSize int, storeFile PagedFile) : void renamed to protected markFirstByteAsUnused(cursor PageCursor) : void in class org.neo4j.kernel.impl.store.format.BaseOneByteHeaderRecordFormat |
From |
To |