Packages

package dp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ClusterProps(bucketName: String, internalIpOnly: Boolean = true, subnetUri: Option[String] = None, networkTags: List[String] = List.empty, serviceAccount: Option[String] = None, idleDeletionDurationSecs: Option[Long] = Some(1800L), masterMachineType: String = "n1-standard-4", workerMachineType: String = "n1-standard-4", imageVersion: String = "1.5-debian10", bootDiskType: String = "pd-ssd", masterBootDiskSizeGb: Int = 400, workerBootDiskSizeGb: Int = 200, masterNumInstance: Int = 1, workerNumInstance: Int = 3) extends Product with Serializable
  2. trait DPCluster extends AnyRef
  3. case class DPClusterImpl(client: ClusterControllerClient) extends DPCluster with Product with Serializable
  4. trait DPJob extends AnyRef
  5. case class DPJobImpl(client: JobControllerClient) extends DPJob with Product with Serializable
    Annotations
    @SuppressWarnings()

Value Members

  1. object DPCluster
  2. object DPClusterClient
    Annotations
    @SuppressWarnings()
  3. object DPJob
  4. object DPJobClient
    Annotations
    @SuppressWarnings()

Inherited from AnyRef

Inherited from Any

Ungrouped