Package | Description |
---|---|
org.apache.lens.api.query | |
org.apache.lens.server.api.query | |
org.apache.lens.server.query |
Modifier and Type | Method and Description |
---|---|
List<FailedAttempt> |
LensQuery.getFailedAttempts() |
Modifier and Type | Method and Description |
---|---|
int |
FailedAttempt.compareTo(FailedAttempt o) |
Constructor and Description |
---|
LensQuery(QueryHandle queryHandle,
String userQuery,
String submittedUser,
Priority priority,
boolean isPersistent,
String selectedDriverName,
String driverQuery,
QueryStatus status,
String resultSetPath,
String driverOpHandle,
LensConf queryConf,
long submissionTime,
long launchTime,
long driverStartTime,
long driverFinishTime,
long finishTime,
long closedTime,
String queryName,
List<FailedAttempt> failedAttempts) |
Modifier and Type | Method and Description |
---|---|
List<FailedAttempt> |
QueryContext.getFailedAttempts() |
List<FailedAttempt> |
FinishedLensQuery.getFailedAttempts() |
Modifier and Type | Method and Description |
---|---|
void |
QueryContext.setFailedAttempts(List<FailedAttempt> failedAttempts) |
void |
FinishedLensQuery.setFailedAttempts(List<FailedAttempt> failedAttempts) |
Modifier and Type | Method and Description |
---|---|
void |
LensServerDAO.insertFailedAttempt(org.apache.commons.dbutils.QueryRunner runner,
Connection conn,
String handle,
FailedAttempt attempt,
int index)
DAO method to insert a new Finished query into Table.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.