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

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

The text is from its open source code.

Field

Method

intcompareTo(ApplicationId other)
ApplicationIdfromString(String appIdStr)
longgetClusterTimestamp()
Get the start time of the ResourceManager which is used to generate globally unique ApplicationId.
intgetId()
Get the short integer identifier of the ApplicationId which is unique for all applications started by a particular instance of the ResourceManager.
inthashCode()
ApplicationIdnewInstance(long clusterTimestamp, int id)
voidsetClusterTimestamp(long clusterTimestamp)
voidsetId(int id)
StringtoString()