public class GridCacheTwoStepQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DFLT_PAGE_SIZE |
| Constructor and Description |
|---|
GridCacheTwoStepQuery(Set<String> spaces,
GridCacheSqlQuery rdc,
boolean skipMergeTbl) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheTwoStepQuery |
addMapQuery(GridCacheSqlQuery qry) |
GridCacheTwoStepQuery |
copy(Object[] args) |
boolean |
explain() |
void |
explain(boolean explain) |
List<GridCacheSqlQuery> |
mapQueries() |
int |
pageSize() |
void |
pageSize(int pageSize) |
GridCacheSqlQuery |
reduceQuery() |
boolean |
skipMergeTable() |
Set<String> |
spaces() |
void |
spaces(Set<String> spaces) |
String |
toString() |
public static final int DFLT_PAGE_SIZE
public GridCacheTwoStepQuery(Set<String> spaces, GridCacheSqlQuery rdc, boolean skipMergeTbl)
spaces - All spaces accessed in query.rdc - Reduce query.skipMergeTbl - True if reduce query can skip merge table creation and
get data directly from merge index.public boolean skipMergeTable()
True if reduce query can skip merge table creation and get data directly from merge index.public boolean explain()
public void explain(boolean explain)
explain - If this is explain query.public void pageSize(int pageSize)
pageSize - Page size.public int pageSize()
public GridCacheTwoStepQuery addMapQuery(GridCacheSqlQuery qry)
qry - SQL Query.this.public GridCacheSqlQuery reduceQuery()
public List<GridCacheSqlQuery> mapQueries()
public GridCacheTwoStepQuery copy(Object[] args)
args - New arguments to copy with.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016