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 → NodeConfig
- abstract def init: InitConfig
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 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
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])