Uses of Class
org.apache.hadoop.service.AbstractService
Packages that use AbstractService
Package
Description
Registry client services
Core Zookeeper support.
Basic services for the YARN registry
The
RegistryAdminService
extends the shared YARN Registry client with registry setup and
(potentially asynchronous) administrative actions.Support for services.
This package contains classes, interfaces and exceptions to launch
YARN services from the command line.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Package org.apache.hadoop.yarn.service.client contains classes
for YARN Services Client API.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AbstractService in org.apache.hadoop.mapreduce.v2.hs
Subclasses of AbstractService in org.apache.hadoop.mapreduce.v2.hsModifier and TypeClassDescriptionclassThis 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.implModifier and TypeClassDescriptionclassThis 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.zkModifier and TypeClassDescriptionclassorg.apache.hadoop.registry.client.impl.zk.CuratorServiceThis service binds to Zookeeper via Apache Curator.classThe Registry operations service. -
Uses of AbstractService in org.apache.hadoop.registry.server.services
Subclasses of AbstractService in org.apache.hadoop.registry.server.servicesModifier and TypeClassDescriptionclassComposite service that exports the add/remove methods. -
Uses of AbstractService in org.apache.hadoop.service
Subclasses of AbstractService in org.apache.hadoop.service -
Uses of AbstractService in org.apache.hadoop.service.launcher
Subclasses of AbstractService in org.apache.hadoop.service.launcherModifier and TypeClassDescriptionclassSubclass ofAbstractServicethat provides basic implementations of theLaunchableServicemethods. -
Uses of AbstractService in org.apache.hadoop.yarn.client.api
Subclasses of AbstractService in org.apache.hadoop.yarn.client.apiModifier and TypeClassDescriptionclassclassAMRMClient<T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>classClient for managing applications.classclassThis is the client for YARN's shared cache.classA client library that can be used to post some information in terms of a number of conceptual entities.classA client library that can be used to get Timeline Entities associated with application, application attempt or containers.class -
Uses of AbstractService in org.apache.hadoop.yarn.client.api.async
Subclasses of AbstractService in org.apache.hadoop.yarn.client.api.asyncModifier and TypeClassDescriptionclassAMRMClientAsync<T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>AMRMClientAsynchandles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.classNMClientAsynchandles communication with all the NodeManagers and provides asynchronous updates on getting responses from them. -
Uses of AbstractService in org.apache.hadoop.yarn.client.api.impl
Subclasses of AbstractService in org.apache.hadoop.yarn.client.api.implModifier and TypeClassDescriptionclassImplementation of TimelineReaderClient interface. -
Uses of AbstractService in org.apache.hadoop.yarn.event
Subclasses of AbstractService in org.apache.hadoop.yarn.event -
Uses of AbstractService in org.apache.hadoop.yarn.service.client
Subclasses of AbstractService in org.apache.hadoop.yarn.service.client -
Uses of AbstractService in org.apache.hadoop.yarn.util
Subclasses of AbstractService in org.apache.hadoop.yarn.utilModifier and TypeClassDescriptionclassA simple liveliness monitor with which clients can register, trust the component to monitor liveliness, get a call-back on expiry and then finally unregister.