c

com.digitalasset.canton.participant.store.memory

InMemorySyncDomainPersistentStateX

class InMemorySyncDomainPersistentStateX extends InMemorySyncDomainPersistentStateCommon with SyncDomainPersistentStateX

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

Instance Constructors

  1. new InMemorySyncDomainPersistentStateX(clock: Clock, crypto: Crypto, domainId: IndexedDomain, protocolVersion: ProtocolVersion, enableAdditionalConsistencyChecks: Boolean, enableTopologyTransactionValidation: Boolean, loggerFactory: NamedLoggerFactory, timeouts: ProcessingTimeout, 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: 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 domainOutboxQueue: DomainOutboxQueue
  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. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. val eventLog: SingleDimensionEventLog[DomainEventLogId]
  18. val futureSupervisor: FutureSupervisor
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isMemory(): Boolean
  23. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. val loggerFactory: NamedLoggerFactory
  25. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val parameterStore: DomainParameterStore
  31. val protocolVersion: ProtocolVersion
  32. val pureCryptoApi: CryptoPureApi

    The crypto operations used on the domain

    The crypto operations used on the domain

    Definition Classes
    InMemorySyncDomainPersistentStateCommonSyncDomainPersistentState
  33. val requestJournalStore: RequestJournalStore
  34. val sendTrackerStore: SendTrackerStore
  35. val sequencedEventStore: SequencedEventStore
  36. val sequencerCounterTrackerStore: SequencerCounterTrackerStore
  37. val submissionTrackerStore: SubmissionTrackerStore
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val timeouts: ProcessingTimeout
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val topologyManager: DomainTopologyManagerX
  42. val topologyStore: TopologyStoreX[DomainStore]
  43. val transferStore: TransferStore
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. 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