Add a handler for static content.
Add a handler for static content.
Root of where to find resources to serve.
Path in UI where to mount the resources.
Attach a handler to this UI.
Attach a handler to this UI.
Attach a page to this UI.
Attach a page to this UI.
Attach a tab to this UI, along with all of its attached pages.
Attach a tab to this UI, along with all of its attached pages.
Bind to the HTTP server behind this web interface.
Bind to the HTTP server behind this web interface.
Return the actual port to which this server is bound.
Return the actual port to which this server is bound. Only valid after bind().
Detach a handler from this UI.
Detach a handler from this UI.
Initialize all components of the server.
Initialize all components of the server.
Remove a static content handler.
Remove a static content handler.
Path in UI to unmount.
Stop the server behind this web interface.
Stop the server behind this web interface. Only valid after bind().
Return the url of web interface.
Return the url of web interface. Only valid after bind().
Write the event logs for the given app to the ZipOutputStream instance.
Write the event logs for the given app to the ZipOutputStream instance. If attemptId is None, event logs for all attempts of this application will be written out.
Top level user interface for a Spark application.