|
Move Method private createLinkToTheValue(value V, atomicOperation OAtomicOperation) : long from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private createLinkToTheValue(value V, atomicOperation OAtomicOperation) : long from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private splitBucket(path List<Long>, keyIndex int, keyToInsert K, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private splitBucket(path List<Long>, keyIndex int, keyToInsert K, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public create(keySerializer OBinarySerializer<K>, valueSerializer OBinarySerializer<V>, keyTypes OType[], keySize int, nullPointerSupport boolean, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public create(keySerializer OBinarySerializer<K>, valueSerializer OBinarySerializer<V>, keyTypes OType[], keySize int, nullPointerSupport boolean, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceCompositeKeyMinorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceCompositeKeyMinorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private updateSize(diffSize long, atomicOperation OAtomicOperation) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private updateSize(diffSize long, atomicOperation OAtomicOperation) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private removeNullBucket(atomicOperation OAtomicOperation) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private removeNullBucket(atomicOperation OAtomicOperation) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public close() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public close() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public remove(key K) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public remove(key K) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public get(key K) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public get(key K) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public acquireAtomicExclusiveLock() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public acquireAtomicExclusiveLock() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public close(flush boolean) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public close(flush boolean) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private lastItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private lastItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public size() : long from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public size() : long from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public iterateEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public iterateEntriesBetween(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private put(key K, value V, validator OBaseIndexEngine.Validator<K,V>) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private put(key K, value V, validator OBaseIndexEngine.Validator<K,V>) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private readValue(sbTreeValue OSBTreeValue<V>, atomicOperation OAtomicOperation) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private readValue(sbTreeValue OSBTreeValue<V>, atomicOperation OAtomicOperation) : V from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private iterateEntriesMajorDesc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private iterateEntriesMajorDesc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public iterateEntriesMinor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public iterateEntriesMinor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public keyCursor() : OSBTreeKeyCursor<K> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public keyCursor() : OSBTreeKeyCursor<K> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private splitRootBucket(path List<Long>, keyIndex int, keyToInsert K, bucketEntry OCacheEntry, bucketToSplit OSBTreeBucket<K,V>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private splitRootBucket(path List<Long>, keyIndex int, keyToInsert K, bucketEntry OCacheEntry, bucketToSplit OSBTreeBucket<K,V>, splitLeaf boolean, indexToSplit int, separationKey K, rightEntries List<byte[]>, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private iterateEntriesMajorAsc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private iterateEntriesMajorAsc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceCompositeKeyMinorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceCompositeKeyMinorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public update(key K, updater OIndexKeyUpdater<V>, validator OBaseIndexEngine.Validator<K,V>) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public update(key K, updater OIndexKeyUpdater<V>, validator OBaseIndexEngine.Validator<K,V>) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public clear() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public clear() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private iterateEntriesBetweenDescOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private iterateEntriesBetweenDescOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private findBucket(key K, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private findBucket(key K, atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private firstItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private firstItem(atomicOperation OAtomicOperation) : BucketSearchResult from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceToCompositeKeyBetweenDesc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceToCompositeKeyBetweenDesc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceCompositeKey(key K, partialSearchMode PartialSearchMode) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceCompositeKey(key K, partialSearchMode PartialSearchMode) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private iterateEntriesBetweenAscOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private iterateEntriesBetweenAscOrder(keyFrom K, fromInclusive boolean, keyTo K, toInclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private iterateEntriesMinorDesc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private iterateEntriesMinorDesc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public flush() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public flush() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceFromCompositeKeyBetweenAsc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceFromCompositeKeyBetweenAsc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private iterateEntriesMinorAsc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private iterateEntriesMinorAsc(key K, inclusive boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public deleteWithoutLoad() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public deleteWithoutLoad() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private allocateValuePageFromFreeList(atomicOperation OAtomicOperation) : long from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private allocateValuePageFromFreeList(atomicOperation OAtomicOperation) : long from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public lastKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public lastKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private removeKey(atomicOperation OAtomicOperation, bucketSearchResult BucketSearchResult) : byte[] from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private removeKey(atomicOperation OAtomicOperation, bucketSearchResult BucketSearchResult) : byte[] from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceCompositeKeyMajorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceCompositeKeyMajorAsc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public validatedPut(key K, value V, validator OBaseIndexEngine.Validator<K,V>) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public validatedPut(key K, value V, validator OBaseIndexEngine.Validator<K,V>) : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public isNullPointerSupport() : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public isNullPointerSupport() : boolean from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceFromCompositeKeyBetweenDesc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceFromCompositeKeyBetweenDesc(keyFrom K, fromInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private checkNullSupport(key K) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private checkNullSupport(key K) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public load(name String, keySerializer OBinarySerializer<K>, valueSerializer OBinarySerializer<V>, keyTypes OType[], keySize int, nullPointerSupport boolean, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public load(name String, keySerializer OBinarySerializer<K>, valueSerializer OBinarySerializer<V>, keyTypes OType[], keySize int, nullPointerSupport boolean, encryption OEncryption) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public delete() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public delete() : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceCompositeKeyMajorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceCompositeKeyMajorDesc(key K, inclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private enhanceToCompositeKeyBetweenAsc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private enhanceToCompositeKeyBetweenAsc(keyTo K, toInclusive boolean) : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method private convertToMapEntry(treeEntry OSBTreeBucket.SBTreeEntry<K,V>, atomicOperation OAtomicOperation) : Map.Entry<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to private convertToMapEntry(treeEntry OSBTreeBucket.SBTreeEntry<K,V>, atomicOperation OAtomicOperation) : Map.Entry<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public firstKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public firstKey() : K from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public iterateEntriesMajor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public iterateEntriesMajor(key K, inclusive boolean, ascSortOrder boolean) : OSBTreeCursor<K,V> from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move 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 from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to 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 from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |
|
Move Method public put(key K, value V) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.OSBTree to public put(key K, value V) : void from class com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeV1 |
From |
To |