Uses of Interface
org.apache.hadoop.lib.server.Service
Packages that use Service
Package
Description
-
Uses of Service in org.apache.hadoop.lib.server
Classes in org.apache.hadoop.lib.server that implement ServiceMethods in org.apache.hadoop.lib.server that return types with arguments of type ServiceModifier and TypeMethodDescriptionServer.loadServices()Loads services defined inservicesandservices.extand de-dups them.Methods in org.apache.hadoop.lib.server with parameters of type ServiceModifier and TypeMethodDescriptionprotected voidServer.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 ServiceModifier and TypeMethodDescriptionprotected voidServer.initServices(List<Service> services) Initializes the list of services.voidServer.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 -
Uses of Service in org.apache.hadoop.lib.service.instrumentation
Classes in org.apache.hadoop.lib.service.instrumentation that implement Service -
Uses of Service in org.apache.hadoop.lib.service.scheduler
Classes in org.apache.hadoop.lib.service.scheduler that implement Service -
Uses of Service in org.apache.hadoop.lib.service.security
Classes in org.apache.hadoop.lib.service.security that implement Service