Package org.apache.hadoop.lib.server


package org.apache.hadoop.lib.server
  • Class
    Description
    org.apache.hadoop.lib.server.BaseService
    Convenience class implementing the Service interface.
    org.apache.hadoop.lib.server.Server
    A Server class provides standard configuration, logging and Service lifecyle management.
    org.apache.hadoop.lib.server.Server.Status
    Enumeration that defines the server status.
    org.apache.hadoop.lib.server.ServerException
    Exception thrown by the Server class.
    org.apache.hadoop.lib.server.ServerException.ERROR
    Error codes use by the Server class.
    org.apache.hadoop.lib.server.Service
    Service interface for components to be managed by the Server class.
    org.apache.hadoop.lib.server.ServiceException
    Exception thrown by Service implementations.