implicit final class ClusterSettingsMutableBuilder[Self <: ClusterSettings] extends AnyVal
- Annotations
- @inline()
- Source
- clusterMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterSettingsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClusterSettingsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setArgs(value: Array[java.lang.String]): Self
- Annotations
- @inline()
- def setArgsUndefined: Self
- Annotations
- @inline()
- def setArgsVarargs(value: java.lang.String*): Self
- Annotations
- @inline()
- def setExec(value: java.lang.String): Self
- Annotations
- @inline()
- def setExecArgv(value: Array[java.lang.String]): Self
- Annotations
- @inline()
- def setExecArgvUndefined: Self
- Annotations
- @inline()
- def setExecArgvVarargs(value: java.lang.String*): Self
- Annotations
- @inline()
- def setExecUndefined: Self
- Annotations
- @inline()
- def setGid(value: Double): Self
- Annotations
- @inline()
- def setGidUndefined: Self
- Annotations
- @inline()
- def setInspectPort(value: |[Double, Function0[Double]]): Self
- Annotations
- @inline()
- def setInspectPortFunction0(value: () => Double): Self
- Annotations
- @inline()
- def setInspectPortUndefined: Self
- Annotations
- @inline()
- def setSilent(value: Boolean): Self
- Annotations
- @inline()
- def setSilentUndefined: Self
- Annotations
- @inline()
- def setStdio(value: Array[Any]): Self
- Annotations
- @inline()
- def setStdioUndefined: Self
- Annotations
- @inline()
- def setStdioVarargs(value: Any*): Self
- Annotations
- @inline()
- def setUid(value: Double): Self
- Annotations
- @inline()
- def setUidUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self