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.
|
OutputOperationInfo |
:: DeveloperApi ::
Class having information on output operations.
|
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 | |
StreamingListenerOutputOperationCompleted | |
StreamingListenerOutputOperationStarted | |
StreamingListenerReceiverError | |
StreamingListenerReceiverStarted | |
StreamingListenerReceiverStopped | |
StreamInputInfo |
:: DeveloperApi ::
Track the information of input stream at specified batch time.
|