Package org.apache.spark.streaming.scheduler

Interface Summary
StreamingListener :: DeveloperApi :: A listener interface for receiving information about an ongoing streaming computation.
StreamingListenerEvent :: DeveloperApi :: Base trait for events related to StreamingListener
 

Class Summary
BatchInfo :: DeveloperApi :: Class having information on completed batches.
ReceiverInfo :: DeveloperApi :: Class having information about a receiver
StatsReportListener :: DeveloperApi :: A simple StreamingListener that logs summary statistics across Spark Streaming batches param: numBatchInfos Number of last batches to consider for generating statistics (default: 10)
StreamingListenerBatchCompleted  
StreamingListenerBatchStarted  
StreamingListenerBatchSubmitted  
StreamingListenerReceiverError  
StreamingListenerReceiverStarted  
StreamingListenerReceiverStopped