Packages

case class InitConfig(identity: Option[Identity] = None, nodeIdentifier: NodeIdentifierConfig = NodeIdentifierConfig.Config) extends InitConfigBase with Product with Serializable

Configuration for the node's init process

nodeIdentifier

Controls the identifier that will be assigned to the node during auto-init

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InitConfig
  2. Serializable
  3. Product
  4. Equals
  5. InitConfigBase
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InitConfig(identity: Option[Identity] = None, nodeIdentifier: NodeIdentifierConfig = NodeIdentifierConfig.Config)

    nodeIdentifier

    Controls the identifier that will be assigned to the node during auto-init

Value Members

  1. def autoInit: Boolean
    Definition Classes
    InitConfigBase
  2. val identity: Option[Identity]
    Definition Classes
    InitConfigInitConfigBase
  3. val nodeIdentifier: NodeIdentifierConfig
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product