b8f7ded3dbf62c81ae9d5460f91229fac864fe4d
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 13
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 1 | ||
| Rename Class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment.FlushTask renamed to com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment.FSyncer | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute writtenPos : long to writtenUpTo : long in method public logRecord(record byte[]) : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute logCache : List<OLogRecord> to writeCache : List<OLogRecord> in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment | From | To | |
| Extract Method | 1 | ||
| Extract Method private writeData() : void extracted from public flush() : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OLogSegment | From | To | |
| Split Attribute | 1 | ||
| Split Attribute performanceStatisticManager : OPerformanceStatisticManager to [segmentBufferSize : int, fileTTL : int] in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type flushedLsn : OLogSequenceNumber to flushedLsn : AtomicReference<OLogSequenceNumber> in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog | From | To |