Package

gcp4zio

dp

Permalink

package dp

Linear Supertypes
ApplicationLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dp
  2. ApplicationLogger
  3. AnyRef
  4. 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

    Permalink
  2. trait DPApi[F[_]] extends AnyRef

    Permalink
  3. type DPEnv = DPApi[Task]

    Permalink
  4. trait DPJobApi[F[_]] extends AnyRef

    Permalink
  5. type DPJobEnv = DPJobApi[Task]

    Permalink
  6. case class DPJobLive(client: JobControllerClient) extends DPJobApi[Task] with Product with Serializable

    Permalink
    Annotations
    @SuppressWarnings()
  7. case class DPLive(client: ClusterControllerClient) extends DPApi[Task] with Product with Serializable

    Permalink

Value Members

  1. object DPApi

    Permalink
  2. object DPClient

    Permalink
    Annotations
    @SuppressWarnings()
  3. object DPJobApi

    Permalink
  4. object DPJobClient

    Permalink
    Annotations
    @SuppressWarnings()
  5. object DPJobLive extends Serializable

    Permalink
  6. object DPLive extends Serializable

    Permalink
  7. lazy val logger: Logger

    Permalink
    Definition Classes
    ApplicationLogger

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped