693a6e88e28ac4d8ee44824e77b522e31cb0edfd
Files Diff
- Added: 2
 - Removed: 2
 - Renamed: 0
 - Modified: 13
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type qctx : GridH2QueryContext to qctx : QueryContext in method private filter(qctx QueryContext) : BPlusTree.TreeRowClosure<H2Row,H2Row> in class org.apache.ignite.internal.processors.query.h2.database.H2TreeIndex | From | To | |
| Move Method | 2 | ||
| Move Method public clearThreadLocal() : void from class org.apache.ignite.internal.processors.query.h2.opt.GridH2QueryContext to public clearThreadLocal() : void from class org.apache.ignite.internal.processors.query.h2.opt.QueryContextRegistry | From | To | |
| Move Method private doClear(key QueryContextKey, nodeStop boolean) : boolean from class org.apache.ignite.internal.processors.query.h2.opt.GridH2QueryContext to private doClear(key QueryContextKey, nodeStop boolean) : boolean from class org.apache.ignite.internal.processors.query.h2.opt.QueryContextRegistry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable key : QueryContextKey to other : QueryContextKey in method public equals(o Object) : boolean in class org.apache.ignite.internal.processors.query.h2.opt.QueryContextKey | From | To | |
| Rename Variable distirbutedJoinCtx : DistributedJoinContext to distributedJoinCtx : DistributedJoinContext in method private onQueryRequest0(node ClusterNode, reqId long, segmentId int, schemaName String, qrys Collection<GridCacheSqlQuery>, cacheIds List<Integer>, topVer AffinityTopologyVersion, partsMap Map<UUID,int[]>, parts int[], pageSize int, distributeJoins boolean, local boolean, enforceJoinOrder boolean, replicated boolean, timeout int, params Object[], lazy boolean, mvccSnapshot MvccSnapshot, tx GridDhtTxLocalAdapter, txDetails GridH2SelectForUpdateTxDetails, lockFut CompoundLockFuture, runCntr AtomicInteger, dataPageScanEnabled Boolean) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private tbl : GridH2Table from class org.apache.ignite.internal.processors.query.h2.database.H2PkHashIndex to private tbl : GridH2Table from class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase | From | To | |
| Change Return Type | 1 | ||
| Change Return Type GridH2QueryContext to QueryContext in method public lazyWorker(lazyWorker MapQueryLazyWorker) : QueryContext in class org.apache.ignite.internal.processors.query.h2.opt.QueryContext | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.ignite.internal.processors.query.h2.opt.QueryContextRegistry from class org.apache.ignite.internal.processors.query.h2.opt.GridH2QueryContext | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.ignite.internal.processors.query.h2.opt.GridH2QueryContext renamed to org.apache.ignite.internal.processors.query.h2.opt.QueryContext | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected rowDescriptor() : GridH2RowDescriptor extracted from private H2PkHashIndexCursor(iter Iterator<GridCursor<? extends CacheDataRow>>) in class org.apache.ignite.internal.processors.query.h2.database.H2PkHashIndex.H2PkHashIndexCursor & moved to class org.apache.ignite.internal.processors.query.h2.opt.GridH2IndexBase | From | To |