com.homedepot.bbc.grmr

BBCStructures

Related Doc: package grmr

object BBCStructures

Created by Ferosh Jacob on 11/7/16.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BBCStructures
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ActionTypeWithId extends AnyRef

  2. case class Cluster(id: Int, variableName: String, clusterConfigs: List[ClusterConfig]) extends Declaration with Product with Serializable

  3. sealed trait ClusterConfig extends AnyRef

  4. case class ClusterConfigImage(image: Expression) extends ClusterConfig with Product with Serializable

  5. case class ClusterConfigProperties(props: Expression) extends ClusterConfig with Product with Serializable

  6. case class ClusterConfigWorkers(workers: Expression) extends ClusterConfig with Product with Serializable

  7. case class ClusterStore(running: List[String]) extends Product with Serializable

  8. sealed trait Declaration extends AnyRef

  9. case class DeleteGCSFolderAction(folder: Expression, identifier: Int) extends ActionTypeWithId with Product with Serializable

  10. case class GCloudLocation(bucketLocation: String) extends Product with Serializable

  11. sealed trait Location extends AnyRef

  12. sealed trait NexusConfig extends AnyRef

  13. case class NexusConfigPassword(password: Expression) extends NexusConfig with Product with Serializable

  14. case class NexusConfigRepositoryName(name: Expression) extends NexusConfig with Product with Serializable

  15. case class NexusConfigURL(url: Expression) extends NexusConfig with Product with Serializable

  16. case class NexusConfigUsername(username: Expression) extends NexusConfig with Product with Serializable

  17. case class NexusJarURI(org: Expression, artifactId: Expression, version: Expression, nexusKey: String) extends SparkJobConfig with Product with Serializable

  18. case class NexusRepository(id: Int, name: String, nexusConfig: List[NexusConfig]) extends Declaration with Product with Serializable

  19. sealed trait ProgramConfig extends AnyRef

  20. case class ProgramConfigCloudWorkspace(cloudWorkspace: Expression) extends ProgramConfig with Product with Serializable

  21. case class ProgramConfigEnv(env: Expression) extends ProgramConfig with Product with Serializable

  22. case class ProgramConfigName(name: String) extends ProgramConfig with Product with Serializable

  23. case class ProgramConfigZone(zone: Expression) extends ProgramConfig with Product with Serializable

  24. sealed trait Repository extends AnyRef

  25. case class RepositoryLocation(groupId: Expression, artifactId: Expression, version: Expression, repository: Repository) extends Product with Serializable

  26. case class RunSparkJobAction(job: String, cluster: String, identifier: Int) extends ActionTypeWithId with Product with Serializable

  27. case class SparkJob(name: String, sparkJobConfigs: List[SparkJobConfig]) extends Declaration with Product with Serializable

  28. sealed trait SparkJobConfig extends AnyRef

  29. case class SparkJobConfigArgs(args: Array[Expression]) extends SparkJobConfig with Product with Serializable

  30. case class SparkJobConfigClassName(className: Expression) extends SparkJobConfig with Product with Serializable

  31. case class SparkJobConfigJarURI(uri: Expression) extends SparkJobConfig with Product with Serializable

  32. case class SparkJobConfigProps(props: Expression) extends SparkJobConfig with Product with Serializable

  33. case class VariableDeclaration(name: String, valueOption: Option[Expression]) extends Product with Serializable

  34. case class VariableDeclarations(variables: List[VariableDeclaration]) extends Declaration with Product with Serializable

  35. sealed trait VariableValueType extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object BooleanType extends VariableValueType

  5. object EmptyProgramConfig extends ProgramConfig with Product with Serializable

  6. object EmptyVariableType extends VariableValueType

  7. object FloatType extends VariableValueType

  8. object IntType extends VariableValueType

  9. object StringType extends VariableValueType

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def rand: Long

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. var variableStore: Map[String, Expression]

  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped