final case class SequencerNodeParameters(general: General, protocol: Protocol, maxConfirmationRequestsBurstFactor: PositiveDouble, unsafeEnableOnlinePartyReplication: Boolean = false, sequencerApiLimits: Map[String, NonNegativeInt] = Map.empty, warnOnUndefinedLimits: Boolean = true, progressSupervisor: Option[ProgressSupervisorConfig] = None) extends CantonNodeParameters with HasGeneralCantonNodeParameters with HasProtocolCantonNodeParameters with SequencerParameters with Product with Serializable
Parameters for a SequencerNode. We "merge" parameters that are valid for all nodes (i.e. canton.parameters) and the node specific parameters together into this class.
- general
the node parameters required by the base class
- protocol
related parameters which are configured differently (not all nodes have the same set of parameters)
- maxConfirmationRequestsBurstFactor
How many confirmation requests can be sent in a burst before the rate limit kicks in.
- unsafeEnableOnlinePartyReplication
Whether to enable online party replication sequencer channels. Unsafe as still under development.
- sequencerApiLimits
map of service name to maximum number of parallel open streams
- warnOnUndefinedLimits
emit warning if a limit is not configured for a stream
- Alphabetic
- By Inheritance
- SequencerNodeParameters
- Serializable
- Product
- Equals
- SequencerParameters
- HasProtocolCantonNodeParameters
- HasGeneralCantonNodeParameters
- CantonNodeParameters
- Protocol
- General
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SequencerNodeParameters(general: General, protocol: Protocol, maxConfirmationRequestsBurstFactor: PositiveDouble, unsafeEnableOnlinePartyReplication: Boolean = false, sequencerApiLimits: Map[String, NonNegativeInt] = Map.empty, warnOnUndefinedLimits: Boolean = true, progressSupervisor: Option[ProgressSupervisorConfig] = None)
- general
the node parameters required by the base class
- protocol
related parameters which are configured differently (not all nodes have the same set of parameters)
- maxConfirmationRequestsBurstFactor
How many confirmation requests can be sent in a burst before the rate limit kicks in.
- unsafeEnableOnlinePartyReplication
Whether to enable online party replication sequencer channels. Unsafe as still under development.
- sequencerApiLimits
map of service name to maximum number of parallel open streams
- warnOnUndefinedLimits
emit warning if a limit is not configured for a stream
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
- def alphaVersionSupport: Boolean
- Definition Classes
- HasProtocolCantonNodeParameters → Protocol
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchingConfig: BatchingConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def betaVersionSupport: Boolean
- Definition Classes
- HasProtocolCantonNodeParameters → Protocol
- def cachingConfigs: CachingConfigs
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def dbMigrateAndStart: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def delayLoggingThreshold: NonNegativeFiniteDuration
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def dontWarnOnDeprecatedPV: Boolean
- Definition Classes
- HasProtocolCantonNodeParameters → Protocol
- def enableAdditionalConsistencyChecks: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def enablePreviewFeatures: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exitOnFatalFailures: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val general: General
- Definition Classes
- SequencerNodeParameters → HasGeneralCantonNodeParameters
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loggingConfig: LoggingConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val maxConfirmationRequestsBurstFactor: PositiveDouble
- Definition Classes
- SequencerNodeParameters → SequencerParameters
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonStandardConfig: Boolean
- Definition Classes
- HasGeneralCantonNodeParameters → General
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def processingTimeouts: ProcessingTimeout
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val progressSupervisor: Option[ProgressSupervisorConfig]
- val protocol: Protocol
- Definition Classes
- SequencerNodeParameters → HasProtocolCantonNodeParameters
- val sequencerApiLimits: Map[String, NonNegativeInt]
- def sequencerClient: SequencerClientConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- def sessionSigningKeys: SessionSigningKeysConfig
- Definition Classes
- HasProtocolCantonNodeParameters → Protocol
- def startupMemoryCheckConfig: StartupMemoryCheckConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tracing: TracingConfig
- Definition Classes
- HasGeneralCantonNodeParameters → General
- val unsafeEnableOnlinePartyReplication: 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])
- val warnOnUndefinedLimits: Boolean
- def watchdog: Option[WatchdogConfig]
- Definition Classes
- HasGeneralCantonNodeParameters → General