Modifier and Type | Method and Description |
---|---|
void |
FileSystemApplicationHistoryStore.containerStarted(ContainerStartData containerStart) |
void |
NullApplicationHistoryStore.containerStarted(ContainerStartData containerStart) |
void |
MemoryApplicationHistoryStore.containerStarted(ContainerStartData containerStart) |
void |
ApplicationHistoryWriter.containerStarted(ContainerStartData containerStart)
This method writes the information of
RMContainer that is
available when it starts. |
Modifier and Type | Method and Description |
---|---|
static ContainerStartData |
ContainerStartData.newInstance(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.Resource allocatedResource,
org.apache.hadoop.yarn.api.records.NodeId assignedNode,
org.apache.hadoop.yarn.api.records.Priority priority,
long startTime) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerStartDataPBImpl |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.