c

com.digitalasset.canton.participant.store.memory

InMemorySyncDomainPersistentStateCommon

abstract class InMemorySyncDomainPersistentStateCommon extends SyncDomainPersistentState

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

Instance Constructors

  1. new InMemorySyncDomainPersistentStateCommon(domainId: IndexedDomain, pureCryptoApi: CryptoPureApi, enableAdditionalConsistencyChecks: Boolean, loggerFactory: NamedLoggerFactory, timeouts: ProcessingTimeout)(implicit ec: ExecutionContext)

Abstract Value Members

  1. abstract def protocolVersion: ProtocolVersion
    Definition Classes
    SyncDomainPersistentState
  2. abstract def topologyStore: DomainStoreCommon
    Definition Classes
    SyncDomainPersistentState

Concrete 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: ActiveContractStore
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def close(): Unit
    Definition Classes
    InMemorySyncDomainPersistentStateCommon → AutoCloseable
  9. val contractKeyJournal: ContractKeyJournal
  10. val contractStore: ContractStore
  11. val domainId: IndexedDomain
  12. val enableAdditionalConsistencyChecks: Boolean
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. val eventLog: SingleDimensionEventLog[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 isMemory(): Boolean
  21. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. val loggerFactory: NamedLoggerFactory
  23. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val parameterStore: DomainParameterStore
  29. val pureCryptoApi: CryptoPureApi

    The crypto operations used on the domain

    The crypto operations used on the domain

    Definition Classes
    InMemorySyncDomainPersistentStateCommonSyncDomainPersistentState
  30. val requestJournalStore: RequestJournalStore
  31. val sendTrackerStore: SendTrackerStore
  32. val sequencedEventStore: SequencedEventStore
  33. val sequencerCounterTrackerStore: SequencerCounterTrackerStore
  34. val submissionTrackerStore: SubmissionTrackerStore
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val transferStore: TransferStore
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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 AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped