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. def createClock(nodeTypeAndName: Option[(String, String)]): Clock
    Attributes
    protected
    Definition Classes
    Environment
  14. def createConsole(consoleOutput: ConsoleOutput = StandardConsoleOutput, createAdminCommandRunner: (ConsoleEnvironment) => ConsoleGrpcAdminCommandRunner = new ConsoleGrpcAdminCommandRunner(_)): Console
    Definition Classes
    Environment
  15. def createDomain(name: String, domainConfig: DomainConfigType): DomainNodeBootstrap
    Attributes
    protected
    Definition Classes
    Environment
    Annotations
    @VisibleForTesting()
  16. def createHealthDumpGenerator(commandRunner: GrpcAdminCommandRunner): HealthDumpGenerator[CommunityCantonStatus]
    Definition Classes
    CommunityEnvironmentEnvironment
  17. def createParticipant(name: String, participantConfig: ParticipantConfigType): ParticipantNodeBootstrap
    Attributes
    protected
    Definition Classes
    Environment
    Annotations
    @VisibleForTesting()
  18. val domainFactory: Factory[CommunityDomainConfig]
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  19. lazy val domains: DomainNodes[DomainConfigType]
    Definition Classes
    Environment
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. implicit val executionContext: ExecutionContextIdlenessExecutorService
    Definition Classes
    Environment
  24. implicit val executionSequencerFactory: ExecutionSequencerFactory
    Definition Classes
    Environment
  25. val futureSupervisor: FutureSupervisor
    Attributes
    protected
    Definition Classes
    Environment
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def isEnterprise: Boolean
    Definition Classes
    CommunityEnvironmentEnvironment
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  31. val loggerFactory: NamedLoggerFactory
  32. val metricsFactory: MetricsFactory
    Definition Classes
    Environment
  33. lazy val migrationsFactory: DbMigrationsFactory
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  34. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def now: CantonTimestamp

    Return current time of environment

    Return current time of environment

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

    Sim-clock if environment is using static time

    Sim-clock if environment is using static time

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

    Start all instances described in the configuration

    Start all instances described in the configuration

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