Modifier and Type | Method and Description |
---|---|
void |
ApplicationHistoryWriter.containerFinished(ContainerFinishData containerFinish)
This method writes the information of
RMContainer that is
available when it finishes. |
void |
MemoryApplicationHistoryStore.containerFinished(ContainerFinishData containerFinish) |
void |
NullApplicationHistoryStore.containerFinished(ContainerFinishData containerFinish) |
void |
FileSystemApplicationHistoryStore.containerFinished(ContainerFinishData containerFinish) |
Modifier and Type | Method and Description |
---|---|
static ContainerFinishData |
ContainerFinishData.newInstance(org.apache.hadoop.yarn.api.records.ContainerId containerId,
long finishTime,
String diagnosticsInfo,
int containerExitCode,
org.apache.hadoop.yarn.api.records.ContainerState containerState) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerFinishDataPBImpl |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.