package launcher
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AdditionalMetricsSender extends AnyRef
- trait AutoScaler extends AnyRef
- trait ByopLauncher extends SidecarLauncher
- trait ClusterStateService extends AnyRef
- case class HistoryServerLauncherArgs(logPath: String, memory: String, ytConfig: YtClientConfiguration, baseDiscoveryPath: String, waitMasterTimeout: Duration) extends Product with Serializable
- case class LivyLauncherArgs(port: Int, ytConfigO: Option[YtClientConfiguration], driverCores: Int, driverMemory: String, maxSessions: Int, groupId: Option[String], masterGroupId: Option[String], baseDiscoveryPath: Option[String], waitMasterTimeout: Duration, fixedMasterAddress: Option[String]) extends Product with Serializable
- class LogServiceRunnable extends Runnable with LogLazy
- case class MasterLauncherArgs(ytConfig: YtClientConfiguration, baseDiscoveryPath: String, operationId: String, groupId: Option[String]) extends Product with Serializable
- sealed trait Service extends AnyRef
- sealed trait ServiceWithAddress extends Service
- trait SidecarConfig extends AnyRef
- trait SidecarConfigUtils extends AnyRef
- trait SidecarLauncher extends AnyRef
- case class SolomonConfig(binaryPath: String, configPaths: Seq[String], configDirectory: String, solomonConfigFile: String, port: Int, pushPort: Int, monitoringPort: Int, operationAlias: String, ytJobCookie: String, ytConf: YtClientConfiguration, timeout: Duration, sparkComponent: String, sparkUiPort: Int) extends SidecarConfig with Product with Serializable
- trait SolomonLauncher extends SidecarLauncher
- trait SparkLauncher extends AnyRef
- trait SparkStateService extends AnyRef
- trait VanillaLauncher extends AnyRef
- case class WorkerLauncherArgs(cores: Int, memory: String, ytConfig: YtClientConfiguration, baseDiscoveryPath: String, waitMasterTimeout: Duration, operationId: String) extends Product with Serializable
- class WorkerLogWriter extends LogLazy
Value Members
- object AdditionalMetricsSender
- object AddressUtils extends Logging
- object AutoScaler
- object ByopLauncher
- object ClusterStateService extends LogLazy
- object HistoryServerLauncher extends App with VanillaLauncher with SparkLauncher
- object HistoryServerLauncherArgs extends Serializable
- object LivyLauncher extends App with VanillaLauncher with SparkLauncher
- object LivyLauncherArgs extends Serializable
- object MasterLauncher extends App with VanillaLauncher with SparkLauncher with MasterWrapperLauncher with SolomonLauncher
- object MasterLauncherArgs extends Serializable
- object Service
- object SolomonConfig extends SidecarConfigUtils with Serializable
- object SparkStateService
- object TcpProxyService
- object WorkerLauncher extends App with VanillaLauncher with SparkLauncher with ByopLauncher with SolomonLauncher
- object WorkerLauncherArgs extends Serializable
- object WorkerLogLauncher extends VanillaLauncher