Uses of Interface
org.apache.hadoop.service.Service
Packages that use Service
Package
Description
YARN Registry Client API.
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 Service in org.apache.hadoop.mapreduce.v2.hs
Classes in org.apache.hadoop.mapreduce.v2.hs that implement ServiceModifier and TypeClassDescriptionclassThis 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.apiModifier and TypeInterfaceDescriptioninterfaceDNS Operations.interfaceRegistry Operations -
Uses of Service in org.apache.hadoop.registry.client.impl
Classes in org.apache.hadoop.registry.client.impl that implement ServiceModifier and TypeClassDescriptionclassThis 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 ServiceModifier and TypeClassDescriptionclassorg.apache.hadoop.registry.client.impl.zk.CuratorServiceThis service binds to Zookeeper via Apache Curator.classThe Registry operations service. -
Uses of Service in org.apache.hadoop.registry.server.services
Classes in org.apache.hadoop.registry.server.services that implement ServiceModifier and TypeClassDescriptionclassComposite service that exports the add/remove methods.Methods in org.apache.hadoop.registry.server.services with parameters of type ServiceModifier and TypeMethodDescriptionvoidAddingCompositeService.addService(Service service) booleanAddingCompositeService.removeService(Service service) -
Uses of Service in org.apache.hadoop.service
Classes in org.apache.hadoop.service that implement ServiceModifier and TypeClassDescriptionclassThis is the base implementation class for services.classComposition of services.Methods in org.apache.hadoop.service that return types with arguments of type ServiceMethods in org.apache.hadoop.service with parameters of type ServiceModifier and TypeMethodDescriptionprotected voidCompositeService.addService(Service service) Add the passedServiceto the list of services managed by thisCompositeServiceprotected booleanCompositeService.removeService(Service service) voidLoggingStateChangeListener.stateChanged(Service service) Callback for a state change event: log itvoidServiceStateChangeListener.stateChanged(Service service) Callback to notify of a state change.static voidStop a service.static ExceptionServiceOperations.stopQuietly(org.apache.commons.logging.Log log, Service service) Deprecated.to be removed with 3.4.0.static ExceptionServiceOperations.stopQuietly(Service service) Stop a service; if it is null do nothing.static ExceptionServiceOperations.stopQuietly(org.slf4j.Logger log, Service service) Stop a service; if it is null do nothing. -
Uses of Service in org.apache.hadoop.service.launcher
Subinterfaces of Service in org.apache.hadoop.service.launcherModifier and TypeInterfaceDescriptioninterfaceAn interface which services can implement to have their execution managed by the ServiceLauncher.Classes in org.apache.hadoop.service.launcher that implement ServiceModifier and TypeClassDescriptionclassSubclass ofAbstractServicethat provides basic implementations of theLaunchableServicemethods. -
Uses of Service in org.apache.hadoop.yarn.client.api
Classes in org.apache.hadoop.yarn.client.api that implement ServiceModifier 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 Service in org.apache.hadoop.yarn.client.api.async
Classes in org.apache.hadoop.yarn.client.api.async that implement ServiceModifier 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 Service in org.apache.hadoop.yarn.client.api.impl
Classes in org.apache.hadoop.yarn.client.api.impl that implement ServiceModifier and TypeClassDescriptionclassImplementation of TimelineReaderClient interface. -
Uses of Service in org.apache.hadoop.yarn.event
Classes in org.apache.hadoop.yarn.event that implement Service -
Uses of Service in org.apache.hadoop.yarn.service.client
Classes in org.apache.hadoop.yarn.service.client that implement Service -
Uses of Service in org.apache.hadoop.yarn.util
Classes in org.apache.hadoop.yarn.util that implement ServiceModifier 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.