|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
org.apache.hadoop.mapreduce.v2.hs | |
org.apache.hadoop.registry.client.api | YARN Registry Client API. |
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 Service in org.apache.hadoop.mapreduce.v2.hs |
---|
Classes in org.apache.hadoop.mapreduce.v2.hs that implement Service | |
---|---|
class |
HistoryFileManager
This class provides a way to interact with history files in a thread safe manor. |
Uses of Service in org.apache.hadoop.registry.client.api |
---|
Subinterfaces of Service in org.apache.hadoop.registry.client.api | |
---|---|
interface |
RegistryOperations
Registry Operations |
Uses of Service in org.apache.hadoop.registry.client.impl |
---|
Classes in org.apache.hadoop.registry.client.impl that implement Service | |
---|---|
class |
RegistryOperationsClient
This is the client service for applications to work with the registry. |
Uses of Service in org.apache.hadoop.registry.client.impl.zk |
---|
Classes in org.apache.hadoop.registry.client.impl.zk that implement Service | |
---|---|
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 Service in org.apache.hadoop.registry.server.services |
---|
Classes in org.apache.hadoop.registry.server.services that implement Service | |
---|---|
class |
AddingCompositeService
Composite service that exports the add/remove methods. |
Methods in org.apache.hadoop.registry.server.services with parameters of type Service | |
---|---|
void |
AddingCompositeService.addService(Service service)
|
boolean |
AddingCompositeService.removeService(Service service)
|
Uses of Service in org.apache.hadoop.service |
---|
Classes in org.apache.hadoop.service that implement Service | |
---|---|
class |
AbstractService
This is the base implementation class for services. |
class |
CompositeService
Composition of services. |
Methods in org.apache.hadoop.service that return types with arguments of type Service | |
---|---|
List<Service> |
CompositeService.getServices()
Get a cloned list of services |
Methods in org.apache.hadoop.service with parameters of type Service | |
---|---|
protected void |
CompositeService.addService(Service service)
Add the passed Service to the list of services managed by this
CompositeService |
protected boolean |
CompositeService.removeService(Service service)
|
void |
LoggingStateChangeListener.stateChanged(Service service)
Callback for a state change event: log it |
void |
ServiceStateChangeListener.stateChanged(Service service)
Callback to notify of a state change. |
static void |
ServiceOperations.stop(Service service)
Stop a service. |
static Exception |
ServiceOperations.stopQuietly(org.apache.commons.logging.Log log,
Service service)
Stop a service; if it is null do nothing. |
static Exception |
ServiceOperations.stopQuietly(Service service)
Stop a service; if it is null do nothing. |
Uses of Service in org.apache.hadoop.yarn.client.api |
---|
Classes in org.apache.hadoop.yarn.client.api that implement Service | |
---|---|
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 Service in org.apache.hadoop.yarn.client.api.async |
---|
Classes in org.apache.hadoop.yarn.client.api.async that implement Service | |
---|---|
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 Service in org.apache.hadoop.yarn.event |
---|
Classes in org.apache.hadoop.yarn.event that implement Service | |
---|---|
class |
AsyncDispatcher
Dispatches Event s in a separate thread. |
Uses of Service in org.apache.hadoop.yarn.util |
---|
Classes in org.apache.hadoop.yarn.util that implement Service | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |