|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpgradeTaskState | |
|---|---|
| com.sun.n1.sps.model.host | |
| Uses of UpgradeTaskState in com.sun.n1.sps.model.host |
|---|
| Fields in com.sun.n1.sps.model.host declared as UpgradeTaskState | |
|---|---|
static UpgradeTaskState |
UpgradeTaskState.COMPLETED
Indicates that the upgrade task is complete. |
static UpgradeTaskState |
UpgradeTaskState.FIND_UPGRADE_NODES
Indicates that the upgrade task is searching for nodes to upgrade. |
static UpgradeTaskState |
UpgradeTaskState.FIND_UPGRADE_PACKAGES
Indicates the the upgrade task is searching for upgrade packages for nodes that were found to be needing upgrades. |
static UpgradeTaskState |
UpgradeTaskState.RESTARTING_NODES
Indicates that the upgrade task is currently restarting all the nodes that were successfully upgraded. |
static UpgradeTaskState |
UpgradeTaskState.UPGRADING_NODES
Indicates that the upgrade task is currently upgrading the nodes that were found needing upgrades and the master server had the upgrade packages available to upgrade them. |
| Methods in com.sun.n1.sps.model.host that return UpgradeTaskState | |
|---|---|
UpgradeTaskState |
UpgradeTaskState.FACTORY.get(int value)
Returns the upgrade task state associated with the passed int value. |
UpgradeTaskState |
UpgradeTaskState.FACTORY.get(java.lang.String value)
Returns the upgrade task state associated with the passed String value. |
UpgradeTaskState[] |
UpgradeTaskState.FACTORY.getAll()
Returns the array of all known upgrade task state enums. |
UpgradeTaskState |
UpgradeTaskSummary.getTaskState()
Returns the current task state. |
UpgradeTaskState |
UpgradeTaskStatus.getTaskState()
Returns the current task state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||