Class StreamingStatistics
Object
org.apache.spark.status.api.v1.streaming.StreamingStatistics
- 
Method Details- 
avgInputRate
- 
avgProcessingTime
- 
avgSchedulingDelay
- 
avgTotalDelay
- 
batchDurationpublic long batchDuration()
- 
numActiveBatchespublic long numActiveBatches()
- 
numActiveReceiverspublic int numActiveReceivers()
- 
numInactiveReceiverspublic int numInactiveReceivers()
- 
numProcessedRecordspublic long numProcessedRecords()
- 
numReceivedRecordspublic long numReceivedRecords()
- 
numReceiverspublic int numReceivers()
- 
numRetainedCompletedBatchespublic long numRetainedCompletedBatches()
- 
numTotalCompletedBatchespublic long numTotalCompletedBatches()
- 
startTime
 
-