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