SparkUITab¶
SparkUITab
is an extension of the WebUITab abstraction for UI tabs with the application name and Spark version.
Implementations¶
Creating Instance¶
SparkUITab
takes the following to be created:
- Parent SparkUI
- URL Prefix
Abstract Class
SparkUITab
is an abstract class and cannot be created directly. It is created indirectly for the concrete SparkUITabs.
Application Name¶
appName: String
appName
requests the parent SparkUI for the appName.
Spark Version¶
appSparkVersion: String
appSparkVersion
requests the parent SparkUI for the appSparkVersion.