|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||