Uses of Class
org.apache.hadoop.lib.server.ServerException
Packages that use ServerException
Package
Description
-
Uses of ServerException in org.apache.hadoop.fs.http.server
Methods in org.apache.hadoop.fs.http.server that throw ServerExceptionModifier and TypeMethodDescriptionvoidHttpFSServerWebApp.init()Initializes the HttpFSServer server, loads configuration and required services. -
Uses of ServerException in org.apache.hadoop.lib.server
Subclasses of ServerException in org.apache.hadoop.lib.serverMethods in org.apache.hadoop.lib.server that throw ServerExceptionModifier and TypeMethodDescriptionprotected voidServer.checkServiceDependencies(Service service) Checks if all service dependencies of a service are available.voidServer.init()Initializes the Server.protected voidServer.initConfig()Loads and inializes the server configuration.protected voidServer.initLog()Initializes Log4j logging.protected voidServer.initServices(List<Service> services) Initializes the list of services.Server.loadServices()Loads services defined inservicesandservices.extand de-dups them.voidServer.setService(Class<? extends Service> klass) Adds a service programmatically.voidServer.setStatus(Server.Status status) Sets a new server status. -
Uses of ServerException in org.apache.hadoop.lib.servlet
Methods in org.apache.hadoop.lib.servlet that throw ServerExceptionModifier and TypeMethodDescriptionServerWebApp.getAuthority()Returns the hostname:port InetSocketAddress the webserver is listening to.protected InetSocketAddressServerWebApp.resolveAuthority()Resolves the host and port InetSocketAddress the web server is listening to.