Package | Description |
---|---|
org.apache.lens.api.query | |
org.apache.lens.api.result | |
org.apache.lens.server.query |
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<QuerySubmitResult> |
QueryServiceResource.prepareQuery(LensSessionHandle sessionid,
String query,
String operation,
LensConf conf,
String queryName)
Prepare a query or 'explain and prepare' the query.
|
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–2018 Apache Software Foundation. All rights reserved.