Modifier and Type | Method and Description |
---|---|
static SchedulerJobInstanceHandle |
SchedulerJobInstanceHandle.fromString(String handle)
From string.
|
SchedulerJobInstanceHandle |
SchedulerJobInstanceRun.getHandle() |
SchedulerJobInstanceHandle |
SchedulerJobInstanceInfo.getId() |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerJobInstanceRun.setHandle(SchedulerJobInstanceHandle handle) |
void |
SchedulerJobInstanceInfo.setId(SchedulerJobInstanceHandle id) |
Constructor and Description |
---|
SchedulerJobInstanceInfo(SchedulerJobInstanceHandle id,
SchedulerJobHandle jobId,
long scheduleTime,
List<SchedulerJobInstanceRun> instanceRunList) |
SchedulerJobInstanceRun(SchedulerJobInstanceHandle handle,
int runId,
LensSessionHandle sessionHandle,
long startTime,
long endTime,
String resultPath,
QueryHandle queryHandle,
SchedulerJobInstanceState instanceState) |
Modifier and Type | Method and Description |
---|---|
SchedulerJobInstanceHandle |
SchedulerAlarmEvent.getPreviousInstance() |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerAlarmEvent.setPreviousInstance(SchedulerJobInstanceHandle previousInstance) |
Constructor and Description |
---|
SchedulerAlarmEvent(SchedulerJobHandle jobHandle,
org.joda.time.DateTime nominalTime,
SchedulerAlarmEvent.EventType type,
SchedulerJobInstanceHandle previousInstance) |
Modifier and Type | Method and Description |
---|---|
SchedulerJobInstanceInfo |
SchedulerService.getInstanceDetails(SchedulerJobInstanceHandle instanceHandle)
Instance details for an instance.
|
boolean |
SchedulerService.killInstance(LensSessionHandle sessionHandle,
SchedulerJobInstanceHandle instanceHandle)
Kills a running job instance.
|
boolean |
SchedulerService.rerunInstance(LensSessionHandle sessionHandle,
SchedulerJobInstanceHandle instanceHandle)
Reruns a failed/killed/completed job instance.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJobInstanceInfo |
ScheduleResource.getInstanceDetails(LensSessionHandle sessionId,
SchedulerJobInstanceHandle instanceHandle) |
SchedulerJobInstanceInfo |
SchedulerServiceImpl.getInstanceDetails(SchedulerJobInstanceHandle instanceHandle)
Instance details for an instance.
|
SchedulerJobInstanceInfo |
SchedulerDAO.getSchedulerJobInstanceInfo(SchedulerJobInstanceHandle id)
Gets the SchedulerJobInstanceInfo corresponding instance handle id.
|
boolean |
SchedulerServiceImpl.killInstance(LensSessionHandle sessionHandle,
SchedulerJobInstanceHandle instanceHandle) |
boolean |
SchedulerServiceImpl.rerunInstance(LensSessionHandle sessionHandle,
SchedulerJobInstanceHandle instanceHandle)
Reruns a failed/killed/completed job instance.
|
APIResult |
ScheduleResource.updateInstance(LensSessionHandle sessionId,
SchedulerJobInstanceHandle instanceHandle,
ScheduleResource.INSTANCE_ACTIONS action) |
Modifier and Type | Method and Description |
---|---|
static SchedulerJobInstanceHandle |
UtilityMethods.generateSchedulerJobInstanceHandle() |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.