Uses of Class
de.hybris.platform.cluster.ClusterNodeAcquisition.NodeState
-
Packages that use ClusterNodeAcquisition.NodeState Package Description de.hybris.platform.cluster -
-
Uses of ClusterNodeAcquisition.NodeState in de.hybris.platform.cluster
Methods in de.hybris.platform.cluster that return ClusterNodeAcquisition.NodeState Modifier and Type Method Description ClusterNodeAcquisition.NodeStateClusterNodeManagementService. 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.NodeStateDefaultClusterNodeManagementService. getNodeStartupState()ClusterNodeAcquisition.NodeStateClusterNodeAcquisition. getStartupState()static ClusterNodeAcquisition.NodeStateClusterNodeAcquisition.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.Constructors in de.hybris.platform.cluster with parameters of type ClusterNodeAcquisition.NodeState Constructor Description ClusterNodeAcquisition(ClusterNodeInfo node, ClusterNodeAcquisition.NodeState state)
-