|
Change Parameter Type bucketToSplit : OSBTreeBucketSingleValue<K> to bucketToSplit : OCellBTreeBucketSingleValue<K> in method private splitBucket(bucketToSplit OCellBTreeBucketSingleValue<K>, entryToSplit OCacheEntry, path List<Long>, itemPointers List<Integer>, keyIndex int, atomicOperation OAtomicOperation) : UpdateBucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1.OCellBTreeSingleValueV1 |
From |
To |
|
Change Parameter Type bucketToSplit : OSBTreeBucketSingleValue<K> to bucketToSplit : OCellBTreeBucketSingleValue<K> in method private splitRootBucket(keyIndex int, bucketEntry OCacheEntry, bucketToSplit OCellBTreeBucketSingleValue<K>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : UpdateBucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1.OCellBTreeSingleValueV1 |
From |
To |
|
Change Parameter Type bucketToSplit : OSBTreeBucketSingleValue<K> to bucketToSplit : OCellBTreeBucketSingleValue<K> in method private splitNonRootBucket(path List<Long>, itemPointers List<Integer>, keyIndex int, pageIndex long, bucketToSplit OCellBTreeBucketSingleValue<K>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : UpdateBucketSearchResult in class com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1.OCellBTreeSingleValueV1 |
From |
To |
|
Change Parameter Type treeEntry : OSBTreeBucketSingleValue.SBTreeEntry<K> to treeEntry : OCellBTreeBucketSingleValue.SBTreeEntry<K> in method private convertToMapEntry(treeEntry OCellBTreeBucketSingleValue.SBTreeEntry<K>) : Map.Entry<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1.OCellBTreeSingleValueV1 |
From |
To |