Uses of Interface
org.apache.hadoop.lib.server.Service

Packages that use Service
org.apache.hadoop.lib.server   
org.apache.hadoop.lib.service.hadoop   
org.apache.hadoop.lib.service.instrumentation   
org.apache.hadoop.lib.service.scheduler   
org.apache.hadoop.lib.service.security   
 

Uses of Service in org.apache.hadoop.lib.server
 

Classes in org.apache.hadoop.lib.server that implement Service
 class BaseService
          Convenience class implementing the Service interface.
 

Methods in org.apache.hadoop.lib.server that return types with arguments of type Service
protected  List<Service> Server.loadServices()
          Loads services defined in services and services.ext and de-dups them.
 

Methods in org.apache.hadoop.lib.server with parameters of type Service
protected  void Server.checkServiceDependencies(Service service)
          Checks if all service dependencies of a service are available.
 

Method parameters in org.apache.hadoop.lib.server with type arguments of type Service
protected  void Server.initServices(List<Service> services)
          Initializes the list of services.
 void Server.setService(Class<? extends Service> klass)
          Adds a service programmatically.
 

Uses of Service in org.apache.hadoop.lib.service.hadoop
 

Classes in org.apache.hadoop.lib.service.hadoop that implement Service
 class FileSystemAccessService
           
 

Uses of Service in org.apache.hadoop.lib.service.instrumentation
 

Classes in org.apache.hadoop.lib.service.instrumentation that implement Service
 class InstrumentationService
           
 

Uses of Service in org.apache.hadoop.lib.service.scheduler
 

Classes in org.apache.hadoop.lib.service.scheduler that implement Service
 class SchedulerService
           
 

Uses of Service in org.apache.hadoop.lib.service.security
 

Classes in org.apache.hadoop.lib.service.security that implement Service
 class DelegationTokenManagerService
          DelegationTokenManager service implementation.
 class GroupsService
           
 class ProxyUserService
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.