trait MediatorNodeBootstrapCommon[T <: CantonNode, NC <: LocalNodeConfig with MediatorNodeConfigCommon] extends AnyRef
- Self Type
- MediatorNodeBootstrapCommon[T, NC] with CantonNodeBootstrapBase[T, NC, MediatorNodeParameters, MediatorNodeMetrics]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MediatorNodeBootstrapCommon
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type TopologyComponentFactory = (DomainId, StaticDomainParameters, ProtocolVersion) => EitherT[Future, String, (TopologyTransactionProcessorCommon, DomainTopologyClientWithInit)]
Abstract Value Members
- implicit abstract def executionSequencerFactory: ExecutionSequencerFactory
- Attributes
- protected
- abstract val replicaManager: MediatorReplicaManager
- Attributes
- protected
Concrete 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()
- lazy val deferredSequencerClientHealth: MutableHealthComponent
- Attributes
- protected
- 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 initializeNodePrerequisites(storage: Storage, crypto: Crypto, mediatorId: MediatorId, fetchConfig: () => EitherT[Future, String, Option[MediatorDomainConfiguration]], saveConfig: (MediatorDomainConfiguration) => EitherT[Future, String, Unit], indexedStringStore: IndexedStringStore, topologyComponentFactory: (MediatorNodeBootstrapCommon.this)#TopologyComponentFactory, topologyManagerStatusO: Option[TopologyManagerStatus]): EitherT[Future, String, DomainId]
Attempt to start the node with this identity.
Attempt to start the node with this identity.
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkNodeHealthService(storage: Storage): (DependenciesHealthService, LivenessHealthService)
- Attributes
- protected
- 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()
- 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])