o
com.digitalasset.canton.sequencing.client.transports.replay
ReplayingEventsSequencerClientTransport
object ReplayingEventsSequencerClientTransport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReplayingEventsSequencerClientTransport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ReplayStatistics(inputPath: Path, numberOfEvents: Int, startTime: CantonTimestamp, duration: Duration) extends Product with Serializable
- class ReplayingSequencerSubscription[E] extends SequencerSubscription[E]
Does nothing until closed or completed.
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]) @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- lazy val replayStatistics: BlockingQueue[ReplayStatistics]
Hook for informing tests about replay statistics.
Hook for informing tests about replay statistics.
If a SequencerClient is used with transports.replay.ReplayingEventsSequencerClientTransport, the transport will add a statistics to this queue whenever a replay attempt has completed successfully.
A test can poll this statistics from the queue to determine whether the replay has completed and to get statistics on the replay.
LIMITATION: This is only suitable for manual / sequential test setups, as the statistics are shared through a global queue.
- Annotations
- @VisibleForTesting()
- 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])