package data

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CreateSubmissionsError (message: String) extends HttpRequestError with Product with Serializable
  2. sealed trait HttpRequestError extends AnyRef

    Created by Morozov Oleksandr on 6/15/17.

  3. case class Request (action: ActionType, appArgs: Array[String], appResource: String, clientSparkVersion: String, environmentVariables: String, mainClass: String, sparkProperties: Map[String, String]) extends Product with Serializable

    Created by Morozov Oleksandr on 6/14/17.

  4. case class Response (action: ActionType, driverState: Option[State], serverSparkVersion: String, submissionId: String, success: Boolean, workerHostPort: Option[String], workerId: Option[String], message: Option[String]) extends Product with Serializable

    Created by Morozov Oleksandr on 6/14/17.

  5. case class StatusSubmissionsError (message: String) extends HttpRequestError with Product with Serializable

Value Members

  1. object Action

    Created by Morozov Oleksandr on 6/14/17.

  2. object DriverStage

    Created by Morozov Oleksandr on 6/14/17.

  3. object Request extends Serializable
  4. object Response extends Serializable

Ungrouped