LogAggregationReportPBImpl@Public
@Unstable
public abstract class LogAggregationReport
extends java.lang.Object
LogAggregationReport is a report for log aggregation status
in one NodeManager of an application.
It includes details such as:
ApplicationId of the application.LogAggregationStatus| Constructor | Description |
|---|---|
LogAggregationReport() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
Get the
ApplicationId of the application. |
abstract java.lang.String |
getDiagnosticMessage() |
Get the diagnositic information of this log aggregation
|
abstract org.apache.hadoop.yarn.api.records.LogAggregationStatus |
getLogAggregationStatus() |
Get the
LogAggregationStatus. |
static LogAggregationReport |
newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
org.apache.hadoop.yarn.api.records.LogAggregationStatus status,
java.lang.String diagnosticMessage) |
|
abstract void |
setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId) |
|
abstract void |
setDiagnosticMessage(java.lang.String diagnosticMessage) |
|
abstract void |
setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus) |
@Public @Unstable public static LogAggregationReport newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.yarn.api.records.LogAggregationStatus status, java.lang.String diagnosticMessage)
@Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId of the application.ApplicationId of the application@Public @Unstable public abstract void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId)
@Public @Unstable public abstract org.apache.hadoop.yarn.api.records.LogAggregationStatus getLogAggregationStatus()
LogAggregationStatus.LogAggregationStatus@Public @Unstable public abstract void setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus)
@Public @Unstable public abstract java.lang.String getDiagnosticMessage()
@Public @Unstable public abstract void setDiagnosticMessage(java.lang.String diagnosticMessage)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.