Uses of Enum Class
org.apache.hadoop.yarn.service.api.records.ComponentState
Packages that use ComponentState
Package
Description
ATS implementation
-
Uses of ComponentState in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ComponentStateModifier and TypeMethodDescriptionComponent.getState()static ComponentStateReturns the enum constant of this class with the specified name.static ComponentState[]ComponentState.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 ComponentStateModifier and TypeMethodDescriptionvoidComponent.setState(ComponentState state) Component.state(ComponentState state) -
Uses of ComponentState in org.apache.hadoop.yarn.service.timelineservice
Methods in org.apache.hadoop.yarn.service.timelineservice with parameters of type ComponentStateModifier and TypeMethodDescriptionvoidServiceTimelinePublisher.componentFinished(Component comp, ComponentState state, long finishTime)