RunMode

scala.cli.commands.run.RunMode
See theRunMode companion class
object RunMode

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
RunMode.type

Members list

Type members

Classlikes

case object Default extends HasRepl

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class HasRepl
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Default.type
case object HadoopJar extends RunMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
HadoopJar.type
sealed abstract class HasRepl extends RunMode

Attributes

Supertypes
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Default
sealed abstract class Spark extends RunMode

Attributes

Supertypes
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class SparkSubmit(submitArgs: Seq[String]) extends Spark

Attributes

Supertypes
class Spark
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StandaloneSparkSubmit(submitArgs: Seq[String]) extends Spark

Attributes

Supertypes
class Spark
class RunMode
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror