Uses of Class
com.opencloud.rhino.management.service.ServiceDesiredState
-
-
Uses of ServiceDesiredState in com.opencloud.rhino.management.config.declarative.desiredstate
Methods in com.opencloud.rhino.management.config.declarative.desiredstate that return ServiceDesiredState Modifier and Type Method Description ServiceDesiredState
ServiceState. getDefaultDesiredState()
Methods in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type ServiceDesiredState Modifier and Type Method Description void
ServiceState. setDefaultDesiredState(ServiceDesiredState defaultDesiredState)
Constructors in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type ServiceDesiredState Constructor Description ServiceNodeState(int nodeID, ServiceDesiredState desiredState)
-
Uses of ServiceDesiredState in com.opencloud.rhino.management.config.declarative.status
Constructors in com.opencloud.rhino.management.config.declarative.status with parameters of type ServiceDesiredState Constructor Description ServiceNodeStatus(int nodeID, ServiceDesiredState desiredState, ServiceActualState actualState, boolean isPerNodeDesiredState)
-
Uses of ServiceDesiredState in com.opencloud.rhino.management.service
Methods in com.opencloud.rhino.management.service that return ServiceDesiredState Modifier and Type Method Description ServiceDesiredState
ServiceManagementMBean. getDefaultDesiredState(ServiceID id)
Get the current default desired state of a Service.ServiceDesiredState
ServiceManagementMBean. getPerNodeDesiredState(ServiceID id, int nodeID)
Get the current per-node desired state of a Service on the specified node.ServiceDesiredState[]
ServiceManagementMBean. getPerNodeDesiredState(ServiceID id, int[] nodeIDs)
Get the current per-node desired state of a Service for each of the specified nodes.static ServiceDesiredState
ServiceDesiredState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceDesiredState[]
ServiceDesiredState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.rhino.management.service with parameters of type ServiceDesiredState Modifier and Type Method Description void
ServiceManagementMBean. setDefaultDesiredState(ServiceID id, ServiceDesiredState state)
Set the default desired state of a Service.void
ServiceManagementMBean. setPerNodeDesiredState(ServiceID id, int[] nodeIDs, ServiceDesiredState state)
Set the per-node desired state for a Service on each of the specified nodes.
-