Package | Description |
---|---|
org.apache.hadoop.yarn.server.api.protocolrecords | |
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb |
Modifier and Type | Method and Description |
---|---|
static LogAggregationReport |
LogAggregationReport.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
org.apache.hadoop.yarn.api.records.LogAggregationStatus status,
String diagnosticMessage) |
Modifier and Type | Method and Description |
---|---|
abstract List<LogAggregationReport> |
NodeHeartbeatRequest.getLogAggregationReportsForApps() |
abstract List<LogAggregationReport> |
RegisterNodeManagerRequest.getLogAggregationReportsForApps() |
Modifier and Type | Method and Description |
---|---|
abstract void |
NodeHeartbeatRequest.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationReportsForApps) |
abstract void |
RegisterNodeManagerRequest.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationReportsForApps) |
Modifier and Type | Class and Description |
---|---|
class |
LogAggregationReportPBImpl |
Modifier and Type | Method and Description |
---|---|
List<LogAggregationReport> |
RegisterNodeManagerRequestPBImpl.getLogAggregationReportsForApps() |
List<LogAggregationReport> |
NodeHeartbeatRequestPBImpl.getLogAggregationReportsForApps() |
Modifier and Type | Method and Description |
---|---|
void |
RegisterNodeManagerRequestPBImpl.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationStatusForApps) |
void |
NodeHeartbeatRequestPBImpl.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationStatusForApps) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.