Packages

package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package admin
  2. package api
  3. package block
  4. package config
  5. package governance
  6. package initialization
  7. package manager
  8. package mediator
  9. package metrics
  10. package sequencing
  11. package service
  12. package topology

Type Members

  1. class Domain extends CantonNode with NamedLogging with HasUptime with NoTracing

    A domain in the system.

    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.

  2. class DomainNodeBootstrap extends CantonNodeBootstrapBase[Domain, DomainConfig, DomainNodeParameters] with DomainTopologyManagerIdentityInitialization[StoredDomainNodeSettings]

    Startup / Bootstrapping class for domain

    Startup / Bootstrapping class for domain

    The domain startup has three stages: (1) start core services, wait until domainId is initialized (first time) (2) start domain topology manager, wait until essential state is seeded (sequencer, identity and mediator keys are set) (3) start domain entities

  3. case class DomainNodeParameters(general: General, protocol: Protocol, maxBurstFactor: PositiveDouble) extends CantonNodeParameters with HasGeneralCantonNodeParameters with HasProtocolCantonNodeParameters with CantonNodeWithSequencerParameters with Product with Serializable

    Parameters used by domain nodes

    Parameters used by domain nodes

    We "merge" parameters that are valid for all nodes (i.e. canton.parameters) and the node specific parameters together into this class.

    general

    the node parameters required by the base class

    protocol

    related parameters which are configured differently (not all nodes have the same set of parameters)

Ungrouped