|
Change Parameter Type fileId : long to fileId : int in method private RemoveFilePagesTask(fileId int) in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.RemoveFilePagesTask |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private flushPage(fileId int, pageIndex long, dataPointer ODirectMemoryPointer) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private NameFileIdEntry(name String, fileId int) in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.NameFileIdEntry |
From |
To |
|
Change Parameter Type cacheMaxSize : int to cacheMaxSize : long in method public OWOWCache(syncOnPageFlush boolean, pageSize int, groupTTL long, writeAheadLog OWriteAheadLog, pageFlushInterval long, cacheMaxSize long, storageLocal OLocalPaginatedStorage, checkMinSize boolean, id int) in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private doDeleteFile(fileId int) : String in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private FileFlushTask(fileId int) in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.FileFlushTask |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private removeCachedPages(fileId int) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private GroupKey(fileId int, groupIndex long) in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.GroupKey |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private cacheFileContent(fileId int, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type existingFileId : Long to existingFileId : Integer in method public openFile(fileName String, fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type entry : Map.Entry<String,Long> to entry : Map.Entry<String,Integer> in method public close() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type nameIdEntry : Map.Entry<String,Long> to nameIdEntry : Map.Entry<String,Integer> in method private readNameIdMap() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type expectedDiskCache : ODiskCache to expectedWriteCache : OWriteCache in method private restoreDataFromBatch(atomicChangeIsProcessed boolean, atomicUnit List<OWALRecord>, records List<OWALRecord>) : boolean in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTableWAL |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public exists(fileName String) : boolean in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type dk : ODiskCache to dk : OReadCache in method public run() : void in class com.orientechnologies.common.profiler.OAbstractProfiler.MemoryChecker |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public fileNameById(fileId long) : String in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public addFile(fileName String) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type existingFileId : Long to existingFileId : Integer in method public addFile(fileName String, fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public bookFileId(fileName String) : long in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method private resolveFileIdByName(fileName String) : long in class com.orientechnologies.orient.core.db.record.ridbag.sbtree.OIndexRIDContainer |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public testRename() : void in class com.orientechnologies.orient.core.metadata.ClassTest |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public isFileExists(fileName String) : boolean in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public testShortName() : void in class com.orientechnologies.orient.core.metadata.ClassTest |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public close(fileId long, flush boolean) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type expectedDiskCache : ODiskCache to writeCache : OWriteCache in method private restoreDataFromWAL() : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTableWAL |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public openFile(fileName String) : long in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public deleteFile(fileId long) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public testRenameClusterAlreadyExists() : void in class com.orientechnologies.orient.core.metadata.ClassTest |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public filledUpTo(fileId long) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public addFile(fileName String) : long in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method private removeValuesContainer() : void in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Change Variable Type fileId : long to fileId : int in method private readNextNameIdEntry() : NameFileIdEntry in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public testValuesContainerIsRemovedIfIndexIsRemoved() : void in class com.orientechnologies.orient.test.database.auto.IndexTest |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public truncateFile(fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public deleteFile(fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public renameFile(fileId long, oldFileName String, newFileName String) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public isOpen(fileName String) : long in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type fileId : long to fileId : int in method public checkStoredPages(commandOutputListener OCommandOutputListener) : OPageDataVerificationError[] in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Variable Type diskCache : ODiskCache to writeCache : OWriteCache in method public isFileExists(fileId long) : boolean in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Variable Type fileId : long to fileId : int in method public delete() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Rename Variable diskCache : ODiskCache to writeCache : OWriteCache in method public testValuesContainerIsRemovedIfIndexIsRemoved() : void in class com.orientechnologies.orient.test.database.auto.IndexTest |
From |
To |
|
Rename Variable fileId : long to intId : int in method public truncateFile(fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Rename Variable fileId : long to intId : int in method public deleteFile(fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Rename Variable fileId : long to intId : int in method public renameFile(fileId long, oldFileName String, newFileName String) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Rename Variable diskCache : ODiskCache to writeCache : OWriteCache in method private resolveFileIdByName(fileName String) : long in class com.orientechnologies.orient.core.db.record.ridbag.sbtree.OIndexRIDContainer |
From |
To |
|
Rename Variable diskCache : ODiskCache to writeCache : OWriteCache in method public testRename() : void in class com.orientechnologies.orient.core.metadata.ClassTest |
From |
To |
|
Rename Variable fileId : long to intId : int in method public close(fileId long, flush boolean) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Rename Variable diskCache : ODiskCache to writeCache : OWriteCache in method public testShortName() : void in class com.orientechnologies.orient.core.metadata.ClassTest |
From |
To |
|
Rename Variable expectedDiskCache : ODiskCache to writeCache : OWriteCache in method private restoreDataFromWAL() : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTableWAL |
From |
To |
|
Rename Variable fileId : long to intId : int in method public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Rename Variable expectedDiskCache : ODiskCache to expectedWriteCache : OWriteCache in method private restoreDataFromBatch(atomicChangeIsProcessed boolean, atomicUnit List<OWALRecord>, records List<OWALRecord>) : boolean in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTableWAL |
From |
To |
|
Rename Variable diskCache : ODiskCache to writeCache : OWriteCache in method public testRenameClusterAlreadyExists() : void in class com.orientechnologies.orient.core.metadata.ClassTest |
From |
To |
|
Rename Variable diskCache : ODiskCache to writeCache : OWriteCache in method private removeValuesContainer() : void in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Change Attribute Type files : Map<Long,OFileClassic> to files : Map<Integer,OFileClassic> in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Attribute Type nameIdMap : Map<String,Long> to nameIdMap : Map<String,Integer> in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Attribute Type diskCache : ODiskCache to writeCache : OWriteCache in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Change Attribute Type wowCache : OWOWCache to wowCache : OWriteCache in class com.orientechnologies.orient.core.index.hashindex.local.cache.WOWCacheTest |
From |
To |
|
Change Attribute Type buffer : OReadWriteDiskCache to writeBuffer : OWriteCache in class com.orientechnologies.orient.core.index.hashindex.local.arc.ReadWriteCacheConcurrentTest |
From |
To |
|
Change Attribute Type fileId : long to fileId : int in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.FileFlushTask |
From |
To |
|
Change Attribute Type fileId : long to fileId : int in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.GroupKey |
From |
To |
|
Change Attribute Type fileCounter : long to fileCounter : int in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache |
From |
To |
|
Change Attribute Type fileId : long to fileId : int in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.NameFileIdEntry |
From |
To |
|
Change Attribute Type fileId : long to fileId : int in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.RemoveFilePagesTask |
From |
To |