org.apache.spark.streaming.scheduler
Class StreamingListenerBatchStarted

Object
  extended by org.apache.spark.streaming.scheduler.StreamingListenerBatchStarted
All Implemented Interfaces:
java.io.Serializable, StreamingListenerEvent, scala.Equals, scala.Product

public class StreamingListenerBatchStarted
extends Object
implements StreamingListenerEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
StreamingListenerBatchStarted(BatchInfo batchInfo)
           
 
Method Summary
 BatchInfo batchInfo()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

StreamingListenerBatchStarted

public StreamingListenerBatchStarted(BatchInfo batchInfo)
Method Detail

batchInfo

public BatchInfo batchInfo()