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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SolomonConfig
- Serializable
- Serializable
- Product
- Equals
- SidecarConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new 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)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
binaryPath: String
- Definition Classes
- SolomonConfig → SidecarConfig
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val configDirectory: String
-
val
configPaths: Seq[String]
- Definition Classes
- SolomonConfig → SidecarConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
host: String
- Definition Classes
- SolomonConfig → SidecarConfig
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
monitoringPort: Int
- Definition Classes
- SolomonConfig → SidecarConfig
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
operationAlias: String
- Definition Classes
- SolomonConfig → SidecarConfig
-
val
port: Int
- Definition Classes
- SolomonConfig → SidecarConfig
- val pushPort: Int
-
def
serviceName: String
- Definition Classes
- SolomonConfig → SidecarConfig
- val solomonConfigFile: String
- val sparkComponent: String
- val sparkUiPort: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
timeout: Duration
- Definition Classes
- SolomonConfig → SidecarConfig
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
ytConf: YtClientConfiguration
- Definition Classes
- SolomonConfig → SidecarConfig
-
val
ytJobCookie: String
- Definition Classes
- SolomonConfig → SidecarConfig
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated