Packages

final case class SequencerNodeParameters(general: General, protocol: Protocol, maxConfirmationRequestsBurstFactor: PositiveDouble, asyncWriter: AsyncWriterParameters, unsafeEnableOnlinePartyReplication: Boolean = false, sequencerApiLimits: Map[String, NonNegativeInt] = Map.empty, warnOnUndefinedLimits: Boolean = true, requestLimits: Option[ActiveRequestLimitsConfig] = 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.

asyncWriter

Whether the sequencer writes are async or sync

unsafeEnableOnlinePartyReplication

Whether to enable online party replication sequencer channels. Unsafe as still under development.

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, asyncWriter: AsyncWriterParameters, unsafeEnableOnlinePartyReplication: Boolean = false, sequencerApiLimits: Map[String, NonNegativeInt] = Map.empty, warnOnUndefinedLimits: Boolean = true, requestLimits: Option[ActiveRequestLimitsConfig] = 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.

    asyncWriter

    Whether the sequencer writes are async or sync

    unsafeEnableOnlinePartyReplication

    Whether to enable online party replication sequencer channels. Unsafe as still under development.

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