o

tech.ytsaurus.spark.launcher

WorkerLogLauncher

object WorkerLogLauncher extends VanillaLauncher

Linear Supertypes
VanillaLauncher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkerLogLauncher
  2. VanillaLauncher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class WorkerLogConfig(enableService: Boolean, enableJson: Boolean, scanDirectory: String, tablesPath: String, updateInterval: Duration, bufferSize: Int, ytTableRowLimit: Int, tableTTL: Duration, additionalTableOptions: Map[String, Any]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def createFromTemplate(src: File)(f: (String) ⇒ String): File
    Definition Classes
    VanillaLauncher
  7. def env(name: String, default: ⇒ String): String
    Definition Classes
    VanillaLauncher
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. lazy val home: String
    Definition Classes
    VanillaLauncher
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isProfilingEnabled: Boolean
    Definition Classes
    VanillaLauncher
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def path(path: String): String
    Definition Classes
    VanillaLauncher
  19. def prepareLog4jConfig(logJson: Boolean): Unit
    Definition Classes
    VanillaLauncher
  20. def prepareProfiler(): Unit
    Definition Classes
    VanillaLauncher
  21. def profilingJavaOpt(port: Int): String
    Definition Classes
    VanillaLauncher
  22. def replaceHome(str: String): String
    Definition Classes
    VanillaLauncher
  23. val sparkHome: String
    Definition Classes
    VanillaLauncher
  24. lazy val sparkSystemProperties: Map[String, String]
    Definition Classes
    VanillaLauncher
  25. val spytHome: String
    Definition Classes
    VanillaLauncher
  26. def start(workerLogConfig: WorkerLogConfig, client: CompoundClient): Thread
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. object WorkerLogConfig extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from VanillaLauncher

Inherited from AnyRef

Inherited from Any

Ungrouped