class DbSyncPersistentState extends SyncPersistentState with AutoCloseable with NoTracing

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

Instance Constructors

  1. new DbSyncPersistentState(participantId: ParticipantId, indexedSynchronizer: IndexedSynchronizer, staticSynchronizerParameters: StaticSynchronizerParameters, clock: Clock, storage: DbStorage, crypto: Crypto, parameters: ParticipantNodeParameters, indexedStringStore: IndexedStringStore, contractStore: ContractStore, acsCounterParticipantConfigStore: AcsCounterParticipantConfigStore, packageDependencyResolver: PackageDependencyResolver, ledgerApiStore: Eval[LedgerApiStore], 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. def acsInspection: AcsInspection
  6. val activeContractStore: DbActiveContractStore
  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
    DbSyncPersistentState → AutoCloseable
  10. def 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: DbSynchronizerParameterStore
  28. val pureCryptoApi: CryptoPureApi

    The crypto operations used on the synchronizer

    The crypto operations used on the synchronizer

    Definition Classes
    DbSyncPersistentStateSyncPersistentState
  29. val reassignmentStore: DbReassignmentStore
  30. val requestJournalStore: DbRequestJournalStore
  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. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val topologyManager: SynchronizerTopologyManager
  39. val topologyStore: TopologyStore[SynchronizerStore]
  40. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  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 NoTracing

Inherited from SyncPersistentState

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped