Packages

package sequencing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sequencing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package admin
  2. package authentication
  3. package config
  4. package integrations
  5. package sequencer
  6. package service

Type Members

  1. trait CantonNodeWithSequencerParameters extends CantonNodeParameters with SequencerParameters
  2. class EnterpriseDomainNodeSequencerRuntimeFactory extends SequencerRuntimeFactory
  3. sealed trait EnterpriseSequencerConfig extends SequencerConfig
  4. class EnterpriseSequencerNodeFactory extends Factory[SequencerNodeConfig]
  5. class HASequencerWriterStoreFactory extends SequencerWriterStoreFactory with FlagCloseable with HasCloseContext with NamedLogging

    sequencer.store.SequencerWriterStore factory using resource.DbStorageMulti to ensure each writer has a unique instance index and that all sensitive writes are performed while holding an exclusive lock for that instance index.

  6. sealed trait RemoteSequencerConfig extends AnyRef
  7. case class SequencerAuthenticationConfig(agreementManager: Option[ServiceAgreementManager], nonceExpirationTime: NonNegativeFiniteDuration, tokenExpirationTime: NonNegativeFiniteDuration) extends Product with Serializable
  8. abstract class SequencerDriverApiConformanceTest[DriverConfigType] extends AsyncWordSpec with Matchers with BeforeAndAfterAll
  9. class SequencerNode extends CantonNode with NamedLogging with HasUptime
  10. class SequencerNodeBootstrap extends CantonNodeBootstrapBase[SequencerNode, SequencerNodeConfig, SequencerNodeParameters] with FlagCloseable with HasCloseContext
  11. case class SequencerNodeInitConfig(connection: DbLockedConnectionConfig = DbLockedConnectionConfig(passiveCheckPeriod = PositiveFiniteDuration.ofSeconds(5))) extends InitConfigBase with Product with Serializable

    Sequencers nodes use an exclusive lock to synchronize many Sequencer replicas being initialized while sharing the same database (assuming using a storage backend which supports locks: Postgres, Oracle).

    Sequencers nodes use an exclusive lock to synchronize many Sequencer replicas being initialized while sharing the same database (assuming using a storage backend which supports locks: Postgres, Oracle). This connection configuration will adjust the properties of this database lock.

  12. case class SequencerNodeParameters(general: General, protocol: Protocol, maxBurstFactor: PositiveDouble) extends CantonNodeParameters with HasGeneralCantonNodeParameters with HasProtocolCantonNodeParameters with CantonNodeWithSequencerParameters with Product with Serializable
  13. trait SequencerParameters extends AnyRef
  14. class SequencerRuntime extends FlagCloseable with HasCloseContext with NamedLogging

    Run a sequencer and its supporting services.

  15. trait SequencerRuntimeFactory extends AnyRef

Value Members

  1. val DefaultStalenessDuration: FiniteDuration

    If a participant hasn't been active within this duration they are considered stale.

    If a participant hasn't been active within this duration they are considered stale. This allows deleting them from the Sequencer without any overrides.

  2. object EnterpriseSequencerConfig
  3. object EnterpriseSequencerFactory
  4. object RemoteSequencerConfig
  5. object SequencerAuthenticationConfig extends Serializable
  6. object SequencerDriverApiConformanceTest extends Serializable
  7. object SequencerNodeBootstrap
  8. object SequencerRuntimeFactory

Inherited from AnyRef

Inherited from Any

Ungrouped