da4f74667ddd76e50e90b1bf2af85728b22d58f6
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable dest : PageCacheDestination to channel : WritableByteChannel in method public write(destination String, requiredAlignment int, data byte[]) : void in class org.neo4j.causalclustering.catchup.storecopy.StreamToDisk | From | To | |
Inline Method | 1 | ||
Inline Method private getPageCacheDestination(destination String, requiredAlignment int, fileName File) : PageCacheDestination inlined to public write(destination String, requiredAlignment int, data byte[]) : void in class org.neo4j.causalclustering.catchup.storecopy.StreamToDisk | From | To | |
Move Class | 2 | ||
Move Class org.neo4j.io.pagecache.impl.PageCacheFlusherTest moved to org.neo4j.unsafe.impl.batchimport.store.PageCacheFlusherTest | From | To | |
Move Class org.neo4j.io.pagecache.impl.PageCacheFlusher moved to org.neo4j.unsafe.impl.batchimport.store.PageCacheFlusher | From | To | |
Change Variable Type | 2 | ||
Change Variable Type dest : PageCacheDestination to channel : WritableByteChannel in method public write(destination String, requiredAlignment int, data byte[]) : void in class org.neo4j.causalclustering.catchup.storecopy.StreamToDisk | From | To | |
Change Package | 1 | ||
Change Package org.neo4j.io.pagecache.impl to org.neo4j.unsafe.impl.batchimport.store | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type channels : Map<String,PageCacheDestination> to channels : Map<String,WritableByteChannel> in class org.neo4j.causalclustering.catchup.storecopy.StreamToDisk | From | To |