class InMemoryParticipantSettingsStore extends ParticipantSettingsStore with NamedLogging
- Alphabetic
- By Inheritance
- InMemoryParticipantSettingsStore
- NamedLogging
- ParticipantSettingsStore
- AutoCloseable
- ParticipantSettingsLookup
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InMemoryParticipantSettingsStore(loggerFactory: NamedLoggerFactory)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cache: AtomicReference[Option[Settings]]
A cache for the max number of dirty requests.
A cache for the max number of dirty requests. It is updated in the following situations: - Before and after a write (successful or not). - Through refreshCache. (Clients are requested to call refreshCache before reading any value.)
- Attributes
- protected
- Definition Classes
- ParticipantSettingsStore
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- InMemoryParticipantSettingsStore → AutoCloseable
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def insertMaxDeduplicationDuration(maxDeduplicationDuration: NonNegativeFiniteDuration)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
Insert the given max deduplication duration provided unless a max deduplication duration has been set previously.
Insert the given max deduplication duration provided unless a max deduplication duration has been set previously.
- Definition Classes
- InMemoryParticipantSettingsStore → ParticipantSettingsStore
- def insertUniqueContractKeysMode(uniqueContractKeys: Boolean)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
Insert the setting for whether the participant provides unique-contract-key semantics.
Insert the setting for whether the participant provides unique-contract-key semantics.
- Definition Classes
- InMemoryParticipantSettingsStore → ParticipantSettingsStore
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- InMemoryParticipantSettingsStore → 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()
- def refreshCache()(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
- Definition Classes
- InMemoryParticipantSettingsStore → ParticipantSettingsStore
- final def settings: Settings
- returns
the current settings
- Definition Classes
- ParticipantSettingsStore → ParticipantSettingsLookup
- Exceptions thrown
java.lang.IllegalStateException
if ParticipantSettingsStore.refreshCache has not previously been run successfully
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- def writeResourceLimits(resourceLimits: ResourceLimits)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
- Definition Classes
- InMemoryParticipantSettingsStore → ParticipantSettingsStore