| Package | Description |
|---|---|
| org.apache.ambari.server.controller | |
| org.apache.ambari.server.state.scheduler |
| Modifier and Type | Method and Description |
|---|---|
Batch |
RequestScheduleRequest.getBatch() |
Batch |
RequestScheduleResponse.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestScheduleRequest.setBatch(Batch batch) |
void |
RequestScheduleResponse.setBatch(Batch batch) |
| 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 |
|---|---|
Batch |
RequestExecution.getBatch()
Get the batch of requests along with batch settings
|
Batch |
RequestExecutionImpl.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
RequestExecution |
RequestExecutionFactory.createNew(Cluster cluster,
Batch batch,
Schedule schedule) |
void |
RequestExecution.setBatch(Batch batch)
Set batch of requests and batch settings
|
void |
RequestExecutionImpl.setBatch(Batch batch) |
| Constructor and Description |
|---|
RequestExecutionImpl(Cluster cluster,
Batch batch,
Schedule schedule,
com.google.inject.Injector injector) |
Copyright © 2022 Apache Software Foundation. All rights reserved.