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.
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.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type ExecutionTypeModifier and TypeMethodDescriptionList<? extends Collection<T>>AMRMClient.getMatchingRequests(Priority priority, String resourceName, ExecutionType executionType, Resource capability) Get outstandingContainerRequests matching the given parameters.List<? extends Collection<T>>AMRMClient.getMatchingRequests(Priority priority, String resourceName, ExecutionType executionType, Resource capability, String profile) -
Uses of ExecutionType in org.apache.hadoop.yarn.client.api.async
Methods in org.apache.hadoop.yarn.client.api.async with parameters of type ExecutionTypeModifier and TypeMethodDescriptionList<? extends Collection<T>>AMRMClientAsync.getMatchingRequests(Priority priority, String resourceName, ExecutionType executionType, Resource capability) Returns all matching ContainerRequests that match the given Priority, ResourceName, ExecutionType and Capability. -
Uses of ExecutionType in org.apache.hadoop.yarn.security
Methods in org.apache.hadoop.yarn.security that return ExecutionTypeModifier and TypeMethodDescriptionContainerTokenIdentifier.getExecutionType()Get the ExecutionType of container to allocateConstructors in org.apache.hadoop.yarn.security with parameters of type ExecutionTypeModifierConstructorDescriptionContainerTokenIdentifier(ContainerId containerID, int containerVersion, String hostName, String appSubmitter, Resource r, long expiryTimeStamp, int masterKeyId, long rmIdentifier, Priority priority, long creationTime, LogAggregationContext logAggregationContext, String nodeLabelExpression, org.apache.hadoop.yarn.server.api.ContainerType containerType, ExecutionType executionType) ContainerTokenIdentifier(ContainerId containerID, int containerVersion, String hostName, String appSubmitter, Resource r, long expiryTimeStamp, int masterKeyId, long rmIdentifier, Priority priority, long creationTime, LogAggregationContext logAggregationContext, String nodeLabelExpression, org.apache.hadoop.yarn.server.api.ContainerType containerType, ExecutionType executionType, long allocationRequestId) Convenience Constructor for existing clients.ContainerTokenIdentifier(ContainerId containerID, int containerVersion, String hostName, String appSubmitter, Resource r, long expiryTimeStamp, int masterKeyId, long rmIdentifier, Priority priority, long creationTime, LogAggregationContext logAggregationContext, String nodeLabelExpression, org.apache.hadoop.yarn.server.api.ContainerType containerType, ExecutionType executionType, long allocationRequestId, Set<String> allocationTags) Create a Container Token Identifier.