|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private prevLevelUp(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private findParentNodeStartIndex(bucketPath OHashTable.BucketPath) : int in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private nextNonEmptyNode(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private splitNode(bucketPath OHashTable.BucketPath) : OHashTable.NodeSplitResult in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type nodePath : BucketPath to nodePath : OHashTable.BucketPath in method private prevNonEmptyNode(nodePath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private updateNodeAfterBucketSplit(bucketPath OHashTable.BucketPath, bucketDepth int, newBucketPointer long, updatedBucketPointer long) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type parentPath : BucketPath to parentPath : OHashTable.BucketPath in method private updateMaxChildDepth(parentPath OHashTable.BucketPath, childDepth int) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type nodePath : BucketPath to nodePath : OHashTable.BucketPath in method private mergeNodeToParent(nodePath OHashTable.BucketPath) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private nextLevelUp(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private assertParentNodeStartIndex(bucketPath OHashTable.BucketPath, parentNode long[], calculatedIndex int) : boolean in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private nextBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private prevBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private updateNodesAfterSplit(bucketPath OHashTable.BucketPath, nodeIndex int, newNode long[], nodeLocalDepth int, hashMapSize int, allLeftHashMapEquals boolean, allRightHashMapsEquals boolean, newNodeIndex int) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Parameter Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private addNewLevelNode(bucketPath OHashTable.BucketPath, nodeIndex int, newBucketPointer long, updatedBucketPointer long) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Move Method private createBucketPointer(pageIndex long, fileLevel int) : long from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable to private createBucketPointer(pageIndex long, fileLevel int) : long from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable20 |
From |
To |
|
Move Method private mergeBucketsAfterDeletion(nodePath BucketPath, bucket OHashIndexBucket<K,V>, atomicOperation OAtomicOperation) : void from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable to private mergeBucketsAfterDeletion(nodePath BucketPath, bucket OHashIndexBucket<K,V>, atomicOperation OAtomicOperation) : void from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable20 |
From |
To |
|
Move Method private splitBucket(bucket OHashIndexBucket<K,V>, fileLevel int, pageIndex long, atomicOperation OAtomicOperation) : BucketSplitResult from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable to private splitBucket(bucket OHashIndexBucket<K,V>, fileLevel int, pageIndex long, atomicOperation OAtomicOperation) : BucketSplitResult from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable20 |
From |
To |
|
Move Method private getFileLevel(bucketPointer long) : int from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable to private getFileLevel(bucketPointer long) : int from class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable20 |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public ceilingEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public lowerEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public lastEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public remove(key K) : V in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public firstEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public higherEntries(key K, limit int) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Rename Variable entry : OCacheEntry to cacheEntry : OCacheEntry in method public floorEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public lastEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private createFileMetadata(fileLevel int, page OHashIndexFileLevelMetadataPage, atomicOperation OAtomicOperation) : void inlined to public create(name String, keySerializer OBinarySerializer<K>, valueSerializer OBinarySerializer<V>, keyTypes OType[], nullKeyIsSupported boolean) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public remove(key K) : V in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public firstEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public higherEntries(key K, limit int) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public floorEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public get(key K) : V in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public ceilingEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Inline Method private loadPageEntry(pageIndex long, fileLevel int, atomicOperation OAtomicOperation) : OCacheEntry inlined to public lowerEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private getBucket(hashCode long) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private nextNonEmptyNode(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private prevNonEmptyNode(nodePath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private nextBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private nextLevelUp(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private prevBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type BucketPath to OHashTable.BucketPath in method private prevLevelUp(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Return Type NodeSplitResult to OHashTable.NodeSplitResult in method private splitNode(bucketPath OHashTable.BucketPath) : OHashTable.NodeSplitResult in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type parentBucketPath : BucketPath to parentBucketPath : OHashTable.BucketPath in method private findParentNodeStartIndex(bucketPath OHashTable.BucketPath) : int in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type nodeSplitResult : NodeSplitResult to nodeSplitResult : OHashTable.NodeSplitResult in method private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public ceilingEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public lastEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type parent : BucketPath to parent : OHashTable.BucketPath in method private prevLevelUp(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type parent : BucketPath to parent : OHashTable.BucketPath in method private nextNonEmptyNode(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public get(key K) : V in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type parent : BucketPath to parent : OHashTable.BucketPath in method private prevNonEmptyNode(nodePath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPathToFind : BucketPath to bucketPathToFind : OHashTable.BucketPath in method private prevBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type nodePath : BucketPath to nodePath : OHashTable.BucketPath in method public remove(key K) : V in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type prevBucketPath : BucketPath to prevBucketPath : OHashTable.BucketPath in method public floorEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public floorEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public firstEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type splitResult : BucketSplitResult to splitResult : OHashTable.BucketSplitResult in method private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type currentBucket : BucketPath to currentBucket : OHashTable.BucketPath in method private prevBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type currentNode : BucketPath to currentNode : OHashTable.BucketPath in method private getBucket(hashCode long) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type updatedBucketPath : BucketPath to updatedBucketPath : OHashTable.BucketPath in method private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type currentNode : BucketPath to currentNode : OHashTable.BucketPath in method private nextBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public higherEntries(key K, limit int) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type prevBucketPath : BucketPath to prevBucketPath : OHashTable.BucketPath in method public lowerEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPathToFind : BucketPath to bucketPathToFind : OHashTable.BucketPath in method private nextBucketToFind(bucketPath OHashTable.BucketPath, bucketDepth int) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type bucketPath : BucketPath to bucketPath : OHashTable.BucketPath in method public lowerEntries(key K) : OHashIndexBucket.Entry<K,V>[] in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type parentNode : BucketPath to parentNode : OHashTable.BucketPath in method private getBucket(hashCode long) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type currentNode : BucketPath to currentNode : OHashTable.BucketPath in method private updateNodeAfterBucketSplit(bucketPath OHashTable.BucketPath, bucketDepth int, newBucketPointer long, updatedBucketPointer long) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type prevBucketPath : BucketPath to prevBucketPath : OHashTable.BucketPath in method public lastEntry() : OHashIndexBucket.Entry<K,V> in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type newBucketPath : BucketPath to newBucketPath : OHashTable.BucketPath in method private doPut(key K, value V, atomicOperation OAtomicOperation) : void in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |
|
Change Variable Type parent : BucketPath to parent : OHashTable.BucketPath in method private nextLevelUp(bucketPath OHashTable.BucketPath) : OHashTable.BucketPath in class com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable |
From |
To |