org.apache.hadoop.yarn.webapp
Interface Params
- All Known Implementing Classes:
- AggregatedLogsBlock, AggregatedLogsNavBlock, AggregatedLogsPage, Controller, DefaultPage, ErrorPage, FooterBlock, HeaderBlock, HelloWorld.Hello, HelloWorld.HelloView, HtmlBlock, HtmlPage, InfoBlock, JQueryUI, LipsumBlock, MyApp.MyController, MyApp.MyView, NavBlock, TextPage, TextView, TwoColumnCssLayout, TwoColumnLayout, View
@InterfaceAudience.LimitedPrivate(value={"YARN","MapReduce"})
public interface Params
Public static constants for webapp parameters. Do NOT put any
private or application specific constants here as they're part of
the API for users of the controllers and views.
TITLE
static final String TITLE
- See Also:
- Constant Field Values
TITLE_LINK
static final String TITLE_LINK
- See Also:
- Constant Field Values
USER
static final String USER
- See Also:
- Constant Field Values
ERROR_DETAILS
static final String ERROR_DETAILS
- See Also:
- Constant Field Values
Copyright © 2014 Apache Software Foundation. All Rights Reserved.