Java org.apache.hadoop.mapreduce.lib.jobcontrol JobControl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce.lib.jobcontrol JobControl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce.lib.jobcontrol JobControl.

The text is from its open source code.

Constructor

JobControl(String groupName)
Construct a job control for a group of jobs.

Method

StringaddJob(ControlledJob aJob)
Add a new controlled job.
StringaddJob(Job aJob)
Add a new job.
booleanallFinished()
ListgetFailedJobList()
ListgetRunningJobList()
ListgetSuccessfulJobList()
voidstop()
set the thread state to STOPPING so that the thread will stop when it wakes up.