|
Change Parameter Type parts : List<int[]> to parts : int[] in method public backupFilter(caches List<String>, topVer AffinityTopologyVersion, parts int[]) : IndexingQueryFilter in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Parameter Type parts : List<int[]> to parts : int[] in method public GridQueryRequest(reqId long, pageSize int, space String, qrys Collection<GridCacheSqlQuery>, topVer AffinityTopologyVersion, extraSpaces List<String>, parts int[]) in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryRequest |
From |
To |
|
Change Parameter Type gridPartsMap : Map<ClusterNode,Map<String,Set<Integer>>> to gridPartsMap : Map<ClusterNode,IntArray> in method private send(nodes Collection<ClusterNode>, msg Message, gridPartsMap Map<ClusterNode,IntArray>) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor |
From |
To |
|
Change Parameter Type parts : List<int[]> to parts : int[] in method public backupFilter(caches List<String>, topVer AffinityTopologyVersion, parts int[]) : IndexingQueryFilter in class org.apache.ignite.internal.processors.query.GridQueryIndexing |
From |
To |
|
Change Parameter Type parts : List<int[]> to parts : int[] in method private reservePartitions(cacheNames Collection<String>, topVer AffinityTopologyVersion, parts int[], reserved List<GridDhtLocalPartition>) : boolean in class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor |
From |
To |
|
Change Parameter Type parts : List<int[]> to parts : int[] in method public partitions(parts int[]) : void in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryRequest |
From |
To |