class Domain extends CantonNode with NamedLogging with HasUptime with NoTracing
A domain in the system.
The domain offers to the participant nodes: - sequencing for total-order multicast. - mediator as part of the transaction protocol coordination. - identity providing service.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Domain
- NoTracing
- HasUptime
- NamedLogging
- CantonNode
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Domain(config: DomainConfig, clock: Clock, staticDomainParameters: StaticDomainParameters, adminApiRegistry: CantonMutableHandlerRegistry, domainTopologyManager: DomainTopologyManager, agreementManager: Option[ServiceAgreementManager], topologyManagementArtefacts: TopologyManagementComponents, storage: Storage, sequencerRuntime: SequencerRuntime, mediatorRuntime: MediatorRuntime, publicServer: CloseableServer, loggerFactory: NamedLoggerFactory, healthData: => Seq[ComponentStatus])(implicit executionContext: ExecutionContextExecutorService)
- config
Domain configuration com.digitalasset.canton.domain.config.DomainConfig parsed from config file.
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
- val agreementManager: Option[ServiceAgreementManager]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clock: Clock
The clock used to measure up-time
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- Domain → AutoCloseable
- val config: DomainConfig
- val domainTopologyManager: DomainTopologyManager
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isActive: Boolean
- Definition Classes
- Domain → CantonNode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- Domain → NamedLogging
- val mediatorRuntime: MediatorRuntime
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def registerAdminServices(): Unit
- def status: Future[DomainStatus]
- Definition Classes
- Domain → CantonNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def traceContext: TraceContext
- Attributes
- protected
- Definition Classes
- NoTracing
- def uptime(): Duration
- Attributes
- protected
- Definition Classes
- HasUptime
- 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])