package db

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DbAcsCommitmentConfigStore extends AcsCounterParticipantConfigStore with DbStore
  2. class DbAcsCommitmentStore extends AcsCommitmentStore with DbPrunableByTimeSynchronizer with DbStore
  3. class DbActiveContractStore extends ActiveContractStore with DbStore with DbPrunableByTimeSynchronizer

    Active contracts journal

    Active contracts journal

    This database table has the following indexes to support scaling query performance:

    • create index idx_par_active_contracts_dirty_request_reset on par_active_contracts (synchronizer_idx, request_counter) used on startup of the ConnectedSynchronizer to delete all inflight validation requests.
    • create index idx_par_active_contracts_contract_id on par_active_contracts (contract_id) used in conflict detection for point-wise lookup of the contract status.
    • create index idx_par_active_contracts_ts_synchronizer_idx on par_active_contracts (ts, synchronizer_idx) used on startup of the ConnectedSynchronizer to delete all inflight validation requests, and used on startup by the ConnectedSynchronizer to replay ACS changes to the ACS commitment processor.
  4. class DbCommandDeduplicationStore extends CommandDeduplicationStore with DbStore
  5. class DbCommitmentQueue extends CommitmentQueue with DbStore
  6. class DbContractStore extends ContractStore with DbStore
  7. class DbDamlPackageStore extends DamlPackageStore with DbStore
  8. class DbInFlightSubmissionStore extends InFlightSubmissionStore with DbStore
  9. class DbIncrementalCommitmentStore extends IncrementalCommitmentStore with DbStore
  10. final class DbParticipantPruningSchedulerStore extends ParticipantPruningSchedulerStore with DbStore with NamedLogging
  11. class DbParticipantPruningStore extends ParticipantPruningStore with DbStore
  12. class DbParticipantSettingsStore extends ParticipantSettingsStore with DbStore
  13. class DbReassignmentStore extends ReassignmentStore with DbStore
  14. class DbRegisteredSynchronizersStore extends RegisteredSynchronizersStore with DbStore
  15. class DbRequestJournalStore extends RequestJournalStore with DbStore
  16. class DbSubmissionTrackerStore extends SubmissionTrackerStore with DbPrunableByTimeSynchronizer with DbStore
  17. class DbSyncPersistentState extends SyncPersistentState with AutoCloseable with NoTracing
  18. class DbSynchronizerConnectionConfigStore extends SynchronizerConnectionConfigStore with DbStore
  19. class DbSynchronizerParameterStore extends SynchronizerParameterStore with DbStore

Ungrouped