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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapred.jobcontrol.JobControl has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

StringaddJob(ControlledJob aJob)
Add a new controlled job.
voidaddJobs(Collection jobs)
Add a collection of jobs
booleanallFinished()
ArrayListgetFailedJobs()
ArrayListgetReadyJobs()
ListgetRunningJobList()
ArrayListgetRunningJobs()
ArrayListgetSuccessfulJobs()
ArrayListgetWaitingJobs()
voidstop()
set the thread state to STOPPING so that the thread will stop when it wakes up.