Uses of Enum Class
org.apache.hadoop.yarn.api.records.RejectionReason
Packages that use RejectionReason
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RejectionReason in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return RejectionReasonModifier and TypeMethodDescriptionabstract RejectionReasonRejectedSchedulingRequest.getReason()Get Rejection Reason.static RejectionReasonReturns the enum constant of this class with the specified name.static RejectionReason[]RejectionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type RejectionReasonModifier and TypeMethodDescriptionstatic RejectedSchedulingRequestRejectedSchedulingRequest.newInstance(RejectionReason reason, SchedulingRequest request) Create new RejectedSchedulingRequest.abstract voidRejectedSchedulingRequest.setReason(RejectionReason reason) Set Rejection Reason.