Uses of Class
org.apache.hadoop.yarn.service.api.records.Service
Packages that use Service
Package
Description
Package org.apache.hadoop.yarn.service.client contains classes
for YARN Services Client API.
-
Uses of Service in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return ServiceModifier and TypeMethodDescriptionArtifact of single-component services.Service.components(List<Component> components) Components of an service.Service.configuration(Configuration configuration) Config properties of an service.Service.description(String description) Description of the service.Service.dockerClientConfig(String dockerClientConfig) A unique service id.Service.kerberosPrincipal(KerberosPrincipal kerberosPrincipal) Service.launchTime(Date launchTime) The time when the service was created, e.g. 2016-03-16T01:01:49.000Z.Life time (in seconds) of the service from the time it reaches the RUNNING_BUT_UNREADY state (after which it is automatically destroyed by YARN).A unique service name.Service.numberOfRunningContainers(Long numberOfRunningContainers) In get response this provides the total number of running containers for this service (across all components) at the time of request.The YARN queue that this service should be submitted to.Service.quicklinks(Map<String, String> quicklinks) A blob of key-value pairs of quicklinks to be exported for an service.Resource of single-component services or the global default for multi-component services.Service.state(ServiceState state) State of the service.Version of the service. -
Uses of Service in org.apache.hadoop.yarn.service.client
Methods in org.apache.hadoop.yarn.service.client that return ServiceModifier and TypeMethodDescriptionServiceClient.loadAppJsonFromLocalFS(String fileName, String serviceName, Long lifetime, String queue) Methods in org.apache.hadoop.yarn.service.client with parameters of type ServiceModifier and TypeMethodDescriptionintServiceClient.actionBuild(Service service) ServiceClient.actionCreate(Service service) intServiceClient.actionUpgrade(Service service, List<Container> compInstances) intServiceClient.actionUpgradeExpress(Service service) intServiceClient.initiateUpgrade(Service service)