Package | Description |
---|---|
org.apache.lens.client | |
org.apache.lens.client.model | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.query | |
org.apache.lens.server.query |
Modifier and Type | Method and Description |
---|---|
LensQuery |
LensStatement.getQuery()
Gets details of the most recently executed query through
LensStatement.executeQuery(QueryPrepareHandle, boolean, String)
or LensStatement.executeQuery(String, boolean, String) or LensStatement.executeQuery(String, String, long) |
LensQuery |
LensClient.LensClientResultSetWithStats.getQuery() |
LensQuery |
LensStatement.getQuery(QueryHandle handle)
Gets the query.
|
LensQuery |
LensClient.getQueryDetails(QueryHandle handle) |
LensQuery |
LensClient.getQueryDetails(String handle) |
Modifier and Type | Method and Description |
---|---|
List<LensQuery> |
LensStatement.getAllQueryDetails(String state,
String queryName,
String user,
String driver,
String fromDate,
String toDate)
Gets the all queries with details.
|
List<LensQuery> |
LensClient.getQueriesWithDetails(String state,
String queryName,
String user,
String driver,
String fromDate,
String toDate) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LensStatement.getHttpResultSet(LensQuery query)
Gets the http result set.
|
QueryResult |
LensStatement.getResultSet(LensQuery query)
Gets the result set.
|
QueryResultSetMetadata |
LensStatement.getResultSetMetaData(LensQuery query)
Gets the result set meta data.
|
boolean |
LensStatement.kill(LensQuery query)
Kill.
|
Constructor and Description |
---|
LensClientResultSetWithStats(LensClientResultSet resultSet,
LensQuery query) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyLensQuery
This class can be used to create Proxy Lens Query objects.
|
Modifier and Type | Method and Description |
---|---|
LensQuery |
QueryHelper.getLensQuery(String sessionHandleString,
QueryHandle queryHandle) |
LensQuery |
QueryHelper.waitForCompletion(QueryHandle queryHandle) |
LensQuery |
QueryHelper.waitForCompletion(String sessionHandleString,
QueryHandle queryHandle) |
LensQuery |
QueryHelper.waitForCompletion(String sessionHandleString,
QueryHandle queryHandle,
javax.ws.rs.core.MediaType inputMediaType,
String outputMediaType)
Wait for Completion
|
Modifier and Type | Method and Description |
---|---|
LensQuery |
QueryExecutionService.getQuery(LensSessionHandle sessionHandle,
QueryHandle queryHandle)
Get the query, specified by the handle.
|
LensQuery |
QueryContext.toLensQuery()
To lens query.
|
Modifier and Type | Method and Description |
---|---|
List<LensQuery> |
QueryExecutionService.getAllQueryDetails(LensSessionHandle sessionHandle,
String states,
String user,
String driver,
String queryName,
String fromDate,
String toDate)
Returns all the queries in the specified state, for the given user and matching query name.
|
Modifier and Type | Method and Description |
---|---|
LensQuery |
QueryExecutionServiceImpl.getQuery(LensSessionHandle sessionHandle,
QueryHandle queryHandle) |
LensQuery |
QueryServiceResource.getStatus(LensSessionHandle sessionid,
String queryHandle)
Get lens query and its current status.
|
Modifier and Type | Method and Description |
---|---|
List<LensQuery> |
QueryServiceResource.getAllQueryDetails(LensSessionHandle sessionid,
String states,
String queryName,
String user,
String driver,
String fromDate,
String toDate)
Get all the queries in the query server; can be filtered with state and queryName.
|
List<LensQuery> |
QueryExecutionServiceImpl.getAllQueryDetails(LensSessionHandle sessionHandle,
String states,
String userName,
String driver,
String queryName,
String fromDate,
String toDate) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.