Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.schema.Rule.FallbackResult
Packages that use Rule.FallbackResult
Package
Description
-
Uses of Rule.FallbackResult in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.schema
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.schema that return Rule.FallbackResultModifier and TypeMethodDescriptionstatic Rule.FallbackResultRule.getFallbackResult()static Rule.FallbackResultReturns the enum constant of this class with the specified name.static Rule.FallbackResult[]Rule.FallbackResult.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.scheduler.capacity.placement.schema with parameters of type Rule.FallbackResultModifier and TypeMethodDescriptionvoidRule.setFallbackResult(Rule.FallbackResult fallbackResult)