| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.records | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract LogAggregationContext | ApplicationSubmissionContext. getLogAggregationContext()Get  LogAggregationContextof the application | 
| static LogAggregationContext | LogAggregationContext. newInstance(String includePattern,
           String excludePattern) | 
| static LogAggregationContext | LogAggregationContext. newInstance(String includePattern,
           String excludePattern,
           String rolledLogsIncludePattern,
           String rolledLogsExcludePattern) | 
| static LogAggregationContext | LogAggregationContext. newInstance(String includePattern,
           String excludePattern,
           String rolledLogsIncludePattern,
           String rolledLogsExcludePattern,
           String policyClassName,
           String policyParameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApplicationSubmissionContext | ApplicationSubmissionContext. newInstance(ApplicationId applicationId,
           String applicationName,
           String queue,
           Priority priority,
           ContainerLaunchContext amContainer,
           boolean isUnmanagedAM,
           boolean cancelTokensWhenComplete,
           int maxAppAttempts,
           Resource resource,
           String applicationType,
           boolean keepContainers,
           LogAggregationContext logAggregationContext) | 
| abstract void | ApplicationSubmissionContext. setLogAggregationContext(LogAggregationContext logAggregationContext)Set  LogAggregationContextfor the application | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.