Uses of Class
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.InputType

Packages that use HamletSpec.InputType
org.apache.hadoop.yarn.webapp.hamlet   
 

Uses of HamletSpec.InputType in org.apache.hadoop.yarn.webapp.hamlet
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.InputType
static HamletSpec.InputType HamletSpec.InputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HamletSpec.InputType[] HamletSpec.InputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.webapp.hamlet with parameters of type HamletSpec.InputType
 Hamlet.INPUT<T> Hamlet.INPUT.$type(HamletSpec.InputType value)
           
 HamletSpec.INPUT HamletSpec.INPUT.$type(HamletSpec.InputType inputType)
          what kind of widget is needed.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.