Uses of Class
org.apache.hadoop.yarn.api.records.LogAggregationContext

Packages that use LogAggregationContext
org.apache.hadoop.yarn.api.records   
 

Uses of LogAggregationContext in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return LogAggregationContext
abstract  LogAggregationContext ApplicationSubmissionContext.getLogAggregationContext()
          Get LogAggregationContext of the application
static LogAggregationContext LogAggregationContext.newInstance(String includePattern, String excludePattern)
           
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type LogAggregationContext
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 LogAggregationContext for the application
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.