|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerException | |
---|---|
com.cloudera.hoop | |
com.cloudera.lib.server |
Uses of ServerException in com.cloudera.hoop |
---|
Methods in com.cloudera.hoop that throw ServerException | |
---|---|
void |
HoopServer.init()
Initializes the Hoop server, loads configuration and required services. |
Uses of ServerException in com.cloudera.lib.server |
---|
Subclasses of ServerException in com.cloudera.lib.server | |
---|---|
class |
ServiceException
Exception thrown by Service implementations. |
Methods in com.cloudera.lib.server that throw ServerException | |
---|---|
protected void |
Server.checkServiceDependencies(Service service)
Checks if all service dependencies of a service are available. |
void |
Server.init()
Initializes the Server. |
protected void |
Server.initConfig()
Loads and inializes the server configuration. |
protected void |
Server.initLog()
Initializes Log4j logging. |
protected void |
Server.initServices(List<Service> services)
Initializes the list of services. |
protected List<Service> |
Server.loadServices()
Loads services defined in services and
services.ext and de-dups them. |
void |
Server.setService(Class<? extends Service> klass)
Adds a service programmatically. |
void |
Server.setStatus(Server.Status status)
Sets a new server status. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |