Interface | Description |
---|---|
StreamingListener |
:: DeveloperApi ::
A listener interface for receiving information about an ongoing streaming
computation.
|
StreamingListenerEvent |
:: DeveloperApi ::
Base trait for events related to StreamingListener
|
Class | Description |
---|---|
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
|
StreamingListenerBatchCompleted | |
StreamingListenerBatchStarted | |
StreamingListenerBatchSubmitted | |
StreamingListenerReceiverError | |
StreamingListenerReceiverStarted | |
StreamingListenerReceiverStopped |