object DynamicSynchronizerParametersHistory
Utility functions for operating on a sequence (history) of dynamic synchronizer parameters.
- Alphabetic
- By Inheritance
- DynamicSynchronizerParametersHistory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def latestDecisionDeadline(history: Seq[DynamicSynchronizerParametersWithValidity], lowerBound: CantonTimestamp): CantonTimestamp
Computes the latest possible decision deadline based on a history of parameter changes.
Computes the latest possible decision deadline based on a history of parameter changes.
For each item in the history, a potential deadline is calculated by adding its
decisionTimeoutto itsvalidUntiltimestamp. This method returns the maximum value among all computed deadlines and the initiallowerBound.- history
The sequence of parameter changes over time.
- lowerBound
The minimum timestamp for the result. It also serves as a fallback for items that have an undefined
validUntil.- returns
The latest possible decision deadline, guaranteed to be at least
lowerBound.
- def latestDecisionDeadlineEffectiveAt(history: Seq[DynamicSynchronizerParametersWithValidity], effectiveAt: CantonTimestamp): CantonTimestamp
Computes the latest possible decision deadline based on a history of parameter changes relative to a given topology effective timestamp as an anchor.
Computes the latest possible decision deadline based on a history of parameter changes relative to a given topology effective timestamp as an anchor.
Note the special handling of the parameters valid at
effectiveAtbelow and the associated need to order the parameters byvalidFromandvalidUntilin descending order. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()