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

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

The text is from its open source code.

Subclass

org.apache.hadoop.yarn.api.records.ContainerId has subclasses.
Click this link to see all its subclasses.

Method

intcompareTo(ContainerId other)
booleanequals(Object obj)
ContainerIdfromString(String containerIdStr)
ApplicationAttemptIdgetApplicationAttemptId()
Get the ApplicationAttemptId of the application to which the Container was assigned.
longgetContainerId()
Get the identifier of the ContainerId.
intgetId()
Get the lower 32 bits of identifier of the ContainerId, which doesn't include epoch.
ContainerIdnewContainerId(ApplicationAttemptId appAttemptId, long containerId)
ContainerIdnewInstance(ApplicationAttemptId appAttemptId, int containerId)
StringtoString()