c

com.digitalasset.canton.participant.store.memory

InMemoryParticipantSettingsStore

class InMemoryParticipantSettingsStore extends ParticipantSettingsStore with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryParticipantSettingsStore
  2. NamedLogging
  3. ParticipantSettingsStore
  4. AutoCloseable
  5. ParticipantSettingsLookup
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InMemoryParticipantSettingsStore(loggerFactory: NamedLoggerFactory)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    InMemoryParticipantSettingsStore → AutoCloseable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. 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
    InMemoryParticipantSettingsStoreParticipantSettingsStore
  14. 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
    InMemoryParticipantSettingsStoreParticipantSettingsStore
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    InMemoryParticipantSettingsStoreNamedLogging
  18. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def refreshCache()(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
  24. final def settings: Settings

    returns

    the current settings

    Definition Classes
    ParticipantSettingsStoreParticipantSettingsLookup
    Exceptions thrown

    java.lang.IllegalStateException if ParticipantSettingsStore.refreshCache has not previously been run successfully

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def writeResourceLimits(resourceLimits: ResourceLimits)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from NamedLogging

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped