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

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

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
 

Uses of LogAggregationContext in org.apache.hadoop.yarn.security
 

Methods in org.apache.hadoop.yarn.security that return LogAggregationContext
 LogAggregationContext ContainerTokenIdentifier.getLogAggregationContext()
           
 

Constructors in org.apache.hadoop.yarn.security with parameters of type LogAggregationContext
ContainerTokenIdentifier(ContainerId containerID, String hostName, String appSubmitter, Resource r, long expiryTimeStamp, int masterKeyId, long rmIdentifier, Priority priority, long creationTime, LogAggregationContext logAggregationContext)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.