Uses of Class
org.apache.hadoop.yarn.webapp.Controller
Packages that use Controller
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of Controller in org.apache.hadoop.yarn.webapp
Method parameters in org.apache.hadoop.yarn.webapp with type arguments of type ControllerModifier and TypeMethodDescriptionvoidWebApp.route(String pathSpec, Class<? extends Controller> cls) voidWebApp.route(String pathSpec, Class<? extends Controller> cls, String action) voidWebApp.route(WebApp.HTTP method, String pathSpec, Class<? extends Controller> cls, String action) Setup of a webapp serving route.voidWebApp.routeWithoutDefaultView(String pathSpec, Class<? extends Controller> cls, String action) Setup of a webapp serving route without default views added to the page. -
Uses of Controller in org.apache.hadoop.yarn.webapp.example
Subclasses of Controller in org.apache.hadoop.yarn.webapp.example