package launcher

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AdditionalMetricsSender extends AnyRef
  2. trait AutoScaler extends AnyRef
  3. trait ByopLauncher extends SidecarLauncher
  4. trait ClusterStateService extends AnyRef
  5. case class HistoryServerLauncherArgs(logPath: String, memory: String, ytConfig: YtClientConfiguration, baseDiscoveryPath: String, waitMasterTimeout: Duration) extends Product with Serializable
  6. 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
  7. class LogServiceRunnable extends Runnable with LogLazy
  8. case class MasterLauncherArgs(ytConfig: YtClientConfiguration, baseDiscoveryPath: String, operationId: String, groupId: Option[String]) extends Product with Serializable
  9. sealed trait Service extends AnyRef
  10. sealed trait ServiceWithAddress extends Service
  11. trait SidecarConfig extends AnyRef
  12. trait SidecarConfigUtils extends AnyRef
  13. trait SidecarLauncher extends AnyRef
  14. 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
  15. trait SolomonLauncher extends SidecarLauncher
  16. trait SparkLauncher extends AnyRef
  17. trait SparkStateService extends AnyRef
  18. trait VanillaLauncher extends AnyRef
  19. case class WorkerLauncherArgs(cores: Int, memory: String, ytConfig: YtClientConfiguration, baseDiscoveryPath: String, waitMasterTimeout: Duration, operationId: String) extends Product with Serializable
  20. class WorkerLogWriter extends LogLazy

Value Members

  1. object AdditionalMetricsSender
  2. object AddressUtils extends Logging
  3. object AutoScaler
  4. object ByopLauncher
  5. object ClusterStateService extends LogLazy
  6. object HistoryServerLauncher extends App with VanillaLauncher with SparkLauncher
  7. object HistoryServerLauncherArgs extends Serializable
  8. object LivyLauncher extends App with VanillaLauncher with SparkLauncher
  9. object LivyLauncherArgs extends Serializable
  10. object MasterLauncher extends App with VanillaLauncher with SparkLauncher with MasterWrapperLauncher with SolomonLauncher
  11. object MasterLauncherArgs extends Serializable
  12. object Service
  13. object SolomonConfig extends SidecarConfigUtils with Serializable
  14. object SparkStateService
  15. object TcpProxyService
  16. object WorkerLauncher extends App with VanillaLauncher with SparkLauncher with ByopLauncher with SolomonLauncher
  17. object WorkerLauncherArgs extends Serializable
  18. object WorkerLogLauncher extends VanillaLauncher

Ungrouped