package memory

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class InMemoryAcsCommitmentConfigStore extends AcsCounterParticipantConfigStore
  2. class InMemoryAcsCommitmentStore extends AcsCommitmentStore with InMemoryPrunableByTime with NamedLogging
  3. class InMemoryActiveContractStore extends ActiveContractStore with NamedLogging with InMemoryPrunableByTime

    Implements an ActiveContractStore! in memory.

  4. class InMemoryCommandDeduplicationStore extends CommandDeduplicationStore with NamedLogging
  5. class InMemoryCommitmentQueue extends CommitmentQueue
  6. class InMemoryContractStore extends ContractStore with NamedLogging

    An in-memory contract store.

    An in-memory contract store. This class is thread-safe.

  7. class InMemoryDamlPackageStore extends DamlPackageStore with NamedLogging
  8. class InMemoryInFlightSubmissionStore extends InFlightSubmissionStore with NamedLogging

    In-memory implementation of com.digitalasset.canton.participant.store.InFlightSubmissionStore

  9. class InMemoryIncrementalCommitments extends IncrementalCommitmentStore
  10. final class InMemoryParticipantPruningSchedulerStore extends ParticipantPruningSchedulerStore with NamedLogging
  11. class InMemoryParticipantPruningStore extends ParticipantPruningStore
  12. class InMemoryParticipantSettingsStore extends ParticipantSettingsStore with NamedLogging
  13. class InMemoryReassignmentStore extends ReassignmentStore with NamedLogging
  14. class InMemoryRegisteredSynchronizersStore extends RegisteredSynchronizersStore with NamedLogging
  15. class InMemoryRequestJournalStore extends RequestJournalStore with NamedLogging
  16. class InMemorySubmissionTrackerStore extends SubmissionTrackerStore with InMemoryPrunableByTime with NamedLogging
  17. class InMemorySyncPersistentState extends SyncPersistentState
  18. class InMemorySynchronizerConnectionConfigStore extends SynchronizerConnectionConfigStore with NamedLogging
  19. class InMemorySynchronizerParameterStore extends SynchronizerParameterStore
  20. trait MutablePackageMetadataView extends PackageMetadataView

    Exposes mutable accessors to the PackageMetadataView to be used only during state initialization and on new package uploads.

  21. class MutablePackageMetadataViewImpl extends MutablePackageMetadataView with FlagCloseable with NamedLogging
  22. trait PackageMetadataView extends AutoCloseable

    In-memory view of Daml-related package metadata (see com.digitalasset.canton.platform.store.packagemeta.PackageMetadata) for all packages stored on the current participant.

  23. class ReassignmentCache extends ReassignmentLookup with NamedLogging with FlagCloseable

    Adds an in-memory cache of pending completions on top of a store.ReassignmentStore.

    Adds an in-memory cache of pending completions on top of a store.ReassignmentStore. Completions appear atomic to reassignment lookups that go through the cache, even if they are written to the store only later.

Ungrouped