c

com.digitalasset.canton.participant.store.db

DbSyncDomainPersistentStateX

class DbSyncDomainPersistentStateX extends DbSyncDomainPersistentStateCommon with SyncDomainPersistentStateX

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

Instance Constructors

  1. new DbSyncDomainPersistentStateX(domainId: IndexedDomain, protocolVersion: ProtocolVersion, clock: Clock, storage: DbStorage, crypto: Crypto, parameters: ParticipantStoreConfig, cachingConfigs: CachingConfigs, batchingConfig: BatchingConfig, processingTimeouts: ProcessingTimeout, enableAdditionalConsistencyChecks: Boolean, enableTopologyTransactionValidation: Boolean, indexedStringStore: IndexedStringStore, loggerFactory: NamedLoggerFactory, futureSupervisor: FutureSupervisor)(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: AcsCommitmentStore
  5. val activeContractStore: DbActiveContractStore
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val batching: BatchingConfig
  8. val caching: CachingConfigs
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def close(): Unit
    Definition Classes
    DbSyncDomainPersistentStateXDbSyncDomainPersistentStateCommon → AutoCloseable
  11. val contractKeyJournal: DbContractKeyJournal
  12. val contractStore: DbContractStore
  13. val domainId: IndexedDomain
  14. val domainOutboxQueue: DomainOutboxQueue
  15. val enableAdditionalConsistencyChecks: Boolean
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. val eventLog: DbSingleDimensionEventLog[DomainEventLogId]
  20. val futureSupervisor: FutureSupervisor
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isMemory(): Boolean
  25. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  26. val loggerFactory: NamedLoggerFactory
  27. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val parameterStore: DbDomainParameterStore
  33. val protocolVersion: ProtocolVersion
  34. val pureCryptoApi: CryptoPureApi

    The crypto operations used on the domain

    The crypto operations used on the domain

    Definition Classes
    DbSyncDomainPersistentStateCommonSyncDomainPersistentState
  35. val requestJournalStore: DbRequestJournalStore
  36. val sendTrackerStore: SendTrackerStore
  37. val sequencedEventStore: SequencedEventStore
  38. val sequencerCounterTrackerStore: SequencerCounterTrackerStore
  39. val submissionTrackerStore: SubmissionTrackerStore
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val timeouts: ProcessingTimeout
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val topologyManager: DomainTopologyManagerX
  44. val topologyStore: TopologyStoreX[DomainStore]
  45. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  46. val transferStore: DbTransferStore
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. 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
    Deprecated

Inherited from NoTracing

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped