Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.06 KB

File metadata and controls

51 lines (36 loc) · 1.06 KB

BaseAppResource

BaseAppResource is the contract of ApiRequestContexts that can withUI and use appId and attemptId path parameters in URI paths.

Table 1. BaseAppResource’s Path Parameters
Name Description

appId

@PathParam("appId")

Used when…​FIXME

attemptId

@PathParam("attemptId")

Used when…​FIXME

Table 2. BaseAppResources
BaseAppResource Description

AbstractApplicationResource

BaseStreamingAppResource

StagesResource

Note
BaseAppResource is a private[v1] contract.

withUI Method

withUI[T](fn: SparkUI => T): T

withUI…​FIXME

Note
withUI is used when…​FIXME