221d3400a62f3271c26ee0b3ef9068ac6c8e6c6e
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkLowDiskSpaceRequestsAndBackgroundDataFlushExceptions() : void renamed to private checkLowDiskSpaceRequestsAndBackgroundDataFlushExceptionsAndBrokenPages() : void in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Inline Method | 1 | ||
Inline Method public loadFile(fileName String, writeCache OWriteCache) : long inlined to public loadFile(fileName String) : long in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache | From | To | |
Rename Variable | 1 | ||
Rename Variable filesWithfNegativeIds : Map<Integer,Set<String>> to filesWithNegativeIds : Map<Integer,Set<String>> in method private readNameIdMapV1() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To | |
Change Return Type | 2 | ||
Change Return Type long to void in method private flushExclusivePagesIfNeeded() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FlushTillSegmentTask | From | To | |
Change Return Type Object to T in method public getValue(iConfig OGlobalConfiguration) : T in class com.orientechnologies.orient.core.config.OContextConfiguration | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.LowSpaceEventsPublisherFactory renamed to com.orientechnologies.orient.core.storage.cache.local.OWOWCache.CacheEventsPublisherFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lowSpaceEventsPublisher : ExecutorService to cacheEventsPublisher : ExecutorService in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache | From | To |