| Package | Description |
|---|---|
| org.apache.ambari.server.controller | |
| org.apache.ambari.server.orm.entities | |
| org.apache.ambari.server.state | |
| org.apache.ambari.server.state.svccomphost |
| Modifier and Type | Method and Description |
|---|---|
UpgradeState |
ServiceComponentHostResponse.getUpgradeState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponentHostResponse.setUpgradeState(UpgradeState state) |
| Modifier and Type | Method and Description |
|---|---|
UpgradeState |
UpgradeItemEntity.getState() |
UpgradeState |
HostComponentStateEntity.getUpgradeState() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpgradeItemEntity.setState(UpgradeState state) |
void |
HostComponentStateEntity.setUpgradeState(UpgradeState upgradeState) |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<UpgradeState> |
UpgradeState.VERSION_NON_ADVERTISED_STATES
States when new/correct version has not been yet advertised
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeState |
ServiceComponentHost.getUpgradeState() |
static UpgradeState |
UpgradeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeState[] |
UpgradeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponentHost.setUpgradeState(UpgradeState upgradeState) |
| Modifier and Type | Method and Description |
|---|---|
UpgradeState |
ServiceComponentHostImpl.getUpgradeState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponentHostImpl.setUpgradeState(UpgradeState upgradeState)
To be called during the upgrade of a specific Component in a host.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.