Package | Description |
---|---|
org.apache.lens.api.result | |
org.apache.lens.client | |
org.apache.lens.client.exceptions | |
org.apache.lens.server.query |
Modifier and Type | Method and Description |
---|---|
static <DATA> LensAPIResult<DATA> |
LensAPIResult.composedOf(String apiVersion,
String id,
DATA data) |
static <DATA> LensAPIResult<DATA> |
LensAPIResult.composedOf(String apiVersion,
String id,
DATA data,
javax.ws.rs.core.Response.Status httpStatusCode) |
static <PAYLOAD> LensAPIResult<NoResultData> |
LensAPIResult.composedOf(String apiVersion,
String id,
LensErrorTO lensErrorTO,
javax.ws.rs.core.Response.Status httpStatusCode) |
Modifier and Type | Method and Description |
---|---|
LensAPIResult<QueryHandle> |
LensStatement.execute(String sql,
boolean waitForQueryToComplete,
String queryName)
Execute.
|
LensAPIResult<QueryHandle> |
LensStatement.executeQuery(String sql,
boolean waitForQueryToComplete,
String queryName)
Execute query.
|
LensAPIResult<QueryHandle> |
LensClient.executeQueryAsynch(String sql,
String queryName) |
Constructor and Description |
---|
LensAPIException(LensAPIResult lensAPIErrorResult) |
Modifier and Type | Method and Description |
---|---|
LensAPIResult<QuerySubmitResult> |
QueryServiceResource.query(LensSessionHandle sessionid,
String query,
String operation,
LensConf conf,
Long timeoutmillis,
String queryName)
Submit the query for explain or execute or execute with a timeout.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.