Uses of Class
org.apache.hadoop.lib.server.Server
Packages that use Server
Package
Description
-
Uses of Server in org.apache.hadoop.fs.http.server
Subclasses of Server in org.apache.hadoop.fs.http.serverModifier and TypeClassDescriptionclassBootstrap class that manages the initialization and destruction of the HttpFSServer server, it is ajavax.servlet.ServletContextListenerimplementation that is wired in HttpFSServer's WARWEB-INF/web.xml. -
Uses of Server in org.apache.hadoop.lib.server
Methods in org.apache.hadoop.lib.server that return ServerModifier and TypeMethodDescriptionprotected ServerBaseService.getServer()Returns the server owning the service.Methods in org.apache.hadoop.lib.server with parameters of type Server -
Uses of Server in org.apache.hadoop.lib.servlet
Subclasses of Server in org.apache.hadoop.lib.servletModifier and TypeClassDescriptionclassServersubclass that implementsServletContextListenerand uses its lifecycle to start and stop the server.