c

com.digitalasset.canton.environment

CommunityEnvironment

class CommunityEnvironment extends Environment

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommunityEnvironment
  2. Environment
  3. NoTracing
  4. AutoCloseable
  5. NamedLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CommunityEnvironment(config: CantonCommunityConfig, testingConfig: TestingConfigInternal, loggerFactory: NamedLoggerFactory)

Type Members

  1. type Config = CantonCommunityConfig
    Definition Classes
    CommunityEnvironmentEnvironment
  2. type Console = CommunityConsoleEnvironment
    Definition Classes
    CommunityEnvironmentEnvironment

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. def _createConsole(consoleOutput: ConsoleOutput, createAdminCommandRunner: (ConsoleEnvironment) => ConsoleGrpcAdminCommandRunner): CommunityConsoleEnvironment
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  5. implicit val actorSystem: ActorSystem
    Definition Classes
    Environment
  6. def addUserCloseable(closeable: AutoCloseable): Unit
    Definition Classes
    Environment
  7. def allNodes: List[Nodes[CantonNode, CantonNodeBootstrap[CantonNode]]]
    Attributes
    protected
    Definition Classes
    Environment
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val clock: Clock
    Definition Classes
    Environment
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def close(): Unit
    Definition Classes
    Environment → AutoCloseable
  12. val config: CantonCommunityConfig
    Definition Classes
    CommunityEnvironmentEnvironment
  13. lazy val configuredOpenTelemetry: ConfiguredOpenTelemetry
    Definition Classes
    Environment
  14. def createClock(nodeTypeAndName: Option[(String, String)]): Clock
    Attributes
    protected
    Definition Classes
    Environment
  15. def createConsole(consoleOutput: ConsoleOutput = StandardConsoleOutput, createAdminCommandRunner: (ConsoleEnvironment) => ConsoleGrpcAdminCommandRunner = new ConsoleGrpcAdminCommandRunner(_)): Console
    Definition Classes
    Environment
  16. def createDomain(name: String, domainConfig: DomainConfigType): DomainNodeBootstrap
    Attributes
    protected
    Definition Classes
    Environment
    Annotations
    @VisibleForTesting()
  17. def createHealthDumpGenerator(commandRunner: GrpcAdminCommandRunner): HealthDumpGenerator[CommunityCantonStatus]
    Definition Classes
    CommunityEnvironmentEnvironment
  18. def createParticipant(name: String, participantConfig: ParticipantConfigType): ParticipantNodeBootstrap
    Attributes
    protected
    Definition Classes
    Environment
    Annotations
    @VisibleForTesting()
  19. def createParticipantX(name: String, participantConfig: ParticipantConfigType): ParticipantNodeBootstrapX
    Attributes
    protected
    Definition Classes
    Environment
  20. val domainFactory: Factory[CommunityDomainConfig]
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  21. lazy val domains: DomainNodes[DomainConfigType]
    Definition Classes
    Environment
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. implicit val executionContext: ExecutionContextIdlenessExecutorService
    Definition Classes
    Environment
  26. implicit val executionSequencerFactory: ExecutionSequencerFactory
    Definition Classes
    Environment
  27. val futureSupervisor: FutureSupervisor
    Attributes
    protected
    Definition Classes
    Environment
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. lazy val healthCheck: Option[HealthCheck]
    Attributes
    protected
    Definition Classes
    Environment
  31. def isEnterprise: Boolean
    Definition Classes
    CommunityEnvironmentEnvironment
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  34. val loggerFactory: NamedLoggerFactory
  35. lazy val metricsFactory: MetricsFactory
    Definition Classes
    Environment
  36. lazy val migrationsFactory: DbMigrationsFactory
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  37. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def now: CantonTimestamp

    Return current time of environment

    Return current time of environment

    Definition Classes
    Environment
  43. val participantNodeFactory: Factory[CommunityParticipantConfig, ParticipantNodeBootstrap]
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  44. val participantNodeFactoryX: Factory[CommunityParticipantConfig, ParticipantNodeBootstrapX]
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  45. lazy val participants: ParticipantNodes[ParticipantNodeBootstrap, ParticipantNode, ParticipantConfigType]
    Definition Classes
    Environment
  46. lazy val participantsX: ParticipantNodes[ParticipantNodeBootstrapX, ParticipantNodeX, ParticipantConfigType]
    Definition Classes
    Environment
  47. implicit val scheduler: ScheduledExecutorService
    Definition Classes
    Environment
  48. val simClock: Option[DelegatingSimClock]

    Sim-clock if environment is using static time

    Sim-clock if environment is using static time

    Definition Classes
    Environment
  49. def startAll()(implicit traceContext: TraceContext): Either[StartupError, Unit]

    Start all instances described in the configuration

    Start all instances described in the configuration

    Definition Classes
    Environment
  50. def startAndReconnect(autoConnectLocal: Boolean): Either[StartupError, Unit]

    Try to startup all nodes in the configured environment and reconnect them to one another.

    Try to startup all nodes in the configured environment and reconnect them to one another. The first error will prevent further nodes from being started. If an error is returned previously started nodes will not be stopped.

    Definition Classes
    Environment
  51. def startNodes(nodes: Seq[(String, Nodes[CantonNode, CantonNodeBootstrap[CantonNode]])])(implicit traceContext: TraceContext): Either[StartupError, Unit]
    Definition Classes
    Environment
  52. def stopAll()(implicit traceContext: TraceContext): Either[ShutdownError, Unit]
    Definition Classes
    Environment
  53. def stopNodes(nodes: Seq[(String, Nodes[CantonNode, CantonNodeBootstrap[CantonNode]])])(implicit traceContext: TraceContext): Either[ShutdownError, Unit]
    Definition Classes
    Environment
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. val testingConfig: TestingConfigInternal
    Definition Classes
    CommunityEnvironmentEnvironment
  56. def timeouts: ProcessingTimeout
    Attributes
    protected
    Definition Classes
    Environment
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. val writeHealthDumpToFile: HealthDumpFunction
    Definition Classes
    Environment

Deprecated Value Members

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

Inherited from Environment

Inherited from NoTracing

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped