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

Example usage for Java org.apache.hadoop.yarn.api.records Container 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 Container.

The text is from its open source code.

Constructor

Method

TokengetContainerToken()
Get the ContainerToken for the container.
ContainerIdgetId()
Get the globally unique identifier for the container.
StringgetNodeHttpAddress()
Get the http uri of the node on which the container is allocated.
NodeIdgetNodeId()
Get the identifier of the node on which the container is allocated.
PrioritygetPriority()
Get the Priority at which the Container was allocated.
ResourcegetResource()
Get the Resource allocated to the container.
intgetVersion()
Get the version of this container.
ContainernewInstance(ContainerId containerId, NodeId nodeId, String nodeHttpAddress, Resource resource, Priority priority, Token containerToken)
voidsetId(ContainerId id)
voidsetNodeHttpAddress(String nodeHttpAddress)
voidsetNodeId(NodeId nodeId)