@Public
@Unstable
public class ContainerLogContext
extends java.lang.Object
ContainerLogAggregationPolicy.| Constructor | Description |
|---|---|
ContainerLogContext(ContainerId containerId,
ContainerType containerType,
int exitCode) |
| Modifier and Type | Method | Description |
|---|---|---|
ContainerId |
getContainerId() |
Get
ContainerId of the container. |
ContainerType |
getContainerType() |
Get
ContainerType the type of the container. |
int |
getExitCode() |
Get the exit code of the container.
|
@Public @Unstable public ContainerLogContext(ContainerId containerId, ContainerType containerType, int exitCode)
public ContainerId getContainerId()
ContainerId of the container.public ContainerType getContainerType()
ContainerType the type of the container.public int getExitCode()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.