Uses of Class
org.apache.hadoop.yarn.webapp.Controller

Packages that use Controller
org.apache.hadoop.yarn.webapp   
org.apache.hadoop.yarn.webapp.example   
 

Uses of Controller in org.apache.hadoop.yarn.webapp
 

Method parameters in org.apache.hadoop.yarn.webapp with type arguments of type Controller
 void WebApp.route(String pathSpec, Class<? extends Controller> cls)
           
 void WebApp.route(String pathSpec, Class<? extends Controller> cls, String action)
           
 void WebApp.route(WebApp.HTTP method, String pathSpec, Class<? extends Controller> cls, String action)
          Setup of a webapp serving route.
 

Uses of Controller in org.apache.hadoop.yarn.webapp.example
 

Subclasses of Controller in org.apache.hadoop.yarn.webapp.example
static class HelloWorld.Hello
           
static class MyApp.MyController
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.