a5c052d276520cdae16bb9392ae34681b57106dc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private lockPositionWriteVector(filePageId long, channel FileChannel, fileOffset long, srcs ByteBuffer[]) : long renamed to private lockPositionWriteVectorAndRetryIfInterrupted(filePageId long, channel FileChannel, fileOffset long, srcs ByteBuffer[], attemptsLeft int) : long in class org.neo4j.io.pagecache.impl.SingleFilePageSwapper | From | To | |
Rename Method private lockPositionReadVector(filePageId long, channel FileChannel, fileOffset long, srcs ByteBuffer[]) : long renamed to private lockPositionReadVectorAndRetryIfInterrupted(filePageId long, channel FileChannel, fileOffset long, srcs ByteBuffer[], attemptsLeft int) : long in class org.neo4j.io.pagecache.impl.SingleFilePageSwapper | From | To | |
Extract Method | 4 | ||
Extract Method private readAndRetryIfInterrupted(filePageId long, bufferAddress long, bufferSize int, attemptsLeft int) : long extracted from public read(filePageId long, bufferAddress long, bufferSize int) : long in class org.neo4j.io.pagecache.impl.SingleFilePageSwapper | From | To | |
Extract Method private truncateAndRetryIfInterrupted(attemptsLeft int) : void extracted from public truncate() : void in class org.neo4j.io.pagecache.impl.SingleFilePageSwapper | From | To | |
Extract Method private forceAndRetryIfInterrupted(attemptsLeft int) : void extracted from public force() : void in class org.neo4j.io.pagecache.impl.SingleFilePageSwapper | From | To | |
Extract Method private writeAndRetryIfInterrupted(filePageId long, bufferAddress long, attemptsLeft int) : long extracted from public write(filePageId long, bufferAddress long) : long in class org.neo4j.io.pagecache.impl.SingleFilePageSwapper | From | To |