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[IndexedSynchronizer] with DbStore
  3. class DbActiveContractStore extends ActiveContractStore with DbStore with DbPrunableByTimeSynchronizer[IndexedSynchronizer]

    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. class DbLogicalSyncPersistentState extends LogicalSyncPersistentState
  11. final class DbParticipantPruningSchedulerStore extends ParticipantPruningSchedulerStore with DbStore with NamedLogging
  12. class DbParticipantPruningStore extends ParticipantPruningStore with DbStore
  13. class DbParticipantSettingsStore extends ParticipantSettingsStore with DbStore
  14. class DbPhysicalSyncPersistentState extends PhysicalSyncPersistentState with AutoCloseable with NoTracing
  15. class DbReassignmentStore extends ReassignmentStore with DbStore
  16. class DbRegisteredSynchronizersStore extends RegisteredSynchronizersStore with DbStore
  17. class DbRequestJournalStore extends RequestJournalStore with DbStore
  18. class DbSubmissionTrackerStore extends SubmissionTrackerStore with DbPrunableByTimeSynchronizer[IndexedPhysicalSynchronizer] with DbStore
  19. class DbSynchronizerConnectionConfigStore extends SynchronizerConnectionConfigStore with DbStore
  20. class DbSynchronizerParameterStore extends SynchronizerParameterStore with DbStore

Ungrouped