Uses of Class
org.apache.hadoop.yarn.api.records.ContainerRetryContext
Packages that use ContainerRetryContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerRetryContext in org.apache.hadoop.yarn.api.records
Fields in org.apache.hadoop.yarn.api.records declared as ContainerRetryContextModifier and TypeFieldDescriptionstatic final ContainerRetryContextContainerRetryContext.NEVER_RETRY_CONTEXTMethods in org.apache.hadoop.yarn.api.records that return ContainerRetryContextModifier and TypeMethodDescriptionabstract ContainerRetryContextContainerLaunchContext.getContainerRetryContext()Get theContainerRetryContextto relaunch container.static ContainerRetryContextContainerRetryContext.newInstance(ContainerRetryPolicy retryPolicy, Set<Integer> errorCodes, int maxRetries, int retryInterval) static ContainerRetryContextContainerRetryContext.newInstance(ContainerRetryPolicy retryPolicy, Set<Integer> errorCodes, int maxRetries, int retryInterval, long failuresValidityInterval) Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerRetryContextModifier and TypeMethodDescriptionstatic ContainerLaunchContextContainerLaunchContext.newInstance(Map<String, LocalResource> localResources, Map<String, String> environment, List<String> commands, Map<String, ByteBuffer> serviceData, ByteBuffer tokens, Map<ApplicationAccessType, String> acls, ContainerRetryContext containerRetryContext) abstract voidContainerLaunchContext.setContainerRetryContext(ContainerRetryContext containerRetryContext) Set theContainerRetryContextto relaunch container.