|
Rename Method private executeQuery(schemaName String, qry SqlFieldsQuery, twoStepQry GridCacheTwoStepQuery, meta List<GridQueryFieldMetadata>, keepBinary boolean, startTx boolean, mvccTracker MvccQueryTracker, cancel GridQueryCancel, registerAsNewQry boolean) : FieldsQueryCursor<List<?>> renamed to private executeQueryWithSplit(schemaName String, qry SqlFieldsQuery, twoStepQry GridCacheTwoStepQuery, meta List<GridQueryFieldMetadata>, keepBinary boolean, startTx boolean, mvccTracker MvccQueryTracker, cancel GridQueryCancel, registerAsNewQry boolean) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Rename Method public isLocal() : boolean renamed to public splitNeeded() : boolean in class org.apache.ignite.internal.processors.query.h2.QueryParserResultSelect |
From |
To |
|
Change Variable Type e : Cache.Entry<Integer,Person> to e : Cache.Entry<PersonKey,Person> in method public checkLocalQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest |
From |
To |
|
Change Variable Type c1 : IgniteCache<Integer,Person> to c1 : IgniteCache<PersonKey,Person> in method public checkLocalQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest |
From |
To |
|
Change Variable Type e : Cache.Entry<Integer,Person> to e : Cache.Entry<PersonKey,Person> in method public checkDistributedQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest |
From |
To |
|
Change Variable Type c1 : IgniteCache<Integer,Person> to c1 : IgniteCache<PersonKey,Person> in method public checkDistributedQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest |
From |
To |
|
Change Variable Type e : Cache.Entry<Integer,Person> to e : Cache.Entry<PersonKey,Person> in method public checkLocalSizeQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest |
From |
To |
|
Change Variable Type c1 : IgniteCache<Integer,Person> to c1 : IgniteCache<PersonKey,Person> in method public checkLocalSizeQueryWithSegmentedIndex() : void in class org.apache.ignite.internal.processors.query.IgniteSqlSegmentedIndexSelfTest |
From |
To |
|
Rename Parameter local : boolean to locSplit : boolean in method public split0(conn Connection, prepared Prepared, params Object[], collocatedGrpBy boolean, distributedJoins boolean, enforceJoinOrder boolean, locSplit boolean, idx IgniteH2Indexing) : GridCacheTwoStepQuery in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter |
From |
To |
|
Rename Parameter distributeJoins : boolean to distributedJoins : boolean 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, distributedJoins 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 |
|
Rename Parameter local : boolean to locSplit : boolean in method public split(conn Connection, prepared Prepared, params Object[], collocatedGrpBy boolean, distributedJoins boolean, enforceJoinOrder boolean, locSplit boolean, idx IgniteH2Indexing) : GridCacheTwoStepQuery in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter |
From |
To |
|
Rename Parameter txDetails : GridH2SelectForUpdateTxDetails to txReq : GridH2SelectForUpdateTxDetails in method public txDetails(txReq GridH2SelectForUpdateTxDetails) : void in class org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2QueryRequest |
From |
To |
|
Rename Parameter local : boolean to locSplit : boolean in method public GridCacheTwoStepQuery(originalSql String, paramsCnt int, tbls Set<QueryTable>, rdc GridCacheSqlQuery, mapQrys List<GridCacheSqlQuery>, skipMergeTbl boolean, explain boolean, distributedJoins boolean, forUpdate boolean, derivedPartitions PartitionResult, cacheIds List<Integer>, mvccEnabled boolean, locSplit boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheTwoStepQuery |
From |
To |