|
Rename Method public headTree(toKey GridSearchRowPointer, inclusive boolean) : IgniteTree<GridSearchRowPointer,GridH2Row> renamed to public find(lower GridSearchRowPointer, lowerInclusive boolean, upper GridSearchRowPointer, upperInclusive boolean) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex.IgniteNavigableMapTree |
From |
To |
|
Rename Method public subTree(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : IgniteTree<K,V> renamed to public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap.SubMap |
From |
To |
|
Rename Method public size() : int renamed to public treeSize() : long in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex.IgniteNavigableMapTree |
From |
To |
|
Rename Method public get(key Object) : GridH2Row renamed to public findOne(key GridSearchRowPointer) : GridH2Row in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex.IgniteNavigableMapTree |
From |
To |
|
Rename Method public size() : int renamed to public treeSize() : long in class org.apache.ignite.internal.util.IgniteTree |
From |
To |
|
Rename Method public subTree(fromKey K, fromInclusive boolean, toKey K, toInclusive boolean) : IgniteTree<K,V> renamed to public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap |
From |
To |
|
Change Return Type Iterator<GridH2Row> to GridCursor<GridH2Row> in method package rows() : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex |
From |
To |
|
Change Return Type Iterator<GridH2Row> to GridCursor<GridH2Row> in method protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex |
From |
To |
|
Change Return Type Iterator<GridH2Row> to GridCursor<GridH2Row> in method protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase |
From |
To |
|
Change Return Type IgniteTree<K,V> to GridCursor<V> in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap.SubMap |
From |
To |
|
Change Return Type IgniteTree<K,V> to GridCursor<V> in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap |
From |
To |
|
Change Return Type IgniteTree<GridSearchRowPointer,GridH2Row> to GridCursor<GridH2Row> in method public find(lower GridSearchRowPointer, lowerInclusive boolean, upper GridSearchRowPointer, upperInclusive boolean) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex.IgniteNavigableMapTree |
From |
To |
|
Change Return Type int to long in method public treeSize() : long in class org.apache.ignite.internal.util.IgniteTree |
From |
To |
|
Change Return Type Iterator<GridH2Row> to GridCursor<GridH2Row> in method protected filter(cursor GridCursor<GridH2Row>, filter IndexingQueryFilter) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase |
From |
To |
|
Change Return Type Iterator<GridH2Row> to GridCursor<GridH2Row> in method private doFind(first SearchRow, includeFirst boolean, last SearchRow) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex |
From |
To |
|
Change Return Type int to long in method public treeSize() : long in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex.IgniteNavigableMapTree |
From |
To |
|
Change Return Type IgniteTree to IgniteTree<K,V> in method protected treeForRead() : IgniteTree<K,V> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase |
From |
To |
|
Change Return Type IgniteTree to GridCursor<GridH2Row> in method private subTree(tree IgniteTree, first GridSearchRowPointer, last GridSearchRowPointer) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex |
From |
To |
|
Change Variable Type iter : Iterator<GridH2Row> to cursor : GridCursor<GridH2Row> in method public getRowCount(ses Session) : long in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex |
From |
To |
|
Change Variable Type iter : Iterator<GridH2Row> to cursor : GridCursor<GridH2Row> in method private dumpRows(idx GridH2TreeIndex) : void in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TableSelfTest |
From |
To |
|
Change Variable Type range : IgniteTree<GridSearchRowPointer,GridH2Row> to range : GridCursor<GridH2Row> in method protected doFind0(t IgniteTree, first SearchRow, includeFirst boolean, last SearchRow, filter IndexingQueryFilter) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex |
From |
To |
|
Change Variable Type iter : Iterator<GridH2Row> to cursor : GridCursor<GridH2Row> in method private checkIndexesConsistent(idxs ArrayList<Index>, rowSet Set<Row>) : Set<Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TableSelfTest |
From |
To |
|
Change Variable Type rows : Iterator<GridH2Row> to cursor : GridCursor<GridH2Row> in method private checkOrdered(idx GridH2TreeIndex, cmp Comparator<? super GridH2Row>) : void in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TableSelfTest |
From |
To |
|
Rename Parameter map : NavigableMap<GridSearchRowPointer,GridH2Row> to tree : NavigableMap<GridSearchRowPointer,GridH2Row> in method public IgniteNavigableMapTree(tree NavigableMap<GridSearchRowPointer,GridH2Row>) in class org.apache.ignite.internal.processors.query.h2.opt.GridH2TreeIndex.IgniteNavigableMapTree |
From |
To |
|
Rename Parameter fromInclusive : boolean to lowerInclusive : boolean in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap.SubMap |
From |
To |
|
Rename Parameter toKey : K to upper : K in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap |
From |
To |
|
Rename Parameter iter : Iterator<GridH2Row> to cursor : GridCursor<GridH2Row> in method protected filter(cursor GridCursor<GridH2Row>, filter IndexingQueryFilter) : GridCursor<GridH2Row> in class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase |
From |
To |
|
Rename Parameter fromInclusive : boolean to lowerInclusive : boolean in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap |
From |
To |
|
Rename Parameter fromKey : K to lower : K in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap.SubMap |
From |
To |
|
Rename Parameter toInclusive : boolean to upperInclusive : boolean in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap |
From |
To |
|
Rename Parameter fromKey : K to lower : K in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap |
From |
To |
|
Rename Parameter toKey : K to upper : K in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap.SubMap |
From |
To |
|
Rename Parameter toInclusive : boolean to upperInclusive : boolean in method public find(lower K, lowerInclusive boolean, upper K, upperInclusive boolean) : GridCursor<V> in class org.apache.ignite.internal.util.offheap.unsafe.GridOffHeapSnapTreeMap.SubMap |
From |
To |