Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.event.JobEventType
Packages that use JobEventType
Package
Description
-
Uses of JobEventType in org.apache.hadoop.mapreduce.v2.app.job.event
Methods in org.apache.hadoop.mapreduce.v2.app.job.event that return JobEventTypeModifier and TypeMethodDescriptionstatic JobEventTypeReturns the enum constant of this class with the specified name.static JobEventType[]JobEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.mapreduce.v2.app.job.event with parameters of type JobEventTypeModifierConstructorDescriptionJobEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, JobEventType type) -
Uses of JobEventType in org.apache.hadoop.mapreduce.v2.app.job.impl
Fields in org.apache.hadoop.mapreduce.v2.app.job.impl with type parameters of type JobEventTypeModifier and TypeFieldDescriptionprotected static final org.apache.hadoop.yarn.state.StateMachineFactory<JobImpl,JobStateInternal, JobEventType, JobEvent> JobImpl.stateMachineFactoryMethods in org.apache.hadoop.mapreduce.v2.app.job.impl that return types with arguments of type JobEventTypeModifier and TypeMethodDescriptionprotected org.apache.hadoop.yarn.state.StateMachine<JobStateInternal,JobEventType, JobEvent> JobImpl.getStateMachine()