Uses of Enum Class
org.apache.hadoop.yarn.api.records.ExecutionType
Packages that use ExecutionType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ExecutionType in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ExecutionTypeModifier and TypeMethodDescriptionabstract ExecutionTypeContainer.getExecutionType()Get theExecutionTypefor the container.abstract ExecutionTypeContainerReport.getExecutionType()Get the execution type of the container.ContainerStatus.getExecutionType()Get theExecutionTypeof the container.abstract ExecutionTypeExecutionTypeRequest.getExecutionType()GetExecutionType.abstract ExecutionTypeUpdateContainerRequest.getExecutionType()Get the targetExecutionTypeof the container.static ExecutionTypeReturns the enum constant of this class with the specified name.static ExecutionType[]ExecutionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type ExecutionTypeModifier and TypeMethodDescriptionResourceRequest.ResourceRequestBuilder.executionType(ExecutionType executionType) Set theexecutionTypeRequestof the request with 'ensure execution type' flag set to true.static ContainerContainer.newInstance(ContainerId containerId, NodeId nodeId, String nodeHttpAddress, Resource resource, Priority priority, Token containerToken, ExecutionType executionType) static ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress, ExecutionType executionType) static ContainerStatusContainerStatus.newInstance(ContainerId containerId, ExecutionType executionType, ContainerState containerState, String diagnostics, int exitStatus) static ExecutionTypeRequestExecutionTypeRequest.newInstance(ExecutionType execType) static ExecutionTypeRequestExecutionTypeRequest.newInstance(ExecutionType execType, boolean ensureExecutionType) static UpdateContainerRequestUpdateContainerRequest.newInstance(int version, ContainerId containerId, ContainerUpdateType updateType, Resource targetCapability, ExecutionType targetExecutionType) abstract voidContainer.setExecutionType(ExecutionType executionType) Set theExecutionTypefor the container.abstract voidContainerReport.setExecutionType(ExecutionType executionType) voidContainerStatus.setExecutionType(ExecutionType executionType) abstract voidExecutionTypeRequest.setExecutionType(ExecutionType execType) Set theExecutionTypeof the requested container.abstract voidUpdateContainerRequest.setExecutionType(ExecutionType executionType) Set the targetExecutionTypeof the container. -
Uses of ExecutionType in org.apache.hadoop.yarn.server.api
Methods in org.apache.hadoop.yarn.server.api that return ExecutionTypeModifier and TypeMethodDescriptionContainerContext.getExecutionType()GetExecutionTypethe execution type of the container being initialized or stopped.Constructors in org.apache.hadoop.yarn.server.api with parameters of type ExecutionTypeModifierConstructorDescriptionContainerContext(String user, ContainerId containerId, Resource resource, ContainerType containerType, ExecutionType executionType)