Packages

c

com.digitalasset.canton.protocol

DynamicSynchronizerParametersWithValidity

final case class DynamicSynchronizerParametersWithValidity(parameters: DynamicSynchronizerParameters, validFrom: CantonTimestamp, validUntil: Option[CantonTimestamp], synchronizerId: SynchronizerId) extends Product with Serializable

Dynamic synchronizer parameters and their validity interval. Mostly so that we can perform additional checks.

validFrom

Start point of the validity interval (exclusive)

validUntil

End point of the validity interval (inclusive)

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicSynchronizerParametersWithValidity
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DynamicSynchronizerParametersWithValidity(parameters: DynamicSynchronizerParameters, validFrom: CantonTimestamp, validUntil: Option[CantonTimestamp], synchronizerId: SynchronizerId)

    validFrom

    Start point of the validity interval (exclusive)

    validUntil

    End point of the validity interval (inclusive)

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. def assignmentExclusivityLimitFor(baseline: CantonTimestamp): Either[String, CantonTimestamp]
  6. def assignmentExclusivityTimeout: NonNegativeFiniteDuration
  7. def automaticAssignmentEnabled: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def decisionTimeFor(activenessTime: CantonTimestamp): Either[String, CantonTimestamp]

    Computes the decision time for the given activeness time.

    Computes the decision time for the given activeness time.

    returns

    Left if the synchronizer parameters are not valid at activenessTime, the decision time otherwise

  10. def decisionTimeForF(activenessTime: CantonTimestamp): FutureUnlessShutdown[CantonTimestamp]

    Computes the decision time for the given activeness time.

    Computes the decision time for the given activeness time.

    returns

    Left if the synchronizer parameters are not valid at activenessTime, the decision time otherwise

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isValidAt(ts: CantonTimestamp): Boolean
  15. def map[T](f: (DynamicSynchronizerParameters) => T): WithValidity[T]
  16. def mediatorDeduplicationTimeout: NonNegativeFiniteDuration
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. val parameters: DynamicSynchronizerParameters
  21. def participantResponseDeadlineFor(timestamp: CantonTimestamp): Either[String, CantonTimestamp]

    Computes the participant response time for the given timestamp.

    Computes the participant response time for the given timestamp.

    returns

    Left if the synchronizer parameters are not valid at timestamp.

  22. def participantResponseDeadlineForF(timestamp: CantonTimestamp): Future[CantonTimestamp]

    Computes the participant response time for the given timestamp.

    Computes the participant response time for the given timestamp.

    Exceptions thrown

    java.lang.IllegalStateException if the synchronizer parameters are not valid at timestamp.

  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def sequencerTopologyTimestampTolerance: NonNegativeFiniteDuration
  25. def submissionCostTimestampTopologyTolerance: NonNegativeFiniteDuration
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. val synchronizerId: SynchronizerId
  28. def topologyChangeDelay: NonNegativeFiniteDuration
  29. val validFrom: CantonTimestamp
  30. val validUntil: Option[CantonTimestamp]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped