Packages

object TimeOfChange extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeOfChange
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply(ts: CantonTimestamp): TimeOfChange

    Builds a time of change in non-repair cases such as conflict detection/request tracking and timestamp-based boundaries such as pruning and ACS commitments.

  5. def apply(ts: CantonTimestamp, counterO: Option[RepairCounter]): TimeOfChange

    Builds a time of change in non-repair cases such as conflict detection/request tracking and timestamp-based boundaries such as pruning and ACS commitments.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromSynchronizerIndex(synchronizerIndex: SynchronizerIndex): TimeOfChange

    Helper to obtain TimeOfChange from the indexer synchronizer index using the maximum of the record time and the repair index.

  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. implicit val getResultTimeOfChange: GetResult[TimeOfChange]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def immediatePredecessor(tsUpToExclusive: CantonTimestamp): TimeOfChange

    TimeOfChange that includes all the repairs up to the given timestamp exclusively.

    TimeOfChange that includes all the repairs up to the given timestamp exclusively. Useful for obtaining ACS snapshots prior to the given timestamp.

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def negativeCounterToNone(ts: CantonTimestamp, counter: RepairCounter): TimeOfChange

    Builds a time of change mapping negative repair counters to None for non-nullable db and conversion from AcsCommitmentProcessor RecordTime.

  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. implicit val orderingTimeOfChange: Ordering[TimeOfChange]
  21. implicit val setParameterTimeOfChange: SetParameter[TimeOfChange]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def withMinAsNoneRepairCounter[T](toc: TimeOfChange)(f: (CantonTimestamp, RepairCounter) => T): T

    Helper to map a None repairCounter to RepairCounter.MinValue for non-nullable db persistence to reflect the fact that a non-repair request at a timestamp is ordered before repair requests with the same timestamp.

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 AnyRef

Inherited from Any

Ungrouped