|
Change Variable Type filePageChangesEntry : Map.Entry<Long,FilePageChanges> to filePageChangesEntry : Map.Entry<Long,OCacheEntryChanges> in method public complete() : Void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation.UncompletedCommit |
From |
To |
|
Change Variable Type pageChangesContainer : FilePageChanges to pageChangesContainer : OCacheEntryChanges in method public pinPage(cacheEntry OCacheEntry) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type filePageChangesEntry : Map.Entry<Long,FilePageChanges> to filePageChangesEntry : Map.Entry<Long,OCacheEntryChanges> in method public commitChanges(writeAheadLog OWriteAheadLog) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type filePageChangesIterator : Iterator<Map.Entry<Long,FilePageChanges>> to filePageChangesIterator : Iterator<Map.Entry<Long,OCacheEntryChanges>> in method public complete() : Void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation.UncompletedCommit |
From |
To |
|
Change Variable Type filePageChangesIterator : Iterator<Map.Entry<Long,FilePageChanges>> to filePageChangesIterator : Iterator<Map.Entry<Long,OCacheEntryChanges>> in method public commitChanges(writeAheadLog OWriteAheadLog) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type filePageChanges : FilePageChanges to filePageChanges : OCacheEntryChanges in method public complete() : Void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation.UncompletedCommit |
From |
To |
|
Change Variable Type filePageChanges : FilePageChanges to filePageChanges : OCacheEntryChanges in method public commitChanges(writeAheadLog OWriteAheadLog) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type pageChangesContainer : FilePageChanges to pageChangesContainer : OCacheEntryChanges 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 |
|
Change Variable Type pageChangesContainer : FilePageChanges to pageChangesContainer : OCacheEntryChanges in method public getChanges(fileId long, pageIndex long) : OWALChanges in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type pageChangesContainer : FilePageChanges to pageChangesContainer : OCacheEntryChanges in method public addPage(fileId long) : OCacheEntry in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |