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. val domainFactory: Factory[CommunityDomainConfig]
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  20. lazy val domains: DomainNodes[DomainConfigType]
    Definition Classes
    Environment
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. implicit val executionContext: ExecutionContextIdlenessExecutorService
    Definition Classes
    Environment
  25. implicit val executionSequencerFactory: ExecutionSequencerFactory
    Definition Classes
    Environment
  26. val futureSupervisor: FutureSupervisor
    Attributes
    protected
    Definition Classes
    Environment
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. lazy val healthCheck: Option[HealthCheck]
    Attributes
    protected
    Definition Classes
    Environment
  30. def isEnterprise: Boolean
    Definition Classes
    CommunityEnvironmentEnvironment
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  33. val loggerFactory: NamedLoggerFactory
  34. lazy val metricsFactory: MetricsFactory
    Definition Classes
    Environment
  35. lazy val migrationsFactory: DbMigrationsFactory
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  36. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def now: CantonTimestamp

    Return current time of environment

    Return current time of environment

    Definition Classes
    Environment
  42. val participantNodeFactory: Factory[CommunityParticipantConfig]
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  43. lazy val participants: ParticipantNodes[ParticipantConfigType]
    Definition Classes
    Environment
  44. implicit val scheduler: ScheduledExecutorService
    Definition Classes
    Environment
  45. val simClock: Option[DelegatingSimClock]

    Sim-clock if environment is using static time

    Sim-clock if environment is using static time

    Definition Classes
    Environment
  46. def startAll(): Either[Seq[StartupError], Unit]

    Start all instances described in the configuration

    Start all instances described in the configuration

    Definition Classes
    Environment
  47. 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
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. val testingConfig: TestingConfigInternal
    Definition Classes
    CommunityEnvironmentEnvironment
  50. def timeouts: ProcessingTimeout
    Attributes
    protected
    Definition Classes
    Environment
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. 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

Inherited from Environment

Inherited from NoTracing

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped