Java org.apache.hadoop.yarn.api.records ContainerReport fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records ContainerReport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records ContainerReport.

The text is from its open source code.

Method

ResourcegetAllocatedResource()
Get the allocated Resource of the container.
NodeIdgetAssignedNode()
Get the allocated NodeId where container is running.
ContainerIdgetContainerId()
Get the ContainerId of the container.
ContainerStategetContainerState()
Get the final ContainerState of the container.
StringgetLogUrl()
Get the LogURL of the container.