Uses of Class
org.apache.hadoop.lib.server.Server

Packages that use Server
org.apache.hadoop.fs.http.server   
org.apache.hadoop.lib.server   
org.apache.hadoop.lib.servlet   
 

Uses of Server in org.apache.hadoop.fs.http.server
 

Subclasses of Server in org.apache.hadoop.fs.http.server
 class HttpFSServerWebApp
          Bootstrap class that manages the initialization and destruction of the HttpFSServer server, it is a javax.servlet.ServletContextListener implementation that is wired in HttpFSServer's WAR WEB-INF/web.xml.
 

Uses of Server in org.apache.hadoop.lib.server
 

Methods in org.apache.hadoop.lib.server that return Server
protected  Server BaseService.getServer()
          Returns the server owning the service.
 

Methods in org.apache.hadoop.lib.server with parameters of type Server
 void BaseService.init(Server server)
          Initializes the service.
 void Service.init(Server server)
          Initializes the service.
 

Uses of Server in org.apache.hadoop.lib.servlet
 

Subclasses of Server in org.apache.hadoop.lib.servlet
 class ServerWebApp
          Server subclass that implements ServletContextListener and uses its lifecycle to start and stop the server.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.