Package | Description |
---|---|
org.apache.lens.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
SchedulerJobInstanceState |
SchedulerJobInstanceRun.getInstanceState() |
static SchedulerJobInstanceState |
SchedulerJobInstanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerJobInstanceState[] |
SchedulerJobInstanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerJobInstanceRun.setInstanceState(SchedulerJobInstanceState instanceState) |
Constructor and Description |
---|
SchedulerJobInstanceRun(SchedulerJobInstanceHandle handle,
int runId,
LensSessionHandle sessionHandle,
long startTime,
long endTime,
String resultPath,
QueryHandle queryHandle,
SchedulerJobInstanceState instanceState) |
Modifier and Type | Method and Description |
---|---|
List<SchedulerJobInstanceRun> |
SchedulerDAO.getInstanceRuns(SchedulerJobInstanceState... states)
Get all instances matching one of the states
|
List<SchedulerJobInstanceRun> |
SchedulerDAO.SchedulerDBStore.getInstanceRuns(SchedulerJobInstanceState[] states) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.