|
Change Return Type OHashIndexBucket.Entry<K,V> to Entry<K,V> in method public firstEntry() : Entry<K,V> in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V>[] to Entry<K,V>[] in method public ceilingEntries(key K) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V>[] to Entry<K,V>[] in method public higherEntries(key K, limit int) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V>[] to Entry<K,V>[] in method public floorEntries(key K) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V> to Entry<K,V> in method public lastEntry() : Entry<K,V> in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V>[] to Entry<K,V>[] in method public higherEntries(key K) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V>[] to Entry<K,V>[] in method private convertBucketToEntries(bucket OHashIndexBucket<K,V>, startIndex int, endIndex int) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Return Type OHashIndexBucket.Entry<K,V>[] to Entry<K,V>[] in method public lowerEntries(key K) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Variable Type entries : OHashIndexBucket.Entry<Object,Object>[] to entries : OHashTable.Entry<Object,Object>[] in method public keyCursor() : OIndexKeyCursor in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexEngine |
From |
To |
|
Change Variable Type bucketEntry : OHashIndexBucket.Entry<Object,Object> to bucketEntry : OHashTable.Entry<Object,Object> in method public keyCursor() : OIndexKeyCursor in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexEngine |
From |
To |
|
Change Variable Type entries : OHashIndexBucket.Entry<Integer,String>[] to entries : OHashTable.Entry<Integer,String>[] in method public testNextSkipsRecordValid() : void in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.LocalHashTableV2IterationTestIT |
From |
To |
|
Change Variable Type firstEntry : OHashIndexBucket.Entry<Object,Object> to firstEntry : OHashTable.Entry<Object,Object> in method public size(transformer ValuesTransformer) : long in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexEngine |
From |
To |
|
Change Variable Type entries : List<OHashIndexBucket.Entry<K,V>> to entries : List<Entry<K,V>> in method private splitBucketContent(bucket OHashIndexBucket<K,V>, newBucket OHashIndexBucket<K,V>, newBucketDepth int) : void in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Variable Type entries : OHashIndexBucket.Entry<Integer,String>[] to entries : OHashTable.Entry<Integer,String>[] in method public testNextHaveRightOrder() : void in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.LocalHashTableV2IterationTestIT |
From |
To |
|
Change Variable Type entry : OHashIndexBucket.Entry<K,V> to entry : Entry<K,V> in method private splitBucketContent(bucket OHashIndexBucket<K,V>, newBucket OHashIndexBucket<K,V>, newBucketDepth int) : void in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Variable Type positionIterator : Iterator<OHashIndexBucket.Entry<K,V>> to positionIterator : Iterator<Entry<K,V>> in method private checkBucketDepth(bucket OHashIndexBucket<K,V>) : boolean in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Variable Type entry : OHashIndexBucket.Entry<Object,Object> to entry : OHashTable.Entry<Object,Object> in method public size(transformer ValuesTransformer) : long in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexEngine |
From |
To |
|
Change Variable Type entries : OHashIndexBucket.Entry<Object,Object>[] to entries : OHashTable.Entry<Object,Object>[] in method public size(transformer ValuesTransformer) : long in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexEngine |
From |
To |
|
Change Variable Type iterator : Iterator<OHashIndexBucket.Entry<K,V>> to iterator : Iterator<Entry<K,V>> in method private convertBucketToEntries(bucket OHashIndexBucket<K,V>, startIndex int, endIndex int) : Entry<K,V>[] in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Variable Type entries : OHashIndexBucket.Entry<Integer,String>[] to entries : OHashTable.Entry<Integer,String>[] in method public testNextHaveRightOrderUsingNextMethod() : void in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.LocalHashTableV2IterationTestIT |
From |
To |
|
Change Variable Type entry : OHashIndexBucket.Entry<K,V> to entry : Entry<K,V> in method public get(key K) : V in class com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 |
From |
To |
|
Change Variable Type firstEntry : OHashIndexBucket.Entry<Object,Object> to firstEntry : OHashTable.Entry<Object,Object> in method public keyCursor() : OIndexKeyCursor in class com.orientechnologies.orient.core.sharding.auto.OAutoShardingIndexEngine |
From |
To |