Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.Component.RestartPolicyEnum
Packages that use Component.RestartPolicyEnum
-
Uses of Component.RestartPolicyEnum in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return Component.RestartPolicyEnumModifier and TypeMethodDescriptionComponent.getRestartPolicy()Policy of restart component.static Component.RestartPolicyEnumReturns the enum constant of this class with the specified name.static Component.RestartPolicyEnum[]Component.RestartPolicyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.service.api.records with parameters of type Component.RestartPolicyEnumModifier and TypeMethodDescriptionComponent.restartPolicy(Component.RestartPolicyEnum restartPolicyEnumVal) voidComponent.setRestartPolicy(Component.RestartPolicyEnum restartPolicy)