Packages

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerNodeParameters
  2. Serializable
  3. Product
  4. Equals
  5. SequencerParameters
  6. HasProtocolCantonNodeParameters
  7. HasGeneralCantonNodeParameters
  8. CantonNodeParameters
  9. Protocol
  10. General
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  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 alphaVersionSupport: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def batchingConfig: BatchingConfig
  7. def betaVersionSupport: Boolean
  8. def cachingConfigs: CachingConfigs
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def dbMigrateAndStart: Boolean
  11. def delayLoggingThreshold: NonNegativeFiniteDuration
  12. def dontWarnOnDeprecatedPV: Boolean
  13. def enableAdditionalConsistencyChecks: Boolean
  14. def enablePreviewFeatures: Boolean
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def exitOnFatalFailures: Boolean
  17. val general: General
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def loggingConfig: LoggingConfig
  21. val maxConfirmationRequestsBurstFactor: PositiveDouble
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def nonStandardConfig: Boolean
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def processingTimeouts: ProcessingTimeout
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val progressSupervisor: Option[ProgressSupervisorConfig]
  29. val protocol: Protocol
  30. val sequencerApiLimits: Map[String, NonNegativeInt]
  31. def sequencerClient: SequencerClientConfig
  32. def sessionSigningKeys: SessionSigningKeysConfig
  33. def startupMemoryCheckConfig: StartupMemoryCheckConfig
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def tracing: TracingConfig
  36. val unsafeEnableOnlinePartyReplication: Boolean
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. val warnOnUndefinedLimits: Boolean
  41. def watchdog: Option[WatchdogConfig]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SequencerParameters

Inherited from CantonNodeParameters

Inherited from Protocol

Inherited from General

Inherited from AnyRef

Inherited from Any

Ungrouped