| Package | Description |
|---|---|
| de.hybris.platform.cluster |
| Modifier and Type | Method and Description |
|---|---|
ClusterNodeAcquisition.NodeState |
DefaultClusterNodeManagementService.getNodeStartupState() |
ClusterNodeAcquisition.NodeState |
ClusterNodeManagementService.getNodeStartupState()
In case of automatic cluster id acquisition this tells whether a previous instance with that ID has potentially
crashed (
RESTART_AFTER_SHUTDOWN ) or whether it's been allocated anew ( NEW
). |
ClusterNodeAcquisition.NodeState |
ClusterNodeAcquisition.getStartupState() |
static ClusterNodeAcquisition.NodeState |
ClusterNodeAcquisition.NodeState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterNodeAcquisition.NodeState[] |
ClusterNodeAcquisition.NodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClusterNodeAcquisition(ClusterNodeInfo node,
ClusterNodeAcquisition.NodeState state) |
Copyright © 2018 SAP SE. All Rights Reserved.