p
gcp4zio
package gcp4zio
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- gcp4zio
- ApplicationLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class BQ(client: BigQuery) extends Service[Task] with Product with Serializable
- Annotations
- @SuppressWarnings()
- type BQEnv = Has[Service[Task]]
- sealed trait BQInputType extends Serializable
- case class BQLoadException(msg: String) extends RuntimeException with Product with Serializable
- type BlockingTask[A] = ZIO[Blocking, Throwable, A]
- 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
- case class DP(client: ClusterControllerClient) extends Service with Product with Serializable
- type DPEnv = Has[Service]
- case class DPJob(client: JobControllerClient) extends Service with Product with Serializable
- Annotations
- @SuppressWarnings()
- type DPJobEnv = Has[Service]
- case class GCS(client: Storage) extends Service with Product with Serializable
- Annotations
- @SuppressWarnings()
- type GCSEnv = Has[Service]
- type GCSSink = ZSink[Blocking, IOException, Byte, Byte, Long]
- type GCSSinkWithEnv = ZSink[GCSEnv with Blocking, IOException, Byte, Byte, Long]
- type GCSStream = ZStream[Blocking, IOException, Byte]
- type GCSStreamWithEnv = ZStream[GCSEnv with Blocking, IOException, Byte]
Value Members
- lazy val logger: Logger
- Definition Classes
- ApplicationLogger
- object BQ extends Serializable
- object BQApi
- object BQClient
- object BQInputType extends Serializable
- object DP extends Serializable
- object DPApi
- object DPClient
- Annotations
- @SuppressWarnings()
- object DPJob extends Serializable
- object DPJobApi
- object DPJobClient
- Annotations
- @SuppressWarnings()
- object GCS extends Serializable
- object GCSApi
- object GCSClient