Uses of Class
org.apache.hadoop.yarn.service.component.Component
Packages that use Component
Package
Description
-
Uses of Component in org.apache.hadoop.yarn.service.component
Methods in org.apache.hadoop.yarn.service.component with parameters of type ComponentModifier and TypeMethodDescriptionbooleanAlwaysRestartPolicy.hasCompleted(Component component) This is always false since these components never terminatebooleanComponentRestartPolicy.hasCompleted(Component component) booleanNeverRestartPolicy.hasCompleted(Component component) booleanOnFailureRestartPolicy.hasCompleted(Component component) booleanAlwaysRestartPolicy.hasCompletedSuccessfully(Component component) This is always false since these components never terminatebooleanComponentRestartPolicy.hasCompletedSuccessfully(Component component) booleanNeverRestartPolicy.hasCompletedSuccessfully(Component component) booleanOnFailureRestartPolicy.hasCompletedSuccessfully(Component component) booleanAlwaysRestartPolicy.isReadyForDownStream(Component dependentComponent) booleanComponentRestartPolicy.isReadyForDownStream(Component component) booleanNeverRestartPolicy.isReadyForDownStream(Component dependentComponent) booleanOnFailureRestartPolicy.isReadyForDownStream(Component dependentComponent) booleanAlwaysRestartPolicy.shouldTerminate(Component component) booleanComponentRestartPolicy.shouldTerminate(Component component) booleanNeverRestartPolicy.shouldTerminate(Component component) booleanOnFailureRestartPolicy.shouldTerminate(Component component) -
Uses of Component in org.apache.hadoop.yarn.service.component.instance
Methods in org.apache.hadoop.yarn.service.component.instance that return ComponentConstructors in org.apache.hadoop.yarn.service.component.instance with parameters of type ComponentModifierConstructorDescriptionComponentInstance(Component component, ComponentInstanceId compInstanceId) -
Uses of Component in org.apache.hadoop.yarn.service.monitor
Constructors in org.apache.hadoop.yarn.service.monitor with parameters of type ComponentModifierConstructorDescriptionComponentHealthThresholdMonitor(Component component, int healthThresholdPercent, long healthThresholdWindowSecs)