WebUIPage can be:
WebUIPage has a prefix that…FIXME
package org.apache.spark.ui
abstract class WebUIPage(var prefix: String) {
def render(request: HttpServletRequest): Seq[Node]
def renderJson(request: HttpServletRequest): JValue = JNothing
}|
Note
|
WebUIPage is a private[spark] contract.
|
| Method | Description |
|---|---|
|
Used exclusively when |
|
| WebUIPage | Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|