package db
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class DbAcsCommitmentConfigStore extends AcsCounterParticipantConfigStore with DbStore
- class DbAcsCommitmentStore extends AcsCommitmentStore with DbPrunableByTimeSynchronizer with DbStore
- 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.
- class DbCommandDeduplicationStore extends CommandDeduplicationStore with DbStore
- class DbCommitmentQueue extends CommitmentQueue with DbStore
- class DbContractStore extends ContractStore with DbStore
- class DbDamlPackageStore extends DamlPackageStore with DbStore
- class DbInFlightSubmissionStore extends InFlightSubmissionStore with DbStore
- class DbIncrementalCommitmentStore extends IncrementalCommitmentStore with DbStore
- final class DbParticipantPruningSchedulerStore extends ParticipantPruningSchedulerStore with DbStore with NamedLogging
- class DbParticipantPruningStore extends ParticipantPruningStore with DbStore
- class DbParticipantSettingsStore extends ParticipantSettingsStore with DbStore
- class DbReassignmentStore extends ReassignmentStore with DbStore
- class DbRegisteredSynchronizersStore extends RegisteredSynchronizersStore with DbStore
- class DbRequestJournalStore extends RequestJournalStore with DbStore
- class DbSubmissionTrackerStore extends SubmissionTrackerStore with DbPrunableByTimeSynchronizer with DbStore
- class DbSyncPersistentState extends SyncPersistentState with AutoCloseable with NoTracing
- class DbSynchronizerConnectionConfigStore extends SynchronizerConnectionConfigStore with DbStore
- class DbSynchronizerParameterStore extends SynchronizerParameterStore with DbStore
Value Members
- object DbDamlPackageStore
- object DbInFlightSubmissionStore
- object DbReassignmentStore
- object DbRequestJournalStore