Packages

package sequencing

Ordering
  1. Alphabetic
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
  7. package topology
  8. package traffic

Type Members

  1. trait BaseSequencerDriverApiTest[ConfigType] extends AsyncWordSpec with Matchers with BeforeAndAfterAll with HasExecutionContext
  2. trait CantonNodeWithSequencerParameters extends CantonNodeParameters with SequencerParameters
  3. class EnterpriseDomainNodeSequencerRuntimeFactory extends SequencerRuntimeFactory
  4. sealed trait EnterpriseSequencerConfig extends SequencerConfig
  5. class HASequencerExclusiveStorageNotifier extends NamedLogging

    The HA-sequencer exclusive storage notifier allows components dependent on exclusive storage to register for notifications when exclusive-storage failover occurs, so that exclusive storage writes can be moved to the active instance.

    The HA-sequencer exclusive storage notifier allows components dependent on exclusive storage to register for notifications when exclusive-storage failover occurs, so that exclusive storage writes can be moved to the active instance.

    This allows building exclusive storage before components depending on exclusive storage and to register for notifications in a delayed fashion after those components have been created.

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

  7. sealed trait RemoteSequencerConfig extends AnyRef
  8. final case class SequencerAuthenticationConfig(agreementManager: Option[ServiceAgreementManager], nonceExpirationTime: NonNegativeFiniteDuration, tokenExpirationTime: NonNegativeFiniteDuration) extends Product with Serializable
  9. abstract class SequencerDriverApiConformanceTest[ConfigType] extends AsyncWordSpec with BaseSequencerDriverApiTest[ConfigType]
  10. class SequencerNode extends SequencerNodeCommon
  11. class SequencerNodeBootstrap extends CantonNodeBootstrapBase[SequencerNode, SequencerNodeConfig, SequencerNodeParameters, SequencerMetrics] with SequencerNodeBootstrapCommon[SequencerNode, SequencerNodeConfig]
  12. trait SequencerNodeBootstrapCommon[T <: CantonNode, NC <: LocalNodeConfig with SequencerNodeConfigCommon] extends AnyRef
  13. class SequencerNodeBootstrapX extends CantonNodeBootstrapX[SequencerNodeX, SequencerNodeXConfig, SequencerNodeParameters, SequencerMetrics] with SequencerNodeBootstrapCommon[SequencerNodeX, SequencerNodeXConfig]
  14. class SequencerNodeCommon extends CantonNode with NamedLogging with HasUptime
  15. final case class SequencerNodeInitConfig(connection: DbLockedConnectionConfig = DbLockedConnectionConfig(passiveCheckPeriod = config.PositiveFiniteDuration.ofSeconds(5))) extends SequencerNodeInitConfigCommon 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.

  16. abstract class SequencerNodeInitConfigCommon extends InitConfigBase

    Common init config with db-locked-connection shared among sequencers supporting auto-init or not

  17. final case class SequencerNodeParameters(general: General, protocol: Protocol, maxBurstFactor: PositiveDouble) extends CantonNodeParameters with HasGeneralCantonNodeParameters with HasProtocolCantonNodeParameters with CantonNodeWithSequencerParameters with Product with Serializable
  18. class SequencerNodeX extends SequencerNodeCommon
  19. trait SequencerParameters extends AnyRef
  20. class SequencerRuntime extends FlagCloseable with HasCloseContext with NamedLogging

    Run a sequencer and its supporting services.

  21. trait SequencerRuntimeFactory extends AnyRef
  22. class SequencerRuntimeForSeparateNode extends SequencerRuntime

Ungrouped