Interface BaseStreamingAppResource
- All Superinterfaces:
- ApiRequestContext,- BaseAppResource
Base class for streaming API handlers, provides easy access to the streaming listener that
 holds the app's information.
- 
Method SummaryModifier and TypeMethodDescription<T> TwithListener(scala.Function1<org.apache.spark.streaming.ui.StreamingJobProgressListener, T> fn) Methods inherited from interface org.apache.spark.status.api.v1.ApiRequestContexthttpRequest, servletContext, uiRootMethods inherited from interface org.apache.spark.status.api.v1.BaseAppResourceappId, attemptId, checkUIViewPermissions, withUI
- 
Method Details- 
withListener<T> T withListener(scala.Function1<org.apache.spark.streaming.ui.StreamingJobProgressListener, T> fn) 
 
-