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. lazy val healthCheck: Option[HealthCheck]
    Attributes
    protected
    Definition Classes
    Environment
  29. def isEnterprise: Boolean
    Definition Classes
    CommunityEnvironmentEnvironment
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  32. val loggerFactory: NamedLoggerFactory
  33. val metricsFactory: MetricsFactory
    Definition Classes
    Environment
  34. lazy val migrationsFactory: DbMigrationsFactory
    Attributes
    protected
    Definition Classes
    CommunityEnvironmentEnvironment
  35. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def now: CantonTimestamp

    Return current time of environment

    Return current time of environment

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

    Sim-clock if environment is using static time

    Sim-clock if environment is using static time

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

    Start all instances described in the configuration

    Start all instances described in the configuration

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