public class RestQueryRequest extends GridRestRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
RestQueryRequest.QueryType
Supported query types.
|
| Constructor and Description |
|---|
RestQueryRequest() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
arguments() |
void |
arguments(Object[] args) |
String |
cacheName() |
void |
cacheName(String cacheName) |
String |
className() |
void |
className(String className) |
boolean |
distributedJoins() |
void |
distributedJoins(boolean distributedJoins) |
Integer |
pageSize() |
void |
pageSize(Integer pageSize) |
Long |
queryId() |
void |
queryId(Long id) |
RestQueryRequest.QueryType |
queryType() |
void |
queryType(RestQueryRequest.QueryType type) |
String |
sqlQuery() |
void |
sqlQuery(String sqlQry) |
String |
typeName() |
void |
typeName(String typeName) |
address, address, clientId, clientId, command, command, credentials, credentials, destinationId, destinationId, sessionToken, sessionToken, toStringpublic void sqlQuery(String sqlQry)
sqlQry - Sql query.public String sqlQuery()
public void arguments(Object[] args)
args - Sql query arguments.public Object[] arguments()
public void pageSize(Integer pageSize)
pageSize - Page size.public Integer pageSize()
public void distributedJoins(boolean distributedJoins)
distributedJoins - New distributed joins.public boolean distributedJoins()
public void cacheName(String cacheName)
cacheName - Cache name.public String cacheName()
public void queryId(Long id)
id - Query id.public Long queryId()
public void typeName(String typeName)
typeName - Query type name.public String typeName()
public String className()
public void className(String className)
className - Predicate class name for scan query.public void queryType(RestQueryRequest.QueryType type)
type - Query type.public RestQueryRequest.QueryType queryType()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017