| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract LogAggregationContext |
ApplicationSubmissionContext.getLogAggregationContext() |
Get
LogAggregationContext of the application |
static LogAggregationContext |
LogAggregationContext.newInstance(java.lang.String includePattern,
java.lang.String excludePattern) |
|
static LogAggregationContext |
LogAggregationContext.newInstance(java.lang.String includePattern,
java.lang.String excludePattern,
java.lang.String rolledLogsIncludePattern,
java.lang.String rolledLogsExcludePattern) |
|
static LogAggregationContext |
LogAggregationContext.newInstance(java.lang.String includePattern,
java.lang.String excludePattern,
java.lang.String rolledLogsIncludePattern,
java.lang.String rolledLogsExcludePattern,
java.lang.String policyClassName,
java.lang.String policyParameters) |
| Modifier and Type | Method | Description |
|---|---|---|
static ApplicationSubmissionContext |
ApplicationSubmissionContext.newInstance(ApplicationId applicationId,
java.lang.String applicationName,
java.lang.String queue,
Priority priority,
ContainerLaunchContext amContainer,
boolean isUnmanagedAM,
boolean cancelTokensWhenComplete,
int maxAppAttempts,
Resource resource,
java.lang.String applicationType,
boolean keepContainers,
LogAggregationContext logAggregationContext) |
|
abstract void |
ApplicationSubmissionContext.setLogAggregationContext(LogAggregationContext logAggregationContext) |
Set
LogAggregationContext for the application |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.