|
Change Parameter Type file : File to path : Path in method package OLogSegment(writeAheadLog ODiskWriteAheadLog, path Path, maxPagesCacheSize int, fileTTL int, segmentBufferSize int, closer ScheduledExecutorService, commitExecutor ScheduledExecutorService) in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment |
From |
To |
|
Change Parameter Type dirtyFilePath : String to dirtyFilePath : Path in method public OPaginatedStorageDirtyFlag(dirtyFilePath Path) in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedStorageDirtyFlag |
From |
To |
|
Change Parameter Type file : File to path : Path in method package OSegmentFile(path Path, fileTTL int, bufferSize int, closer ScheduledExecutorService) in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile |
From |
To |
|
Move Method private writeByteBuffers(buffers ByteBuffer[], channel FileChannel, bytesToWrite long) : void from class com.orientechnologies.orient.core.storage.fs.OFileClassic to public writeByteBuffers(buffers ByteBuffer[], channel FileChannel, bytesToWrite long) : void from class com.orientechnologies.common.io.OIOUtils |
From |
To |
|
Move Method private readByteBuffer(buffer ByteBuffer, channel FileChannel) : void from class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile to public readByteBuffer(buffer ByteBuffer, channel FileChannel) : void from class com.orientechnologies.common.io.OIOUtils |
From |
To |
|
Move Method private readByteBuffers(buffers ByteBuffer[], channel FileChannel, bytesToRead long) : void from class com.orientechnologies.orient.core.storage.fs.OFileClassic to public readByteBuffers(buffers ByteBuffer[], channel FileChannel, bytesToRead long) : void from class com.orientechnologies.common.io.OIOUtils |
From |
To |
|
Move Method private writeByteBuffer(buffer ByteBuffer, channel FileChannel, position long) : void from class com.orientechnologies.orient.core.storage.fs.OFileClassic to public writeByteBuffer(buffer ByteBuffer, channel FileChannel, position long) : void from class com.orientechnologies.common.io.OIOUtils |
From |
To |
|
Move Method private readByteBuffer(buffer ByteBuffer, channel FileChannel, position long) : void from class com.orientechnologies.orient.core.storage.fs.OFileClassic to public readByteBuffer(buffer ByteBuffer, channel FileChannel, position long) : void from class com.orientechnologies.common.io.OIOUtils |
From |
To |
|
Change Attribute Type dirtyFilePath : String to dirtyFilePath : Path in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedStorageDirtyFlag |
From |
To |
|
Change Attribute Type storagePath : String to storagePath : Path in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type ONE_KB : long to ONE_KB : int in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog |
From |
To |
|
Change Attribute Type masterRecordLSNHolder : RandomAccessFile to masterRecordLSNHolder : FileChannel in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog |
From |
To |
|
Change Attribute Type nameIdMapHolder : RandomAccessFile to nameIdMapHolder : FileChannel in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type nameIdMapHolderFile : File to nameIdMapHolderPath : Path in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type file : File to path : Path in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment |
From |
To |
|
Change Attribute Type walLocation : File to walLocation : Path in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog |
From |
To |