|
Move Method public iterateEntriesMinor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public iterateEntriesMinor(key K, inclusive boolean, ascSortOrder boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method private iterateEntriesMajorAsc(key K, inclusive boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private iterateEntriesMajorAsc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method private iterateEntriesMajorDesc(key K, inclusive boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private iterateEntriesMajorDesc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method public iterateEntriesMajor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public iterateEntriesMajor(key K, inclusive boolean, ascSortOrder boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method private iterateEntriesMinorAsc(key K, inclusive boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private iterateEntriesMinorAsc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method public iterateEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public iterateEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, ascSortOrder boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method private iterateEntriesBetweenDescOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private iterateEntriesBetweenDescOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method private iterateEntriesBetweenAscOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private iterateEntriesBetweenAscOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Move Method private iterateEntriesMinorDesc(key K, inclusive boolean) : OSBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private iterateEntriesMinorDesc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private keySerializer : OBinarySerializer<K> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private keySerializer : OBinarySerializer<K> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private keyTypes : OType[] from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private keyTypes : OType[] from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private nullFileExtension : String from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private nullFileExtension : String from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private MAX_PATH_LENGTH : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private MAX_PATH_LENGTH : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private ALWAYS_GREATER_KEY : OAlwaysGreaterKey from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private ALWAYS_GREATER_KEY : OAlwaysGreaterKey from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private ENTRY_POINT_INDEX : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private ENTRY_POINT_INDEX : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private comparator : Comparator<? super K> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private comparator : Comparator<? super K> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private ALWAYS_LESS_KEY : OAlwaysLessKey from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private ALWAYS_LESS_KEY : OAlwaysLessKey from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private keySize : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private keySize : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private MAX_KEY_SIZE : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private MAX_KEY_SIZE : int from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute public VERSION : int from class com.orientechnologies.orient.core.index.engine.OV1IndexEngine to public VERSION : int from class com.orientechnologies.orient.core.index.engine.v1.OCellBTreeIndexEngine |
From |
To |
|
Push Down Attribute private fileId : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private fileId : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private encryption : OEncryption from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private encryption : OEncryption from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private ROOT_INDEX : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private ROOT_INDEX : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Attribute private nullBucketFileId : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private nullBucketFileId : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public put(key K, value ORID) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public put(key K, value ORID) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private findBucketForUpdate(key K, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private findBucketForUpdate(key K, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public remove(key K, value ORID) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public remove(key K, value ORID) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private addToValueList(atomicOperation OAtomicOperation, entryPointBucket ONullEntryPoint, pageIndex int) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private addToValueList(atomicOperation OAtomicOperation, entryPointBucket ONullEntryPoint, pageIndex int) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private serializeKey(serializedKey byte[]) : byte[] from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private serializeKey(serializedKey byte[]) : byte[] from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private splitRootBucket(keyIndex int, keyToInsert K, bucketEntry OCacheEntry, bucketToSplit Bucket<K>, splitLeaf boolean, indexToSplit int, serializedSeparationKey byte[], rightEntries List<Bucket.Entry>, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private splitRootBucket(keyIndex int, keyToInsert K, bucketEntry OCacheEntry, bucketToSplit Bucket<K>, splitLeaf boolean, indexToSplit int, serializedSeparationKey byte[], rightEntries List<Bucket.Entry>, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private addEntry(bucketMultiValue Bucket<K>, index int, isNew boolean, key byte[], value ORID) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private addEntry(bucketMultiValue Bucket<K>, index int, isNew boolean, key byte[], value ORID) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public remove(key K) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public remove(key K) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceFromCompositeKeyBetweenAsc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceFromCompositeKeyBetweenAsc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private firstItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private firstItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private findBucket(key K, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private findBucket(key K, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private splitNonRootBucket(path List<Long>, insertionIndexes List<Integer>, keyIndex int, keyToInsert K, pageIndex long, bucketToSplit Bucket<K>, splitLeaf boolean, indexToSplit int, serializedSeparationKey byte[], rightEntries List<Bucket.Entry>, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private splitNonRootBucket(path List<Long>, insertionIndexes List<Integer>, keyIndex int, keyToInsert K, pageIndex long, bucketToSplit Bucket<K>, splitLeaf boolean, indexToSplit int, serializedSeparationKey byte[], rightEntries List<Bucket.Entry>, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public clear() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public clear() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceToCompositeKeyBetweenAsc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceToCompositeKeyBetweenAsc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private lastItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private lastItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private addToTheRightRootBucket(keyIndex int, splitLeaf boolean, indexToSplit int, rightBucketEntry OCacheEntry, resultPath ArrayList<Long>, itemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private addToTheRightRootBucket(keyIndex int, splitLeaf boolean, indexToSplit int, rightBucketEntry OCacheEntry, resultPath ArrayList<Long>, itemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private addToTheLeftRootBucket(keyIndex int, leftBucketEntry OCacheEntry, resultPath ArrayList<Long>, itemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private addToTheLeftRootBucket(keyIndex int, leftBucketEntry OCacheEntry, resultPath ArrayList<Long>, itemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceToCompositeKeyBetweenDesc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceToCompositeKeyBetweenDesc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private splitBucket(bucketToSplit Bucket<K>, entryToSplit OCacheEntry, path List<Long>, insertionIndexes List<Integer>, keyIndex int, keyToInsert K, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private splitBucket(bucketToSplit Bucket<K>, entryToSplit OCacheEntry, path List<Long>, insertionIndexes List<Integer>, keyIndex int, keyToInsert K, atomicOperation OAtomicOperation) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public deleteWithoutLoad() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public deleteWithoutLoad() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public create(keySerializer OBinarySerializer<K>, keyTypes OType[], keySize int, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public create(keySerializer OBinarySerializer<K>, keyTypes OType[], keySize int, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public delete() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public delete() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceCompositeKeyMinorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceCompositeKeyMinorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private addToTheLeftNonRootBucket(keyIndex int, pageIndex long, resultPath ArrayList<Long>, resultItemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private addToTheLeftNonRootBucket(keyIndex int, pageIndex long, resultPath ArrayList<Long>, resultItemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public lastKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public lastKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public close() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public close() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public get(key K) : List<ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public get(key K) : List<ORID> from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public acquireAtomicExclusiveLock() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public acquireAtomicExclusiveLock() : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceCompositeKey(key K, partialSearchMode PartialSearchMode) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceCompositeKey(key K, partialSearchMode PartialSearchMode) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceCompositeKeyMinorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceCompositeKeyMinorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private updateSize(diffSize long, atomicOperation OAtomicOperation) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private updateSize(diffSize long, atomicOperation OAtomicOperation) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public firstKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public firstKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private deserializeKey(serializedKey byte[]) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private deserializeKey(serializedKey byte[]) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public size() : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public size() : long from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method public load(name String, keySize int, keyTypes OType[], keySerializer OBinarySerializer<K>, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to public load(name String, keySize int, keyTypes OType[], keySerializer OBinarySerializer<K>, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceCompositeKeyMajorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceCompositeKeyMajorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceFromCompositeKeyBetweenDesc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceFromCompositeKeyBetweenDesc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private addToTheRightNonRootBucket(keyIndex int, splitLeaf boolean, indexToSplit int, rightPageIndex long, resultPath ArrayList<Long>, resultItemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private addToTheRightNonRootBucket(keyIndex int, splitLeaf boolean, indexToSplit int, rightPageIndex long, resultPath ArrayList<Long>, resultItemPointers ArrayList<Integer>) : UpdateBucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Push Down Method private enhanceCompositeKeyMajorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue to private enhanceCompositeKeyMajorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method private iterateEntriesMinorAsc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method private iterateEntriesMinorDesc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method private iterateEntriesMajorAsc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method private iterateEntriesBetweenDescOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method public iterateEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, ascSortOrder boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method private iterateEntriesMajorDesc(key K, inclusive boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method public iterateEntriesMinor(key K, inclusive boolean, ascSortOrder boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type Map.Entry<K,V> to Map.Entry<K2,V> in method public next(prefetchSize int) : Map.Entry<K2,V> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.OCellBTreeMultiValue.OCellBTreeCursor |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method public iterateEntriesMajor(key K, inclusive boolean, ascSortOrder boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Change Return Type OSBTreeCursor<K,ORID> to OCellBTreeCursor<K,ORID> in method private iterateEntriesBetweenAscOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OCellBTreeCursor<K,ORID> in class com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v1.OCellBTreeMultiValueV1 |
From |
To |
|
Rename Parameter algoritm : String to algorithm : String in method public createIndexEngine(algorithm String, name String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.orient.core.storage.index.hashindex.local.OHashIndexFactory |
From |
To |
|
Rename Parameter multivalue : boolean to multiValue : boolean in method public createIndexEngine(algorithm String, name String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.spatial.OLuceneSpatialIndexFactory |
From |
To |
|
Rename Parameter multivalue : boolean to multiValue : boolean in method public createIndexEngine(algorithm String, name String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.orient.core.index.OIndexFactory |
From |
To |
|
Rename Parameter multivalue : boolean to multiValue : boolean in method public createIndexEngine(algorithm String, name String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.orient.core.index.ODefaultIndexFactory |
From |
To |
|
Rename Parameter multivalue : boolean to multiValue : boolean in method public createIndexEngine(algorithm String, name String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.orient.core.storage.index.hashindex.local.OHashIndexFactory |
From |
To |
|
Rename Parameter multivalue : boolean to multiValue : boolean in method public createIndexEngine(algorithm String, indexName String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.lucene.OLuceneIndexFactory |
From |
To |
|
Rename Parameter multivalue : boolean to multiValue : boolean in method public createIndexEngine(algorithm String, name String, durableInNonTxMode Boolean, storage OStorage, version int, apiVersion int, multiValue boolean, engineProperties Map<String,String>) : OBaseIndexEngine in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexFactory |
From |
To |