Package | Description |
---|---|
org.apache.lens.api.scheduler | |
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
SchedulerJobState |
SchedulerJobInfo.getJobState() |
static SchedulerJobState |
SchedulerJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerJobState[] |
SchedulerJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerJobInfo.setJobState(SchedulerJobState jobState) |
Constructor and Description |
---|
SchedulerJobInfo(SchedulerJobHandle id,
XJob job,
String userName,
SchedulerJobState jobState,
long createdOn,
long modifiedOn) |
Modifier and Type | Method and Description |
---|---|
SchedulerJobState |
ScheduleResourceHelper.getJobStatus(String jobHandle) |
SchedulerJobState |
ScheduleResourceHelper.getJobStatus(String jobHandle,
String sessionHandleString) |
Modifier and Type | Method and Description |
---|---|
List<SchedulerJobHandle> |
SchedulerService.getAllJobs(String user,
SchedulerJobState state,
Long start,
Long end)
Get all jobs matching the filter parameters.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJobState |
SchedulerDAO.getJobState(SchedulerJobHandle id)
Gets the Job status
|
SchedulerJobState |
SchedulerDAO.SchedulerDBStore.getJobState(String id)
Gets the job status
|
Modifier and Type | Method and Description |
---|---|
List<SchedulerJobHandle> |
ScheduleResource.getAllJobs(LensSessionHandle sessionHandle,
String user,
SchedulerJobState state,
Long start,
Long end)
Get all job handles matching user, state and end_time >job_submission_time >=start time.
|
List<SchedulerJobHandle> |
SchedulerServiceImpl.getAllJobs(String user,
SchedulerJobState state,
Long start,
Long end) |
List<SchedulerJobHandle> |
SchedulerDAO.getJobs(String username,
Long startTime,
Long endTime,
SchedulerJobState... jobStates)
Gets all jobs which match the filter requirements.
|
List<SchedulerJobHandle> |
SchedulerDAO.SchedulerDBStore.getJobs(String username,
SchedulerJobState[] states,
Long starttime,
Long endtime)
Gets all the jobs which match the filter requirements.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.