c
com.digitalasset.canton.participant
ParticipantNodeParameters
Companion object ParticipantNodeParameters
final case class ParticipantNodeParameters(general: General, partyChangeNotification: PartyNotificationConfig, adminWorkflow: AdminWorkflowConfig, maxUnzippedDarSize: Int, stores: ParticipantStoreConfig, transferTimeProofFreshnessProportion: NonNegativeInt, protocolConfig: ParticipantProtocolConfig, uniqueContractKeys: Boolean, ledgerApiServerParameters: LedgerApiServerParametersConfig, excludeInfrastructureTransactions: Boolean, engine: CantonEngineConfig, allowForUnauthenticatedContractIds: Boolean, disableUpgradeValidation: Boolean, commandProgressTracking: CommandProgressTrackerConfig) extends CantonNodeParameters with HasGeneralCantonNodeParameters with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParticipantNodeParameters
- Serializable
- Product
- Equals
- HasGeneralCantonNodeParameters
- CantonNodeParameters
- Protocol
- General
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ParticipantNodeParameters(general: General, partyChangeNotification: PartyNotificationConfig, adminWorkflow: AdminWorkflowConfig, maxUnzippedDarSize: Int, stores: ParticipantStoreConfig, transferTimeProofFreshnessProportion: NonNegativeInt, protocolConfig: ParticipantProtocolConfig, uniqueContractKeys: Boolean, ledgerApiServerParameters: LedgerApiServerParametersConfig, excludeInfrastructureTransactions: Boolean, engine: CantonEngineConfig, allowForUnauthenticatedContractIds: Boolean, disableUpgradeValidation: Boolean, commandProgressTracking: CommandProgressTrackerConfig)
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
- val adminWorkflow: AdminWorkflowConfig
- val allowForUnauthenticatedContractIds: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchingConfig: BatchingConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def betaVersionSupport: Boolean
- Definition Classes
- ParticipantNodeParameters → Protocol
- def cachingConfigs: CachingConfigs
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val commandProgressTracking: CommandProgressTrackerConfig
- def dbMigrateAndStart: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def delayLoggingThreshold: NonNegativeFiniteDuration
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def devVersionSupport: Boolean
- Definition Classes
- ParticipantNodeParameters → Protocol
- val disableUpgradeValidation: Boolean
- def dontWarnOnDeprecatedPV: Boolean
- Definition Classes
- ParticipantNodeParameters → Protocol
- def enableAdditionalConsistencyChecks: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def enablePreviewFeatures: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val engine: CantonEngineConfig
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val excludeInfrastructureTransactions: Boolean
- def exitOnFatalFailures: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val general: General
- Definition Classes
- ParticipantNodeParameters → HasGeneralCantonNodeParameters
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def initialProtocolVersion: ProtocolVersion
The initial protocol version before connected to any domain, e.g., when creating the initial topology transactions.
The initial protocol version before connected to any domain, e.g., when creating the initial topology transactions.
- Definition Classes
- ParticipantNodeParameters → Protocol
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ledgerApiServerParameters: LedgerApiServerParametersConfig
- def logQueryCost: Option[QueryCostMonitoringConfig]
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def loggingConfig: LoggingConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val maxUnzippedDarSize: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonStandardConfig: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val partyChangeNotification: PartyNotificationConfig
- def processingTimeouts: ProcessingTimeout
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocolConfig: ParticipantProtocolConfig
- def sequencerClient: SequencerClientConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def skipTopologyManagerSignatureValidation: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val stores: ParticipantStoreConfig
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tracing: TracingConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val transferTimeProofFreshnessProportion: NonNegativeInt
- val uniqueContractKeys: Boolean
- 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])
- def watchdog: Option[WatchdogConfig]
- Definition Classes
- HasGeneralCantonNodeParameters → General