c

com.digitalasset.canton.participant.store.memory

InMemorySyncPersistentState

class InMemorySyncPersistentState extends SyncPersistentState

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

Instance Constructors

  1. new InMemorySyncPersistentState(participantId: ParticipantId, clock: Clock, crypto: Crypto, indexedSynchronizer: IndexedSynchronizer, staticSynchronizerParameters: StaticSynchronizerParameters, enableAdditionalConsistencyChecks: Boolean, indexedStringStore: IndexedStringStore, contractStore: ContractStore, acsCounterParticipantConfigStore: AcsCounterParticipantConfigStore, exitOnFatalFailures: Boolean, packageDependencyResolver: PackageDependencyResolver, ledgerApiStore: Eval[LedgerApiStore], 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. def acsInspection: AcsInspection
  6. val activeContractStore: ActiveContractStore
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def close(): Unit
    Definition Classes
    InMemorySyncPersistentState → AutoCloseable
  10. val enableAdditionalConsistencyChecks: Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. val futureSupervisor: FutureSupervisor
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. val indexedSynchronizer: IndexedSynchronizer
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isMemory: Boolean
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    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
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. val parameterStore: SynchronizerParameterStore
  28. val pureCryptoApi: CryptoPureApi

    The crypto operations used on the synchronizer

    The crypto operations used on the synchronizer

    Definition Classes
    InMemorySyncPersistentStateSyncPersistentState
  29. val reassignmentStore: ReassignmentStore
  30. val requestJournalStore: RequestJournalStore
  31. val sendTrackerStore: SendTrackerStore
  32. val sequencedEventStore: SequencedEventStore
  33. val staticSynchronizerParameters: StaticSynchronizerParameters
  34. val submissionTrackerStore: SubmissionTrackerStore
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val synchronizerOutboxQueue: SynchronizerOutboxQueue
  37. val timeouts: ProcessingTimeout
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val topologyManager: SynchronizerTopologyManager
  40. val topologyStore: TopologyStore[SynchronizerStore]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. 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

    (Since version 9)

Inherited from SyncPersistentState

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped