Package | Description |
---|---|
org.apache.ambari.server.state.scheduler |
Modifier and Type | Method and Description |
---|---|
static RequestExecution.Status |
RequestExecution.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestExecution.Status[] |
RequestExecution.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestExecution.setStatus(RequestExecution.Status status)
Set status of the schedule
|
void |
RequestExecutionImpl.setStatus(RequestExecution.Status status) |
void |
RequestExecution.updateStatus(RequestExecution.Status status)
Update status and save RequestExecution
|
void |
RequestExecutionImpl.updateStatus(RequestExecution.Status status) |
Copyright © 2022 Apache Software Foundation. All rights reserved.