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

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

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

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.Method
static HamletSpec.Method HamletSpec.Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HamletSpec.Method[] HamletSpec.Method.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.Method
 Hamlet.FORM<T> Hamlet.FORM.$method(HamletSpec.Method value)
           
 HamletSpec.FORM HamletSpec.FORM.$method(HamletSpec.Method method)
          HTTP method used to submit the form
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.