|
Change Parameter Type subMap : NavigableMap<PagedKey,PageGroup> to subMap : NavigableMap<PageKey,PageGroup> in method private iterateByCacheSubRing(subMap NavigableMap<PageKey,PageGroup>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Parameter Type subSet : NavigableSet<PagedKey> to subSet : NavigableSet<PageKey> in method private iterateByWritePagesSubRing(subSet NavigableSet<PageKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Parameter Type subMap : NavigableMap<PagedKey,PageGroup> to subMap : NavigableMap<PageKey,PageGroup> in method private iterateBySubRing(subMap NavigableMap<PageKey,PageGroup>, subSet NavigableSet<PageKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Parameter Type subMap : NavigableMap<PagedKey,PageGroup> to subMap : NavigableMap<PageKey,PageGroup> in method private flushRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Change Parameter Type subMap : NavigableMap<PagedKey,PageGroup> to subMap : NavigableMap<PageKey,PageGroup> in method private removeFromRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Parameter Type subSet : NavigableSet<PagedKey> to subSet : NavigableSet<PageKey> in method private iterateBySubRing(subMap NavigableMap<PageKey,PageGroup>, subSet NavigableSet<PageKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Parameter Type ring : ConcurrentSkipListMap<PagedKey,PageGroup> to ring : ConcurrentSkipListMap<PageKey,PageGroup> in method private findMinLsn(minLsn OLogSequenceNumber, ring ConcurrentSkipListMap<PageKey,PageGroup>) : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicalFuzzyCheckpointTask |
From |
To |
|
Change Parameter Type other : PagedKey to other : PageKey in method public compareTo(other PageKey) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PageKey |
From |
To |
|
Rename Variable startPosition : long to firstPageStartPosition : long in method private cacheFileContent(fileId long, intId int, startPageIndex long, pageCount int, addNewPages boolean) : OCachePointer[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable endPosition : long to firstPageEndPosition : long in method private cacheFileContent(fileId long, intId int, startPageIndex long, pageCount int, addNewPages boolean) : OCachePointer[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable pagedKey : PagedKey to pageKey : PageKey in method private flushRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Rename Variable pageLock : Lock to pageLocks : Lock[] in method private doLoad(fileId long, pageIndex long, checkPinnedPages boolean, addNewPages boolean, writeCache OWriteCache, pageCount int) : UpdateCacheResult in class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache |
From |
To |
|
Rename Variable pagedKey : PagedKey to pageKey : PageKey in method private removeFromRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Rename Variable pagedKey : PagedKey to pageKey : PageKey in method public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable pagedKey : PagedKey to pageKey : PageKey in method public equals(o Object) : boolean in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PageKey |
From |
To |
|
Rename Variable pagedKey : PagedKey to pageKey : PageKey in method private iterateByCacheSubRing(subMap NavigableMap<PageKey,PageGroup>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type pagedKey : PagedKey to pageKey : PageKey in method public equals(o Object) : boolean in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PageKey |
From |
To |
|
Change Variable Type pagedKey : PagedKey to pageKey : PageKey in method private iterateByCacheSubRing(subMap NavigableMap<PageKey,PageGroup>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type entriesIterator : Iterator<PagedKey> to entriesIterator : Iterator<PageKey> in method private iterateByWritePagesSubRing(subSet NavigableSet<PageKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type subMap : NavigableMap<PagedKey,PageGroup> to subMap : NavigableMap<PageKey,PageGroup> in method private flushRing(writePagesToFlush int, flushedPages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type entry : Map.Entry<PagedKey,PageGroup> to entry : Map.Entry<PageKey,PageGroup> in method private findMinLsn(minLsn OLogSequenceNumber, ring ConcurrentSkipListMap<PageKey,PageGroup>) : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicalFuzzyCheckpointTask |
From |
To |
|
Change Variable Type entriesIterator : Iterator<Map.Entry<PagedKey,PageGroup>> to entriesIterator : Iterator<Map.Entry<PageKey,PageGroup>> in method private iterateByCacheSubRing(subMap NavigableMap<PageKey,PageGroup>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type pageLock : Lock to pageLocks : Lock[] in method private doLoad(fileId long, pageIndex long, checkPinnedPages boolean, addNewPages boolean, writeCache OWriteCache, pageCount int) : UpdateCacheResult in class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache |
From |
To |
|
Change Variable Type writePagesSubset : NavigableSet<PagedKey> to writePagesSubset : NavigableSet<PageKey> in method private flushRing(writePagesToFlush int, flushedPages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type pagedKey : PagedKey to pageKey : PageKey in method public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Variable Type lastKey : PagedKey to lastKey : PageKey in method public call() : Void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Change Variable Type entry : Map.Entry<PagedKey,PageGroup> to entry : Map.Entry<PageKey,PageGroup> in method private removeFromRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<PagedKey,PageGroup>> to entryIterator : Iterator<Map.Entry<PageKey,PageGroup>> in method private flushRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Change Variable Type entry : Map.Entry<PagedKey,PageGroup> to entry : Map.Entry<PageKey,PageGroup> in method private iterateByCacheSubRing(subMap NavigableMap<PageKey,PageGroup>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type entry : PagedKey to entry : PageKey in method private iterateByWritePagesSubRing(subSet NavigableSet<PageKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type lastKey : PagedKey to lastKey : PageKey in method public call() : Void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Variable Type entryIterator : Iterator<Map.Entry<PagedKey,PageGroup>> to entryIterator : Iterator<Map.Entry<PageKey,PageGroup>> in method private removeFromRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Variable Type firstKey : PagedKey to firstKey : PageKey in method public call() : Void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Change Variable Type pagedKey : PagedKey to pageKey : PageKey in method private flushRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Change Variable Type firstKey : PagedKey to firstKey : PageKey in method public call() : Void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Variable Type pagedKey : PagedKey to pageKey : PageKey in method private removeFromRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Variable Type entry : Map.Entry<PagedKey,PageGroup> to entry : Map.Entry<PageKey,PageGroup> in method private flushRing(subMap NavigableMap<PageKey,PageGroup>) : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.FileFlushTask |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method private readFullEntry(clusterPosition long, pageIndex long, recordPosition int, atomicOperation OAtomicOperation, pageCount int) : byte[] in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method protected loadPage(atomicOperation OAtomicOperation, fileId long, pageIndex long, checkPinnedPages boolean, pageCount int) : OCacheEntry in class com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method public loadPage(fileId long, pageIndex long, checkPinnedPages boolean, pageCount int) : OCacheEntry in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Rename Parameter iFrom : long to from : long in method public scan(ascendingOrder boolean, from long, to long, limit long, callback OCallable<Boolean,ORecord>) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method protected readRecordNoLock(clusterPosition long, pageCount int) : ORawBuffer in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter iTo : long to to : long in method public scan(ascendingOrder boolean, from long, to long, limit long, callback OCallable<Boolean,ORecord>) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter iLimit : long to limit : long in method public scan(ascendingOrder boolean, from long, to long, limit long, callback OCallable<Boolean,ORecord>) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter iAscendingOrder : boolean to ascendingOrder : boolean in method public scan(ascendingOrder boolean, from long, to long, limit long, callback OCallable<Boolean,ORecord>) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method public load(fileId long, pageIndex long, checkPinnedPages boolean, writeCache OWriteCache, pageCount int) : OCacheEntry in class com.orientechnologies.orient.core.storage.cache.OReadCache |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method public load(fileId long, pageIndex long, checkPinnedPages boolean, writeCache OWriteCache, pageCount int) : OCacheEntry in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Parameter pageIndex : long to startPageIndex : long in method private cacheFileContent(fileId long, intId int, startPageIndex long, pageCount int, addNewPages boolean) : OCachePointer[] in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method public load(fileId long, pageIndex long, checkPinnedPages boolean, writeCache OWriteCache, pageCount int) : OCacheEntry in class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method public get(clusterPosition long, pageCount int) : OClusterPositionMapBucket.PositionEntry in class com.orientechnologies.orient.core.storage.impl.local.paginated.OClusterPositionMap |
From |
To |
|
Rename Parameter pageIndex : long to startPageIndex : long in method public load(fileId long, startPageIndex long, pageCount int, addNewPages boolean) : OCachePointer[] in class com.orientechnologies.orient.core.storage.cache.OWriteCache |
From |
To |
|
Rename Parameter iCallback : OCallable<Boolean,ORecord> to callback : OCallable<Boolean,ORecord> in method public scan(ascendingOrder boolean, from long, to long, limit long, callback OCallable<Boolean,ORecord>) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method private updateCache(fileId long, pageIndex long, addNewPages boolean, writeCache OWriteCache, pageCount int) : UpdateCacheResult in class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache |
From |
To |
|
Rename Parameter pageIndex : long to startPageIndex : long in method public load(fileId long, startPageIndex long, pageCount int, addNewPages boolean) : OCachePointer[] in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Parameter prefetchPages : int to pageCount : int in method private doLoad(fileId long, pageIndex long, checkPinnedPages boolean, addNewPages boolean, writeCache OWriteCache, pageCount int) : UpdateCacheResult in class com.orientechnologies.orient.core.storage.cache.local.twoq.O2QCache |
From |
To |