Packages

t

io.scalajs.nodejs.cluster

ClusterSettings

trait ClusterSettings extends Object

Cluster Settings

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterSettings
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val args: Array[String]

    <Array> string arguments passed to worker.

    <Array> string arguments passed to worker. (Default=process.argv.slice(2))

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val cwd: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val exec: String

    <String> file path to worker file.

    <String> file path to worker file. (Default=process.argv[1])

  11. val execArgv: Array[String]

    <Array> list of string arguments passed to the Node.js executable.

    <Array> list of string arguments passed to the Node.js executable. (Default=process.execArgv)

  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val gid: GID

    <Number> Sets the group identity of the process.

    <Number> Sets the group identity of the process. (See setgid(2).)

  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val inspectPort: |[Int, Function]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  24. val serialization: UndefOr[String]
  25. val silent: Boolean

    <Boolean> whether or not to send output to parent's stdio.

    <Boolean> whether or not to send output to parent's stdio. (Default=false)

  26. val stdio: Array[Any]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toLocaleString(): String
    Definition Classes
    Object
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val uid: UID

    <Number> Sets the user identity of the process.

    <Number> Sets the user identity of the process. (See setuid(2).)

  31. def valueOf(): Any
    Definition Classes
    Object
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. val windowsHide: Boolean

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped