Uses of Class
org.apache.hadoop.service.AbstractService

Packages that use AbstractService
org.apache.hadoop.mapreduce.v2.hs   
org.apache.hadoop.registry.client.impl Registry client services 
org.apache.hadoop.registry.client.impl.zk Core Zookeeper support. 
org.apache.hadoop.registry.server.services Basic services for the YARN registry The RegistryAdminService extends the shared Yarn Registry client with registry setup and (potentially asynchronous) administrative actions. 
org.apache.hadoop.service   
org.apache.hadoop.yarn.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.yarn.client.api.async   
org.apache.hadoop.yarn.event   
org.apache.hadoop.yarn.util   
 

Uses of AbstractService in org.apache.hadoop.mapreduce.v2.hs
 

Subclasses of AbstractService in org.apache.hadoop.mapreduce.v2.hs
 class HistoryFileManager
          This class provides a way to interact with history files in a thread safe manor.
 

Uses of AbstractService in org.apache.hadoop.registry.client.impl
 

Subclasses of AbstractService in org.apache.hadoop.registry.client.impl
 class RegistryOperationsClient
          This is the client service for applications to work with the registry.
 

Uses of AbstractService in org.apache.hadoop.registry.client.impl.zk
 

Subclasses of AbstractService in org.apache.hadoop.registry.client.impl.zk
 class org.apache.hadoop.registry.client.impl.zk.CuratorService
          This service binds to Zookeeper via Apache Curator.
 class RegistryOperationsService
          The Registry operations service.
 

Uses of AbstractService in org.apache.hadoop.registry.server.services
 

Subclasses of AbstractService in org.apache.hadoop.registry.server.services
 class AddingCompositeService
          Composite service that exports the add/remove methods.
 

Uses of AbstractService in org.apache.hadoop.service
 

Subclasses of AbstractService in org.apache.hadoop.service
 class CompositeService
          Composition of services.
 

Uses of AbstractService in org.apache.hadoop.yarn.client.api
 

Subclasses of AbstractService in org.apache.hadoop.yarn.client.api
 class AHSClient
           
 class AMRMClient<T extends AMRMClient.ContainerRequest>
           
 class NMClient
           
 class TimelineClient
          A client library that can be used to post some information in terms of a number of conceptual entities.
 class YarnClient
           
 

Uses of AbstractService in org.apache.hadoop.yarn.client.api.async
 

Subclasses of AbstractService in org.apache.hadoop.yarn.client.api.async
 class AMRMClientAsync<T extends AMRMClient.ContainerRequest>
          AMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.
 class NMClientAsync
          NMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.
 

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

Subclasses of AbstractService in org.apache.hadoop.yarn.event
 class AsyncDispatcher
          Dispatches Events in a separate thread.
 

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

Subclasses of AbstractService in org.apache.hadoop.yarn.util
 class AbstractLivelinessMonitor<O>
          A simple liveliness monitor with which clients can register, trust the component to monitor liveliness, get a call-back on expiry and then finally unregister.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.