package memory
- Alphabetic
- Public
- Protected
Type Members
- class InMemoryAcsCommitmentConfigStore extends AcsCounterParticipantConfigStore
- class InMemoryAcsCommitmentStore extends AcsCommitmentStore with InMemoryPrunableByTime with NamedLogging
- class InMemoryActiveContractStore extends ActiveContractStore with NamedLogging with InMemoryPrunableByTime
Implements an ActiveContractStore! in memory.
- class InMemoryCommandDeduplicationStore extends CommandDeduplicationStore with NamedLogging
- class InMemoryCommitmentQueue extends CommitmentQueue
- class InMemoryContractStore extends ContractStore with NamedLogging
An in-memory contract store.
An in-memory contract store. This class is thread-safe.
- class InMemoryDamlPackageStore extends DamlPackageStore with NamedLogging
- class InMemoryInFlightSubmissionStore extends InFlightSubmissionStore with NamedLogging
In-memory implementation of com.digitalasset.canton.participant.store.InFlightSubmissionStore
- class InMemoryIncrementalCommitments extends IncrementalCommitmentStore
- final class InMemoryParticipantPruningSchedulerStore extends ParticipantPruningSchedulerStore with NamedLogging
- class InMemoryParticipantPruningStore extends ParticipantPruningStore
- class InMemoryParticipantSettingsStore extends ParticipantSettingsStore with NamedLogging
- class InMemoryReassignmentStore extends ReassignmentStore with NamedLogging
- class InMemoryRegisteredSynchronizersStore extends RegisteredSynchronizersStore with NamedLogging
- class InMemoryRequestJournalStore extends RequestJournalStore with NamedLogging
- class InMemorySubmissionTrackerStore extends SubmissionTrackerStore with InMemoryPrunableByTime with NamedLogging
- class InMemorySyncPersistentState extends SyncPersistentState
- class InMemorySynchronizerConnectionConfigStore extends SynchronizerConnectionConfigStore with NamedLogging
- class InMemorySynchronizerParameterStore extends SynchronizerParameterStore
- trait MutablePackageMetadataView extends PackageMetadataView
Exposes mutable accessors to the PackageMetadataView to be used only during state initialization and on new package uploads.
- class MutablePackageMetadataViewImpl extends MutablePackageMetadataView with FlagCloseable with NamedLogging
- 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.
- 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.
Value Members
- object InMemoryActiveContractStore
- object InMemoryCommitmentQueue
- object NoopPackageMetadataView extends MutablePackageMetadataView
- object ReassignmentCache