Uses of Class
org.apache.hadoop.yarn.api.records.LogAggregationContext
Packages that use LogAggregationContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LogAggregationContext in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return LogAggregationContextModifier and TypeMethodDescriptionabstract LogAggregationContextApplicationSubmissionContext.getLogAggregationContext()GetLogAggregationContextof the applicationstatic LogAggregationContextLogAggregationContext.newInstance(String includePattern, String excludePattern) static LogAggregationContextLogAggregationContext.newInstance(String includePattern, String excludePattern, String rolledLogsIncludePattern, String rolledLogsExcludePattern) static LogAggregationContextLogAggregationContext.newInstance(String includePattern, String excludePattern, String rolledLogsIncludePattern, String rolledLogsExcludePattern, String policyClassName, String policyParameters) Methods in org.apache.hadoop.yarn.api.records with parameters of type LogAggregationContextModifier and TypeMethodDescriptionstatic ApplicationSubmissionContextApplicationSubmissionContext.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 voidApplicationSubmissionContext.setLogAggregationContext(LogAggregationContext logAggregationContext) SetLogAggregationContextfor the application