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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapQuery(GridCacheSqlQuery qry) |
boolean |
explain() |
void |
explain(boolean explain) |
List<GridCacheSqlQuery> |
mapQueries() |
int |
pageSize() |
void |
pageSize(int pageSize) |
GridCacheSqlQuery |
reduceQuery() |
Set<String> |
spaces() |
void |
spaces(Set<String> spaces) |
String |
toString() |
public static final int DFLT_PAGE_SIZE
public GridCacheTwoStepQuery(Set<String> spaces, GridCacheSqlQuery rdc)
spaces - All spaces accessed in query.rdc - Reduce query.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 void addMapQuery(GridCacheSqlQuery qry)
qry - SQL Query.public GridCacheSqlQuery reduceQuery()
public List<GridCacheSqlQuery> mapQueries()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015