org.apache.hadoop.tools.rumen
Interface JobStoryProducer

All Superinterfaces:
Closeable
All Known Implementing Classes:
ZombieJobProducer

public interface JobStoryProducer
extends Closeable

JobStoryProducer produces the sequence of JobStory's.


Method Summary
 JobStory getNextJob()
          Get the next job.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getNextJob

JobStory getNextJob()
                    throws IOException
Get the next job.

Returns:
The next job. Or null if no more job is available.
Throws:
IOException


Copyright © 2009 The Apache Software Foundation