DPLive

case class DPLive(client: ClusterControllerClient) extends DPApi[Task]
Companion:
object
trait Serializable
trait Product
trait Equals
trait DPApi[Task]
class Object
trait Matchable
class Any

Value members

Concrete methods

def createDataproc(clusterName: String, project: String, region: String, props: ClusterProps): Task[Cluster]
def deleteDataproc(clusterName: String, project: String, region: String): Task[Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product