Packages

object domains extends Helpful

Annotations
@Summary(s = "Manage domain connections on several participants at once", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Domains")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. domains
  2. Helpful
  3. AnyRef
  4. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def connect_local(domain: InstanceReferenceWithSequencerConnection, manualConnect: Boolean = false, synchronize: Option[NonNegativeDuration] = Some( consoleEnvironment.commandTimeouts.bounded )): Unit
    Annotations
    @Summary(s = "Register and potentially connect to new local domain", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """
    The arguments are:
    domain - A local domain or sequencer reference
    manualConnect - Whether this connection should be handled manually and also excluded from automatic re-connect.
    synchronize - A timeout duration indicating how long to wait for all topology changes to have been effected on all local nodes.
    """
    )
  7. def disconnect(alias: DomainAlias): Unit
    Annotations
    @Summary(s = "Disconnect from domain", flag = console.this.Help.Summary.<init>$default$2)
  8. def disconnect_all(): Unit
    Annotations
    @Summary(s = "Disconnect from all connected domains", flag = console.this.Help.Summary.<init>$default$2)
  9. def disconnect_local(domain: LocalDomainReference): Unit
    Annotations
    @Summary(s = "Disconnect from a local domain", flag = console.this.Help.Summary.<init>$default$2)
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
    Annotations
    @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
  15. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def reconnect(alias: DomainAlias, retry: Boolean = true): Unit
    Annotations
    @Summary(s = "Reconnect to domain", flag = console.this.Help.Summary.<init>$default$2) @Description(s = "If retry is set to true (default), the command will return after the first attempt, but keep on trying in the background.")
  21. def reconnect_all(ignoreFailures: Boolean = true): Unit
    Annotations
    @Summary(s = "Reconnect to all domains for which `manualStart` = false", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """If ignoreFailures is set to true (default), the reconnect all will succeed even if some domains are offline.
    | The participants will continue attempting to establish a domain connection."""
    )
  22. def register(config: DomainConnectionConfig): Unit
    Annotations
    @Summary(s = "Register and potentially connect to domain", flag = console.this.Help.Summary.<init>$default$2)
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Helpful

Inherited from AnyRef

Inherited from Any

Ungrouped