c

com.digitalasset.canton.participant.store.db

DbSyncDomainPersistentState

class DbSyncDomainPersistentState extends SyncDomainPersistentState with AutoCloseable with NoTracing

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DbSyncDomainPersistentState
  2. NoTracing
  3. SyncDomainPersistentState
  4. AutoCloseable
  5. NamedLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DbSyncDomainPersistentState(domainId: IndexedDomain, storage: DbStorage, pureCryptoApi: CryptoPureApi, parameters: ParticipantStoreConfig, caching: CachingConfigs, processingTimeouts: ProcessingTimeout, enableAdditionalConsistencyChecks: Boolean, indexedStringStore: IndexedStringStore, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val acsCommitmentStore: DbAcsCommitmentStore
  5. val activeContractStore: DbActiveContractStore
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val causalDependencyStore: DbSingleDomainCausalDependencyStore
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def close(): Unit
    Definition Classes
    DbSyncDomainPersistentState → AutoCloseable
  10. val contractKeyJournal: DbContractKeyJournal
  11. val contractStore: DbContractStore
  12. val domainId: IndexedDomain
  13. val enableAdditionalConsistencyChecks: Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val eventLog: DbSingleDimensionEventLog[DomainEventLogId]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
  22. implicit def loggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val parameterStore: DbDomainParameterStore
  28. val pureCryptoApi: CryptoPureApi

    The crypto operations used on the domain

    The crypto operations used on the domain

    Definition Classes
    DbSyncDomainPersistentStateSyncDomainPersistentState
  29. val requestJournalStore: DbRequestJournalStore
  30. val sendTrackerStore: InMemorySendTrackerStore
  31. val sequencedEventStore: DbSequencedEventStore
  32. val sequencerCounterTrackerStore: DbSequencerCounterTrackerStore
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  36. val transferStore: DbTransferStore
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NoTracing

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped