Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEventType
Packages that use RMAppAttemptEventType
-
Uses of RMAppAttemptEventType in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt
Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt that return RMAppAttemptEventTypeModifier and TypeMethodDescriptionstatic RMAppAttemptEventTypeReturns the enum constant of this class with the specified name.static RMAppAttemptEventType[]RMAppAttemptEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMAppAttemptEventTypeModifier and TypeMethodDescriptionprotected voidRMAppAttemptImpl.onInvalidTranstion(RMAppAttemptEventType rmAppAttemptEventType, RMAppAttemptState state) Constructors in org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt with parameters of type RMAppAttemptEventTypeModifierConstructorDescriptionRMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type) RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type, long timeStamp) RMAppAttemptEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, RMAppAttemptEventType type, String diagnostics)