Uses of Class
com.opencloud.rhino.management.config.declarative.desiredstate.ServiceState.ServiceNodeState
-
Packages that use ServiceState.ServiceNodeState Package Description com.opencloud.rhino.management.config.declarative.desiredstate -
-
Uses of ServiceState.ServiceNodeState in com.opencloud.rhino.management.config.declarative.desiredstate
Methods in com.opencloud.rhino.management.config.declarative.desiredstate that return types with arguments of type ServiceState.ServiceNodeState Modifier and Type Method Description List<ServiceState.ServiceNodeState>
ServiceState. getPerNodeDesiredStates()
Methods in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type ServiceState.ServiceNodeState Modifier and Type Method Description void
ServiceState. addPerNodeDesiredState(ServiceState.ServiceNodeState state)
Method parameters in com.opencloud.rhino.management.config.declarative.desiredstate with type arguments of type ServiceState.ServiceNodeState Modifier and Type Method Description void
ServiceState. setPerNodeDesiredStates(List<ServiceState.ServiceNodeState> perNodeDesiredStates)
-