org.apache.hadoop.yarn.event.Event<WritingHistoryEventType>public class WritingContainerStartEvent extends WritingApplicationHistoryEvent
| Constructor | Description |
|---|---|
WritingContainerStartEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData containerStart) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
|
org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData |
getContainerStartData() |
|
int |
hashCode() |
getTimestamp, getType, toStringpublic WritingContainerStartEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData containerStart)
public int hashCode()
hashCode in class java.lang.Objectpublic org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
public org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerStartData getContainerStartData()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.