Packages

class YtHistoryServer extends HistoryServer

Linear Supertypes
HistoryServer, ApplicationCacheOperations, UIRoot, WebUI, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YtHistoryServer
  2. HistoryServer
  3. ApplicationCacheOperations
  4. UIRoot
  5. WebUI
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YtHistoryServer(conf: SparkConf, provider: ApplicationHistoryProvider, securityManager: SecurityManager, port: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addStaticHandler(resourceBase: String, path: String): Unit
    Definition Classes
    WebUI
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def attachHandler(contextPath: String, httpServlet: HttpServlet, pathSpec: String): Unit
    Definition Classes
    WebUI
  7. def attachHandler(handler: ServletContextHandler): Unit
    Definition Classes
    WebUI
  8. def attachPage(page: WebUIPage): Unit
    Definition Classes
    WebUI
  9. def attachSparkUI(appId: String, attemptId: Option[String], ui: SparkUI, completed: Boolean): Unit
    Definition Classes
    HistoryServer → ApplicationCacheOperations
  10. def attachTab(tab: WebUITab): Unit
    Definition Classes
    WebUI
  11. def bind(): Unit
    Definition Classes
    HistoryServer → WebUI
  12. def boundPort: Int
    Definition Classes
    WebUI
  13. val cacheMetrics: CacheMetrics
    Definition Classes
    HistoryServer
  14. def checkUIViewPermissions(appId: String, attemptId: Option[String], user: String): Boolean
    Definition Classes
    HistoryServer → UIRoot
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def detachHandler(path: String): Unit
    Definition Classes
    WebUI
  17. def detachHandler(handler: ServletContextHandler): Unit
    Definition Classes
    WebUI
  18. def detachPage(page: WebUIPage): Unit
    Definition Classes
    WebUI
  19. def detachSparkUI(appId: String, attemptId: Option[String], ui: SparkUI): Unit
    Definition Classes
    HistoryServer → ApplicationCacheOperations
  20. def detachTab(tab: WebUITab): Unit
    Definition Classes
    WebUI
  21. def emptyListingHtml(): Seq[Node]
    Definition Classes
    HistoryServer
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def getAppUI(appId: String, attemptId: Option[String]): Option[LoadedAppUI]
    Definition Classes
    HistoryServer → ApplicationCacheOperations
  25. def getApplicationInfo(appId: String): Option[ApplicationInfo]
    Definition Classes
    HistoryServer → UIRoot
  26. def getApplicationInfoList: Iterator[ApplicationInfo]
    Definition Classes
    HistoryServer → UIRoot
  27. def getApplicationList(): Iterator[ApplicationInfo]
    Definition Classes
    HistoryServer
  28. def getBasePath: String
    Definition Classes
    WebUI
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getDelegatingHandlers: Seq[DelegatingServletContextHandler]
    Definition Classes
    WebUI
  31. def getEventLogsUnderProcess(): Int
    Definition Classes
    HistoryServer
  32. def getHandlers: Seq[ServletContextHandler]
    Definition Classes
    WebUI
  33. def getLastUpdatedTime(): Long
    Definition Classes
    HistoryServer
  34. def getProviderConfig(): Map[String, String]
    Definition Classes
    HistoryServer
  35. def getTabs: Seq[WebUITab]
    Definition Classes
    WebUI
  36. val handlers: ArrayBuffer[ServletContextHandler]
    Attributes
    protected
    Definition Classes
    WebUI
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def initialize(): Unit
    Definition Classes
    YtHistoryServer → HistoryServer → WebUI
  39. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  40. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isSecure: Boolean
    Definition Classes
    WebUI
  43. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  44. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  45. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  48. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  49. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  50. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  51. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  52. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. val pageToHandlers: HashMap[WebUIPage, ArrayBuffer[ServletContextHandler]]
    Attributes
    protected
    Definition Classes
    WebUI
  60. val publicHostName: String
    Attributes
    protected
    Definition Classes
    WebUI
  61. def scheme: String
    Definition Classes
    WebUI
  62. val securityManager: SecurityManager
    Definition Classes
    WebUI
  63. var serverInfo: Option[ServerInfo]
    Attributes
    protected
    Definition Classes
    WebUI
  64. val sslOptions: SSLOptions
    Definition Classes
    WebUI
  65. def stop(): Unit
    Definition Classes
    HistoryServer → WebUI
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. val tabs: ArrayBuffer[WebUITab]
    Attributes
    protected
    Definition Classes
    WebUI
  68. def toString(): String
    Definition Classes
    HistoryServer → AnyRef → Any
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. def webUrl: String
    Definition Classes
    WebUI
  73. def withSparkUI[T](appId: String, attemptId: Option[String])(fn: (SparkUI) ⇒ T): T
    Definition Classes
    HistoryServer → UIRoot
  74. def writeEventLogs(appId: String, attemptId: Option[String], zipStream: ZipOutputStream): Unit
    Definition Classes
    HistoryServer → UIRoot

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from HistoryServer

Inherited from ApplicationCacheOperations

Inherited from UIRoot

Inherited from WebUI

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped