public class LogHandlerContainerFinishedEvent extends LogHandlerEvent
| Constructor and Description | 
|---|
| LogHandlerContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                                org.apache.hadoop.yarn.server.api.ContainerType containerType,
                                int exitCode) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.ContainerId | getContainerId() | 
| org.apache.hadoop.yarn.server.api.ContainerType | getContainerType() | 
| int | getExitCode() | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.