Uses of Interface
org.apache.hadoop.yarn.service.Service

Packages that use Service
org.apache.hadoop.yarn.event   
org.apache.hadoop.yarn.logaggregation   
org.apache.hadoop.yarn.service   
org.apache.hadoop.yarn.util   
 

Uses of Service in org.apache.hadoop.yarn.event
 

Classes in org.apache.hadoop.yarn.event that implement Service
 class AsyncDispatcher
          Dispatches events in a separate thread.
 

Uses of Service in org.apache.hadoop.yarn.logaggregation
 

Classes in org.apache.hadoop.yarn.logaggregation that implement Service
 class AggregatedLogDeletionService
           
 

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

Classes in org.apache.hadoop.yarn.service that implement Service
 class AbstractService
           
 class CompositeService
          Composition of services.
 class FilterService
           
 

Methods in org.apache.hadoop.yarn.service that return types with arguments of type Service
 Collection<Service> CompositeService.getServices()
           
 

Methods in org.apache.hadoop.yarn.service with parameters of type Service
protected  void CompositeService.addService(Service service)
           
protected  boolean CompositeService.removeService(Service service)
           
 void ServiceStateChangeListener.stateChanged(Service service)
           
 

Constructors in org.apache.hadoop.yarn.service with parameters of type Service
FilterService(Service service)
           
 

Uses of Service in org.apache.hadoop.yarn.util
 

Classes in org.apache.hadoop.yarn.util that implement Service
 class AbstractLivelinessMonitor<O>
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.