Modifier and Type | Method and Description |
---|---|
LensResultSet |
HiveDriver.execute(QueryContext ctx) |
void |
HiveDriver.executeAsync(QueryContext ctx) |
LensResultSet |
HiveDriver.fetchResultSet(QueryContext ctx) |
void |
HiveDriver.updateStatus(QueryContext context) |
Modifier and Type | Method and Description |
---|---|
LensResultSet |
JDBCDriver.execute(QueryContext context)
Blocking execute of the query.
|
void |
JDBCDriver.executeAsync(QueryContext context)
Asynchronously execute the query.
|
LensResultSet |
JDBCDriver.fetchResultSet(QueryContext context)
Fetch the results of the query, specified by the handle.
|
void |
JDBCDriver.updateStatus(QueryContext context)
Get status of the query, specified by the handle.
|
Modifier and Type | Method and Description |
---|---|
void |
WrappedFileFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
FileSerdeFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
FilePersistentFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
AbstractOutputFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
void |
AbstractFileFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
LensResultSet |
LensDriver.execute(QueryContext context)
Blocking execute of the query
|
void |
LensDriver.executeAsync(QueryContext context)
Asynchronously execute the query.
|
LensResultSet |
LensDriver.fetchResultSet(QueryContext context)
Fetch the results of the query, specified by the handle.
|
void |
LensDriver.updateStatus(QueryContext context)
Update driver query status in the context object.
|
Modifier and Type | Method and Description |
---|---|
static QueryContext |
QueryContext.createContextWithSingleDriver(String query,
String user,
LensConf qconf,
org.apache.hadoop.conf.Configuration conf,
LensDriver driver,
String lensSessionPublicId,
boolean mergeDriverConf)
Utility create method to create context with single driver.
|
QueryContext |
FinishedLensQuery.toQueryContext(org.apache.hadoop.conf.Configuration conf,
Collection<LensDriver> drivers) |
Modifier and Type | Method and Description |
---|---|
int |
QueryContext.compareTo(QueryContext other) |
void |
QueryOutputFormatter.init(QueryContext ctx,
LensResultSetMetadata metadata)
Initialize the formatter.
|
Constructor and Description |
---|
FinishedLensQuery(QueryContext ctx)
Instantiates a new finished lens query.
|
Modifier and Type | Method and Description |
---|---|
void |
UserConfigLoader.preSubmit(QueryContext ctx) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.