Package | Description |
---|---|
org.apache.lens.api.query | |
org.apache.lens.server.query | |
org.apache.lens.server.ui |
Modifier and Type | Class and Description |
---|---|
class |
QueryCost
The Class QueryCost.
|
class |
QueryHandle
The Class QueryHandle.
|
class |
QueryHandleWithResultSet
The Class QueryHandleWithResultSet.
|
class |
QueryPlan
The Class QueryPlan.
|
class |
QueryPrepareHandle
The Class QueryPrepareHandle.
|
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.
|
QuerySubmitResult |
QueryServiceResource.prepareQuery(LensSessionHandle sessionid,
String query,
String operation,
LensConf conf,
String queryName)
Prepare a query or 'explain and prepare' the query.
|
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.
|
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.