Modifier and Type | Method and Description |
---|---|
Direction |
UpgradeUpdateEvent.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeUpdateEvent.setDirection(Direction direction) |
Modifier and Type | Method and Description |
---|---|
UpgradeEntity |
UpgradeDAO.findLastUpgradeForCluster(long clusterId,
Direction direction) |
Modifier and Type | Method and Description |
---|---|
Direction |
UpgradeEntity.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeEntity.setDirection(Direction direction) |
Modifier and Type | Field and Description |
---|---|
Direction |
Grouping.intendedDirection |
Direction |
ExecuteStage.intendedDirection |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Grouping> |
UpgradePack.getGroups(Direction direction)
Gets the groups defined for the upgrade pack.
|
Modifier and Type | Field and Description |
---|---|
Direction |
UpgradeSummary.direction |
Modifier and Type | Method and Description |
---|---|
Direction |
UpgradeContext.getDirection() |
Modifier and Type | Method and Description |
---|---|
UpgradePack |
UpgradeHelper.suggestUpgradePack(String clusterName,
StackId sourceStackId,
StackId targetStackId,
Direction direction,
org.apache.ambari.spi.upgrade.UpgradeType upgradeType,
String preferredUpgradePackName)
Get right Upgrade Pack, depends on stack, direction and upgrade type
information
|
Copyright © 2022 Apache Software Foundation. All rights reserved.