Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.scheduler | |
org.apache.ambari.server.state.scheduler |
Modifier and Type | Method and Description |
---|---|
Schedule |
RequestScheduleRequest.getSchedule() |
Schedule |
RequestScheduleResponse.getSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
RequestScheduleRequest.setSchedule(Schedule schedule) |
void |
RequestScheduleResponse.setSchedule(Schedule schedule) |
Constructor and Description |
---|
RequestScheduleRequest(Long id,
String clusterName,
String description,
String status,
Batch batch,
Schedule schedule) |
RequestScheduleResponse(Long id,
String clusterName,
String description,
String status,
String lastExecutionStatus,
Batch batch,
Schedule schedule,
String createUser,
String createTime,
String updateUser,
String updateTime,
Integer authenticatedUserId) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionScheduleManager.validateSchedule(Schedule schedule)
Validate if schedule expression is a valid Cron schedule
|
Modifier and Type | Method and Description |
---|---|
Schedule |
RequestExecution.getSchedule()
Get schedule for the execution
|
Schedule |
RequestExecutionImpl.getSchedule() |
Modifier and Type | Method and Description |
---|---|
RequestExecution |
RequestExecutionFactory.createNew(Cluster cluster,
Batch batch,
Schedule schedule) |
void |
RequestExecution.setSchedule(Schedule schedule)
Set schedule for the execution
|
void |
RequestExecutionImpl.setSchedule(Schedule schedule) |
Constructor and Description |
---|
RequestExecutionImpl(Cluster cluster,
Batch batch,
Schedule schedule,
com.google.inject.Injector injector) |
Copyright © 2022 Apache Software Foundation. All rights reserved.