Package | Description |
---|---|
org.apache.hadoop.fs.http.server | |
org.apache.hadoop.lib.server | |
org.apache.hadoop.lib.servlet |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected Server |
BaseService.getServer()
Returns the server owning the service.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.init(Server server)
Initializes the service.
|
void |
BaseService.init(Server server)
Initializes the service.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerWebApp
Server subclass that implements ServletContextListener
and uses its lifecycle to start and stop the server. |
Copyright © 2022 Apache Software Foundation. All rights reserved.