StoragePage
takes the following when created:
-
Parent SparkUITab
rddRow(rdd: v1.RDDStorageInfo): Seq[Node]
rddRow
…FIXME
Note
|
rddRow is used when…FIXME
|
rddTable(rdds: Seq[v1.RDDStorageInfo]): Seq[Node]
rddTable
…FIXME
Note
|
rddTable is used when…FIXME
|
receiverBlockTables(blocks: Seq[StreamBlockData]): Seq[Node]
receiverBlockTables
…FIXME
Note
|
receiverBlockTables is used when…FIXME
|
render(request: HttpServletRequest): Seq[Node]
Note
|
render is part of WebUIPage Contract to…FIXME.
|
render
requests the AppStatusStore for rddList and renders an HTML table with their details (if available).
render
requests the AppStatusStore for streamBlocksList and renders an HTML table with receiver blocks (if available).
In the end, render
requests UIUtils
to headerSparkPage
(with Storage
title).