Package | Description |
---|---|
org.apache.lens.regression.core.helpers | |
org.apache.lens.server.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
List<SchedulerJobInstanceInfo> |
ScheduleResourceHelper.getAllInstancesOfJob(String jobHandle,
String numResults,
String sessionId) |
LensAPIResult<SchedulerJobInstanceInfo> |
ScheduleResourceHelper.getInstanceDetails(String instanceHandle,
String sessionId) |
Modifier and Type | Method and Description |
---|---|
SchedulerJobInstanceInfo |
SchedulerService.getInstanceDetails(SchedulerJobInstanceHandle instanceHandle)
Instance details for an instance.
|
Modifier and Type | Method and Description |
---|---|
List<SchedulerJobInstanceInfo> |
SchedulerService.getJobInstances(SchedulerJobHandle jobHandle,
Long numResults)
Returns handles for last
numResults instances for the job. |
Modifier and Type | Method and Description |
---|---|
SchedulerJobInstanceInfo |
SchedulerServiceImpl.getInstanceDetails(SchedulerJobInstanceHandle instanceHandle)
Instance details for an instance.
|
SchedulerJobInstanceInfo |
SchedulerDAO.SchedulerDBStore.getJobInstanceInfo(String idStr)
Gets the Job instance info corresponding to handle id.
|
SchedulerJobInstanceInfo |
SchedulerDAO.getSchedulerJobInstanceInfo(SchedulerJobInstanceHandle id)
Gets the SchedulerJobInstanceInfo corresponding instance handle id.
|
Modifier and Type | Method and Description |
---|---|
List<SchedulerJobInstanceInfo> |
SchedulerDAO.SchedulerDBStore.getAllJobInstances(String jobId)
Gets all the instance handle of a job
|
LensAPIResult<SchedulerJobInstanceInfo> |
ScheduleResource.getInstanceDetails(LensSessionHandle sessionId,
SchedulerJobInstanceHandle instanceHandle)
Returns a SchedulerInstanceInfo for a given instance handle.
|
List<SchedulerJobInstanceInfo> |
ScheduleResource.getJobInstances(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle,
Long numResults)
Returns all the instances of a job.
|
List<SchedulerJobInstanceInfo> |
SchedulerDAO.getJobInstances(SchedulerJobHandle id)
Gets all the instance handle id for a job.
|
List<SchedulerJobInstanceInfo> |
SchedulerServiceImpl.getJobInstances(SchedulerJobHandle jobHandle,
Long numResults)
Returns handles for last
numResults instances for the job. |
Modifier and Type | Method and Description |
---|---|
int |
SchedulerDAO.SchedulerDBStore.insertIntoJobInstanceTable(SchedulerJobInstanceInfo instanceInfo)
Inserts the job instance info object into job instance table
|
int |
SchedulerDAO.storeJobInstance(SchedulerJobInstanceInfo instanceInfo) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.