Uses of Enum Class
org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.InputType
Packages that use HamletSpec.InputType
Package
Description
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
-
Uses of HamletSpec.InputType in org.apache.hadoop.yarn.webapp.hamlet2
Methods in org.apache.hadoop.yarn.webapp.hamlet2 that return HamletSpec.InputTypeModifier and TypeMethodDescriptionstatic HamletSpec.InputTypeReturns the enum constant of this class with the specified name.static HamletSpec.InputType[]HamletSpec.InputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.webapp.hamlet2 with parameters of type HamletSpec.InputTypeModifier and TypeMethodDescriptionHamlet.INPUT.$type(HamletSpec.InputType value) HamletSpec.INPUT.$type(HamletSpec.InputType inputType) what kind of widget is needed. default is "text".