Package | Description |
---|---|
org.apache.lens.server.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
SchedulerJobStats |
SchedulerService.getJobStats(SchedulerJobHandle handle,
String state,
long startTime,
long endTime)
Returns stats for a job.
|
Modifier and Type | Method and Description |
---|---|
Collection<SchedulerJobStats> |
SchedulerService.getAllJobStats(String state,
String user,
String jobName,
long startTime,
long endTime) |
Modifier and Type | Method and Description |
---|---|
SchedulerJobStats |
SchedulerServiceImpl.getJobStats(SchedulerJobHandle handle,
String state,
long startTime,
long endTime)
Returns stats for a job.
|
Modifier and Type | Method and Description |
---|---|
Collection<SchedulerJobStats> |
ScheduleResource.getAllJobStats(LensSessionHandle sessionId,
String status,
String jobName,
String user,
long start,
long end)
Get all job stats
|
Collection<SchedulerJobStats> |
SchedulerServiceImpl.getAllJobStats(String state,
String user,
String jobName,
long startTime,
long endTime) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.