Packages

package state

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

Type Members

  1. class DbSequencerStateManagerStore extends SequencerStateManagerStore with DbStore with DbSequencerStorePruning

    Database store for server side sequencer data.

    Database store for server side sequencer data. If you need more than one sequencer running on the same db, you can isolate them using different sequencerStoreIds. This is useful for tests and for sequencer applications that implement multiple synchronizers.

  2. class InMemorySequencerStateManagerStore extends SequencerStateManagerStore with NamedLogging
  3. type MemberCounters = Map[Member, SequencerCounter]
  4. trait SequencerStateManagerStore extends AnyRef

    Backing store for the com.digitalasset.canton.synchronizer.block.BlockSequencerStateManager used for sequencer integrations to persist some sequencer data into a database.

Value Members

  1. object DbSequencerStateManagerStore

Inherited from AnyRef

Inherited from Any

Ungrouped