Package | Description |
---|---|
org.apache.lens.api.query | |
org.apache.lens.api.result | |
org.apache.lens.server.query | |
org.apache.lens.server.query.save | |
org.apache.lens.server.ui |
Modifier and Type | Class and Description |
---|---|
class |
QueryHandle
Instantiates a new query handle.
|
class |
QueryHandleWithResultSet
Instantiates a new query handle with result set.
|
class |
QueryPlan
Instantiates a new query plan.
|
class |
QueryPrepareHandle
Instantiates a new query prepare handle.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryCostTO
Instantiates a new query cost.
|
Modifier and Type | Method and Description |
---|---|
QuerySubmitResult |
QueryServiceResource.executePrepared(LensSessionHandle sessionid,
String prepareHandle,
String operation,
LensConf conf,
Long timeoutmillis,
String queryName)
Submit prepared query for execution.
|
Modifier and Type | Method and Description |
---|---|
LensAPIResult<? extends QuerySubmitResult> |
QueryServiceResource.prepareQuery(LensSessionHandle sessionid,
String query,
String operation,
LensConf conf,
String queryName)
Prepare a query or 'explain and prepare' the query.
|
LensAPIResult<? extends 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.
|
Modifier and Type | Method and Description |
---|---|
LensAPIResult<? extends QuerySubmitResult> |
SavedQueryResource.run(long id,
javax.ws.rs.core.UriInfo info,
LensSessionHandle sessionid,
LensConf conf)
Runs the saved query with the given id and returns a query handle.
|
Modifier and Type | Method and Description |
---|---|
QuerySubmitResult |
QueryServiceUIResource.query(UUID publicId,
String query,
String queryName)
Submit the query for explain or execute or execute with a timeout.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.