Package | Description |
---|---|
org.apache.lens.client | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.query | |
org.apache.lens.server.query | |
org.apache.lens.server.ui |
Modifier and Type | Method and Description |
---|---|
LensQuery |
LensStatement.getQuery() |
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 |
---|---|
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 |
---|
LensClient.LensClientResultSetWithStats(LensClientResultSet resultSet,
LensQuery query) |
Modifier and Type | Method and Description |
---|---|
LensQuery |
QueryHelper.waitForCompletion(QueryHandle queryHandle) |
LensQuery |
QueryHelper.waitForCompletion(String sessionHandleString,
QueryHandle queryHandle)
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 |
---|---|
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 |
---|---|
LensQuery |
QueryServiceUIResource.getStatus(UUID publicId,
String queryHandle)
Get lens query and its current status.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.