Package

a2mz.microspark

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. case class CreateSubmissionsError(message: String) extends HttpRequestError with Product with Serializable

    Permalink
  2. sealed trait HttpRequestError extends AnyRef

    Permalink

    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

    Permalink

    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

    Permalink

    Created by Morozov Oleksandr on 6/14/17.

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

    Permalink

Value Members

  1. object Action

    Permalink

    Created by Morozov Oleksandr on 6/14/17.

  2. object DriverStage

    Permalink

    Created by Morozov Oleksandr on 6/14/17.

  3. object Request extends Serializable

    Permalink
  4. object Response extends Serializable

    Permalink

Ungrouped