Interface HamletSpec._Param
- All Superinterfaces:
HamletSpec.__,HamletSpec._Child
- All Known Subinterfaces:
HamletSpec.OBJECT
- All Known Implementing Classes:
Hamlet.OBJECT
- Enclosing class:
- HamletSpec
-
Method Summary
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__
-
Method Details
-
param
HamletSpec.PARAM param()Add a PARAM (parameter) element.- Returns:
- a new PARAM element builder
-
param
Add a PARAM element. Shortcut ofparam().$name(name).$value(value).__();- Parameters:
name- of the valuevalue- the value- Returns:
- the current element builder
-