fea90596db6365fa46983519e0c7831df5f096d1
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type translationTables : PrimitiveLongObjectMap<MuninnPage>[] to file : MuninnPagedFile in method public MuninnPageEvictionCallback(file MuninnPagedFile) in class org.neo4j.io.pagecache.impl.muninn.MuninnPageEvictionCallback | From | To | |
Rename Variable | 2 | ||
Rename Variable flusher : PageFlusher to flushOpportunity : FlushEventOpportunity in method public flush() : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Rename Variable translationTableLock : StampedLock to page : MuninnPage in method public flush() : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Change Return Type | 1 | ||
Change Return Type void to MuninnPage in method private pageFault(filePageId long, swapper PageSwapper, chunkOffset long, chunk Object[], latch Latch) : MuninnPage in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute translationTables : PrimitiveLongObjectMap<MuninnPage>[] to translationTable : Object[][] in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Rename Attribute translationTables : PrimitiveLongObjectMap<MuninnPage>[] to file : MuninnPagedFile in class org.neo4j.io.pagecache.impl.muninn.MuninnPageEvictionCallback | From | To | |
Change Variable Type | 2 | ||
Change Variable Type flusher : PageFlusher to flushOpportunity : FlushEventOpportunity in method public flush() : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Change Variable Type translationTableLock : StampedLock to page : MuninnPage in method public flush() : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Extract Variable | 1 | ||
Extract Variable lastPageId : long in method package MuninnPagedFile(file File, pageCache MuninnPageCache, pageSize int, swapperFactory PageSwapperFactory, cursorPool MuninnCursorPool, tracer PageCacheTracer) from class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Extract Method | 1 | ||
Extract Method protected unlockPage(page MuninnPage) : void extracted from protected unpinCurrentPage() : void in class org.neo4j.io.pagecache.impl.muninn.MuninnWritePageCursor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type translationTables : PrimitiveLongObjectMap<MuninnPage>[] to translationTable : Object[][] in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Change Attribute Type translationTables : PrimitiveLongObjectMap<MuninnPage>[] to file : MuninnPagedFile in class org.neo4j.io.pagecache.impl.muninn.MuninnPageEvictionCallback | From | To | |
Rename Parameter | 4 | ||
Rename Parameter translationTables : PrimitiveLongObjectMap<MuninnPage>[] to file : MuninnPagedFile in method public MuninnPageEvictionCallback(file MuninnPagedFile) in class org.neo4j.io.pagecache.impl.muninn.MuninnPageEvictionCallback | From | To | |
Rename Parameter ttlStamp : long to chunkOffset : long in method private pageFault(filePageId long, swapper PageSwapper, chunkOffset long, chunk Object[], latch Latch) : MuninnPage in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor | From | To | |
Rename Parameter pageId : long to filePageId : long in method public onEvict(filePageId long, page Page) : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPageEvictionCallback | From | To | |
Rename Parameter pageId : long to filePageId : long in method public onEvict(filePageId long, page Page) : void in class org.neo4j.io.pagecache.PageEvictionCallback | From | To |