StoragePage
StoragePage
takes the following when created:
-
Parent SparkUITab
Rendering HTML Table Row for RDD Details — rddRow
Internal Method
1 2 3 4 5 |
rddRow(rdd: v1.RDDStorageInfo): Seq[Node] |
rddRow
…FIXME
Note
|
rddRow is used when…FIXME
|
Rendering HTML Table with RDD Details — rddTable
Method
1 2 3 4 5 |
rddTable(rdds: Seq[v1.RDDStorageInfo]): Seq[Node] |
rddTable
…FIXME
Note
|
rddTable is used when…FIXME
|
receiverBlockTables
Method
1 2 3 4 5 |
receiverBlockTables(blocks: Seq[StreamBlockData]): Seq[Node] |
receiverBlockTables
…FIXME
Note
|
receiverBlockTables is used when…FIXME
|
Rendering Page — render
Method
1 2 3 4 5 |
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).