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
- Alphabetic
- By Inheritance
Inherited
- domains
- Helpful
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- 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.
""")
- def disconnect(alias: DomainAlias): Unit
- Annotations
- @Summary(s = "Disconnect from domain", flag = console.this.Help.Summary.<init>$default$2)
- def disconnect_all(): Unit
- Annotations
- @Summary(s = "Disconnect from all connected domains", flag = console.this.Help.Summary.<init>$default$2)
- def disconnect_local(domain: LocalDomainReference): Unit
- Annotations
- @Summary(s = "Disconnect from a local domain", flag = console.this.Help.Summary.<init>$default$2)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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.")
- 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.""")
- def register(config: DomainConnectionConfig): Unit
- Annotations
- @Summary(s = "Register and potentially connect to domain", flag = console.this.Help.Summary.<init>$default$2)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])