Uses of Class
com.opencloud.rhino.management.SleeDesiredState
-
Packages that use SleeDesiredState Package Description com.opencloud.rhino.management com.opencloud.rhino.management.config.declarative.desiredstate com.opencloud.rhino.management.config.declarative.status -
-
Uses of SleeDesiredState in com.opencloud.rhino.management
Methods in com.opencloud.rhino.management that return SleeDesiredState Modifier and Type Method Description SleeDesiredState
SleeManagementMBean. getDefaultDesiredState()
Get the current default desired state of the SLEE.SleeDesiredState
SleeManagementMBean. getPerNodeDesiredState(int nodeID)
Get the current per-node desired state of the SLEE on the specified node.SleeDesiredState[]
SleeManagementMBean. getPerNodeDesiredState(int[] nodeIDs)
Get the current per-node desired state of the SLEE for each of the specified nodes.static SleeDesiredState
SleeDesiredState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SleeDesiredState[]
SleeDesiredState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.rhino.management with parameters of type SleeDesiredState Modifier and Type Method Description void
SleeManagementMBean. setDefaultDesiredState(SleeDesiredState state)
Set the default desired state of the SLEE.void
SleeManagementMBean. setPerNodeDesiredState(int[] nodeIDs, SleeDesiredState state)
Set the per-node desired state of the SLEE on each of the specified nodes. -
Uses of SleeDesiredState in com.opencloud.rhino.management.config.declarative.desiredstate
Methods in com.opencloud.rhino.management.config.declarative.desiredstate that return SleeDesiredState Modifier and Type Method Description SleeDesiredState
SleeState. getDefaultDesiredState()
Methods in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type SleeDesiredState Modifier and Type Method Description void
SleeState. setDefaultDesiredState(SleeDesiredState defaultDesiredState)
Constructors in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type SleeDesiredState Constructor Description SleeNodeState(int nodeID, SleeDesiredState desiredState)
-
Uses of SleeDesiredState in com.opencloud.rhino.management.config.declarative.status
Constructors in com.opencloud.rhino.management.config.declarative.status with parameters of type SleeDesiredState Constructor Description SleeNodeStatus(int nodeID, SleeDesiredState desiredState, SleeActualState actualState, boolean isPerNodeDesiredState)
-