Java org.apache.hadoop.mapred JobID fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred JobID fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred JobID.

The text is from its open source code.

Constructor

Method

JobIDdowngrade(org.apache.hadoop.mapreduce.JobID old)
Downgrade a new JobID to an old one
JobIDforName(String str)
Construct a JobId object from given string
intgetId()
returns the int which represents the identifier
StringgetJtIdentifier()
StringtoString()