class DbSyncDomainPersistentState extends SyncDomainPersistentState with AutoCloseable with NoTracing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DbSyncDomainPersistentState
- NoTracing
- SyncDomainPersistentState
- AutoCloseable
- NamedLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DbSyncDomainPersistentState(domainId: IndexedDomain, protocolVersion: ProtocolVersion, storage: DbStorage, pureCryptoApi: CryptoPureApi, parameters: ParticipantStoreConfig, caching: CachingConfigs, batching: BatchingConfig, timeouts: ProcessingTimeout, enableAdditionalConsistencyChecks: Boolean, indexedStringStore: IndexedStringStore, loggerFactory: NamedLoggerFactory, futureSupervisor: FutureSupervisor)(implicit ec: ExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acsCommitmentStore: AcsCommitmentStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val activeContractStore: DbActiveContractStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val batching: BatchingConfig
- val caching: CachingConfigs
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- DbSyncDomainPersistentState → AutoCloseable
- val contractKeyJournal: DbContractKeyJournal
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val contractStore: DbContractStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val domainId: IndexedDomain
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val enableAdditionalConsistencyChecks: Boolean
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- val eventLog: DbSingleDimensionEventLog[DomainEventLogId]
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val futureSupervisor: FutureSupervisor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMemory(): Boolean
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState → NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val parameterStore: DbDomainParameterStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val protocolVersion: ProtocolVersion
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val pureCryptoApi: CryptoPureApi
The crypto operations used on the domain
The crypto operations used on the domain
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val requestJournalStore: DbRequestJournalStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val sendTrackerStore: SendTrackerStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val sequencedEventStore: SequencedEventStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val sequencerCounterTrackerStore: SequencerCounterTrackerStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- val submissionTrackerStore: SubmissionTrackerStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeouts: ProcessingTimeout
- def toString(): String
- Definition Classes
- AnyRef → Any
- val topologyStore: TopologyStore[DomainStore]
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- implicit def traceContext: TraceContext
- Attributes
- protected
- Definition Classes
- NoTracing
- val transferStore: DbTransferStore
- Definition Classes
- DbSyncDomainPersistentState → SyncDomainPersistentState
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])