class YtHistoryServer extends HistoryServer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YtHistoryServer
- HistoryServer
- ApplicationCacheOperations
- UIRoot
- WebUI
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YtHistoryServer(conf: SparkConf, provider: ApplicationHistoryProvider, securityManager: SecurityManager, port: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addStaticHandler(resourceBase: String, path: String): Unit
- Definition Classes
- WebUI
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
attachHandler(contextPath: String, httpServlet: HttpServlet, pathSpec: String): Unit
- Definition Classes
- WebUI
-
def
attachHandler(handler: ServletContextHandler): Unit
- Definition Classes
- WebUI
-
def
attachPage(page: WebUIPage): Unit
- Definition Classes
- WebUI
-
def
attachSparkUI(appId: String, attemptId: Option[String], ui: SparkUI, completed: Boolean): Unit
- Definition Classes
- HistoryServer → ApplicationCacheOperations
-
def
attachTab(tab: WebUITab): Unit
- Definition Classes
- WebUI
-
def
bind(): Unit
- Definition Classes
- HistoryServer → WebUI
-
def
boundPort: Int
- Definition Classes
- WebUI
-
val
cacheMetrics: CacheMetrics
- Definition Classes
- HistoryServer
-
def
checkUIViewPermissions(appId: String, attemptId: Option[String], user: String): Boolean
- Definition Classes
- HistoryServer → UIRoot
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
detachHandler(path: String): Unit
- Definition Classes
- WebUI
-
def
detachHandler(handler: ServletContextHandler): Unit
- Definition Classes
- WebUI
-
def
detachPage(page: WebUIPage): Unit
- Definition Classes
- WebUI
-
def
detachSparkUI(appId: String, attemptId: Option[String], ui: SparkUI): Unit
- Definition Classes
- HistoryServer → ApplicationCacheOperations
-
def
detachTab(tab: WebUITab): Unit
- Definition Classes
- WebUI
-
def
emptyListingHtml(): Seq[Node]
- Definition Classes
- HistoryServer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAppUI(appId: String, attemptId: Option[String]): Option[LoadedAppUI]
- Definition Classes
- HistoryServer → ApplicationCacheOperations
-
def
getApplicationInfo(appId: String): Option[ApplicationInfo]
- Definition Classes
- HistoryServer → UIRoot
-
def
getApplicationInfoList: Iterator[ApplicationInfo]
- Definition Classes
- HistoryServer → UIRoot
-
def
getApplicationList(): Iterator[ApplicationInfo]
- Definition Classes
- HistoryServer
-
def
getBasePath: String
- Definition Classes
- WebUI
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDelegatingHandlers: Seq[DelegatingServletContextHandler]
- Definition Classes
- WebUI
-
def
getEventLogsUnderProcess(): Int
- Definition Classes
- HistoryServer
-
def
getHandlers: Seq[ServletContextHandler]
- Definition Classes
- WebUI
-
def
getLastUpdatedTime(): Long
- Definition Classes
- HistoryServer
-
def
getProviderConfig(): Map[String, String]
- Definition Classes
- HistoryServer
-
def
getTabs: Seq[WebUITab]
- Definition Classes
- WebUI
-
val
handlers: ArrayBuffer[ServletContextHandler]
- Attributes
- protected
- Definition Classes
- WebUI
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
initialize(): Unit
- Definition Classes
- YtHistoryServer → HistoryServer → WebUI
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSecure: Boolean
- Definition Classes
- WebUI
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
pageToHandlers: HashMap[WebUIPage, ArrayBuffer[ServletContextHandler]]
- Attributes
- protected
- Definition Classes
- WebUI
-
val
publicHostName: String
- Attributes
- protected
- Definition Classes
- WebUI
-
def
scheme: String
- Definition Classes
- WebUI
-
val
securityManager: SecurityManager
- Definition Classes
- WebUI
-
var
serverInfo: Option[ServerInfo]
- Attributes
- protected
- Definition Classes
- WebUI
-
val
sslOptions: SSLOptions
- Definition Classes
- WebUI
-
def
stop(): Unit
- Definition Classes
- HistoryServer → WebUI
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tabs: ArrayBuffer[WebUITab]
- Attributes
- protected
- Definition Classes
- WebUI
-
def
toString(): String
- Definition Classes
- HistoryServer → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
webUrl: String
- Definition Classes
- WebUI
-
def
withSparkUI[T](appId: String, attemptId: Option[String])(fn: (SparkUI) ⇒ T): T
- Definition Classes
- HistoryServer → UIRoot
-
def
writeEventLogs(appId: String, attemptId: Option[String], zipStream: ZipOutputStream): Unit
- Definition Classes
- HistoryServer → UIRoot
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated