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

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

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

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.Scope
static HamletSpec.Scope HamletSpec.Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HamletSpec.Scope[] HamletSpec.Scope.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.Scope
 HamletSpec._Cell HamletSpec._Cell.$scope(HamletSpec.Scope scope)
          scope covered by header cells
 Hamlet.TD<T> Hamlet.TD.$scope(HamletSpec.Scope value)
           
 Hamlet.TH<T> Hamlet.TH.$scope(HamletSpec.Scope value)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.