org.apache.hadoop.yarn.server.webproxy
Class WebAppProxy

java.lang.Object
  extended by org.apache.hadoop.yarn.service.AbstractService
      extended by org.apache.hadoop.yarn.server.webproxy.WebAppProxy
All Implemented Interfaces:
org.apache.hadoop.yarn.service.Service

public class WebAppProxy
extends org.apache.hadoop.yarn.service.AbstractService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.yarn.service.Service
org.apache.hadoop.yarn.service.Service.STATE
 
Field Summary
static String FETCHER_ATTRIBUTE
           
static String IS_SECURITY_ENABLED_ATTRIBUTE
           
static String PROXY_HOST_ATTRIBUTE
           
 
Constructor Summary
WebAppProxy()
           
 
Method Summary
 void init(org.apache.hadoop.conf.Configuration conf)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.hadoop.yarn.service.AbstractService
getConfig, getName, getServiceState, getStartTime, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FETCHER_ATTRIBUTE

public static final String FETCHER_ATTRIBUTE
See Also:
Constant Field Values

IS_SECURITY_ENABLED_ATTRIBUTE

public static final String IS_SECURITY_ENABLED_ATTRIBUTE
See Also:
Constant Field Values

PROXY_HOST_ATTRIBUTE

public static final String PROXY_HOST_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

WebAppProxy

public WebAppProxy()
Method Detail

init

public void init(org.apache.hadoop.conf.Configuration conf)
Specified by:
init in interface org.apache.hadoop.yarn.service.Service
Overrides:
init in class org.apache.hadoop.yarn.service.AbstractService

start

public void start()
Specified by:
start in interface org.apache.hadoop.yarn.service.Service
Overrides:
start in class org.apache.hadoop.yarn.service.AbstractService

stop

public void stop()
Specified by:
stop in interface org.apache.hadoop.yarn.service.Service
Overrides:
stop in class org.apache.hadoop.yarn.service.AbstractService


Copyright © 2012 Apache Software Foundation. All Rights Reserved.