|
Change Parameter Type rightEntries : List<OSBTreeBucket.SBTreeEntry<K,V>> to rightEntries : List<byte[]> in method private splitNonRootBucket(path List<Long>, keyIndex int, keyToInsert K, pageIndex long, bucketToSplit OSBTreeBucket<K,V>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : BucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree |
From |
To |
|
Change Parameter Type rightEntries : List<OSBTreeBucket.SBTreeEntry<K,V>> to rightEntries : List<byte[]> in method private splitRootBucket(path List<Long>, keyIndex int, keyToInsert K, pageIndex long, bucketEntry OCacheEntry, bucketToSplit OSBTreeBucket<K,V>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : BucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree |
From |
To |
|
Change Variable Type removedValue : V to removedValue : byte[] in method public removeKey(atomicOperation OAtomicOperation, bucketSearchResult BucketSearchResult) : byte[] in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree |
From |
To |
|
Change Variable Type leftEntries : List<OSBTreeBucket.SBTreeEntry<K,V>> to leftEntries : List<byte[]> in method private splitRootBucket(path List<Long>, keyIndex int, keyToInsert K, pageIndex long, bucketEntry OCacheEntry, bucketToSplit OSBTreeBucket<K,V>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : BucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree |
From |
To |
|
Change Variable Type treeEntries : List<SBTreeEntry<K,V>> to rawEntries : List<byte[]> in method public shrink(newSize int) : void in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTreeBucket |
From |
To |
|
Change Variable Type rightEntries : List<OSBTreeBucket.SBTreeEntry<K,V>> to rightEntries : List<byte[]> in method private splitBucket(path List<Long>, keyIndex int, keyToInsert K, atomicOperation OAtomicOperation) : BucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree |
From |
To |
|
Change Variable Type entry : SBTreeEntry<K,V> to entry : byte[] in method public shrink(newSize int) : void in class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTreeBucket |
From |
To |