public class JobSet
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
JobSet(Time time,
scala.collection.Seq<Job> jobs,
scala.collection.immutable.Map<Object,ReceivedBlockInfo[]> receivedBlockInfo) |
Modifier and Type | Method and Description |
---|---|
void |
handleJobCompletion(Job job) |
void |
handleJobStart(Job job) |
boolean |
hasCompleted() |
boolean |
hasStarted() |
scala.collection.Seq<Job> |
jobs() |
long |
processingDelay() |
scala.collection.immutable.Map<Object,ReceivedBlockInfo[]> |
receivedBlockInfo() |
Time |
time() |
BatchInfo |
toBatchInfo() |
long |
totalDelay() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JobSet(Time time, scala.collection.Seq<Job> jobs, scala.collection.immutable.Map<Object,ReceivedBlockInfo[]> receivedBlockInfo)
public Time time()
public scala.collection.Seq<Job> jobs()
public scala.collection.immutable.Map<Object,ReceivedBlockInfo[]> receivedBlockInfo()
public void handleJobStart(Job job)
public void handleJobCompletion(Job job)
public boolean hasStarted()
public boolean hasCompleted()
public long processingDelay()
public long totalDelay()
public BatchInfo toBatchInfo()