com.digitalasset.canton.participant.config
LocalParticipantConfig
Companion object LocalParticipantConfig
trait LocalParticipantConfig extends BaseParticipantConfig with LocalNodeConfig
Base for local participant configurations
- Alphabetic
- By Inheritance
- LocalParticipantConfig
- LocalNodeConfig
- BaseParticipantConfig
- NodeConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def adminApi: AdminServerConfig
parameters of the interface used to administrate the participant
parameters of the interface used to administrate the participant
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def caching: CachingConfigs
Various cache sizes
Various cache sizes
- Definition Classes
- LocalNodeConfig
- abstract def clientAdminApi: ClientConfig
- Definition Classes
- NodeConfig
- abstract def clientLedgerApi: ClientConfig
- Definition Classes
- BaseParticipantConfig
- abstract def crypto: CryptoConfig
determines the algorithms used for signing, hashing, and encryption
determines the algorithms used for signing, hashing, and encryption
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def httpLedgerApiExperimental: Option[HttpApiConfig]
parameters for configuring the interaction with ledger via the HTTP JSON API.
parameters for configuring the interaction with ledger via the HTTP JSON API. Configuring this key will enable the HTTP JSON API server. NOTE: This feature is experimental and MUST NOT be used in production code.
- abstract def init: ParticipantInitConfig
determines how this node is initialized
determines how this node is initialized
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def ledgerApi: LedgerApiServerConfig
parameters of the interfaces that applications use to change and query the ledger
- abstract def monitoring: NodeMonitoringConfig
- Definition Classes
- LocalNodeConfig
- abstract def parameters: ParticipantNodeParameterConfig
general participant node parameters
- abstract def sequencerClient: SequencerClientConfig
- Definition Classes
- LocalNodeConfig
- abstract def storage: StorageConfig
determines how the participant stores the ledger
determines how the participant stores the ledger
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- abstract def testingTime: Option[TestingTimeServiceConfig]
determines whether and how to support the ledger API time service
- abstract def toRemoteConfig: RemoteParticipantConfig
- abstract def topologyX: TopologyXConfig
- Definition Classes
- LocalNodeConfig
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeTypeName: String
Human readable name for the type of node used for displaying config error messages
Human readable name for the type of node used for displaying config error messages
- Definition Classes
- LocalParticipantConfig → LocalNodeConfig
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])