Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Apr 1, 2015
1 parent 674f8dc commit 1578a4a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ private[spark] object JsonRootResource {
}


/**
* This trait is shared by the all the root containers for application UI information --
* the HistoryServer, the Master UI, and the application UI. This provides the common
* interface needed for them all to expose application info as json.
*/
private[spark] trait UIRoot {
def getSparkUI(appKey: String): Option[SparkUI]
def getApplicationInfoList: Seq[ApplicationInfo]
Expand Down

0 comments on commit 1578a4a

Please sign in to comment.