c

com.digitalasset.canton.participant.protocol.submission

InFlightSubmissionSynchronizerTracker

class InFlightSubmissionSynchronizerTracker extends NamedLogging

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

Instance Constructors

  1. new InFlightSubmissionSynchronizerTracker(synchronizerId: SynchronizerId, store: Eval[InFlightSubmissionStore], deduplicator: CommandDeduplicator, recordOrderPublisher: RecordOrderPublisher, timeTracker: SynchronizerTimeTracker, unsequencedSubmissionMap: UnsequencedSubmissionMap[SubmissionTrackingData], loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit val ec: ExecutionContext
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    InFlightSubmissionSynchronizerTrackerNamedLogging
  15. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def observeDeliverError(deliverError: DeliverError)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]

    Updates the unsequenced submission corresponding to the com.digitalasset.canton.sequencing.protocol.DeliverError, if any, using com.digitalasset.canton.participant.protocol.submission.SubmissionTrackingData.updateOnNotSequenced.

  21. def observeSequencedRootHash(rootHash: RootHash, submission: SequencedSubmission)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]

    See also

    com.digitalasset.canton.participant.store.InFlightSubmissionStore.observeSequencedRootHash

  22. def observeSequencing(sequenceds: Map[MessageId, SequencedSubmission])(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]

    See also

    com.digitalasset.canton.participant.store.InFlightSubmissionStore.observeSequencing

  23. def observeSubmissionError(changeIdHash: ChangeIdHash, messageId: MessageId, newTrackingData: SubmissionTrackingData)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]

    See also

    com.digitalasset.canton.participant.store.InFlightSubmissionStore.updateUnsequenced

  24. def register(submission: InFlightSubmission[UnsequencedSubmission], deduplicationPeriod: DeduplicationPeriod): EitherT[FutureUnlessShutdown, InFlightSubmissionTrackerError, Either[DeduplicationFailed, DeduplicationOffset]]

    Registers the given submission as being in flight and unsequenced unless there already is an in-flight submission for the same change ID or the timeout has already elapsed.

    Registers the given submission as being in flight and unsequenced unless there already is an in-flight submission for the same change ID or the timeout has already elapsed. It is expected that client always calls this function with a unique messageUuid

    returns

    The actual deduplication offset that is being used for deduplication for this submission

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def updateRegistration(submission: InFlightSubmission[UnsequencedSubmission], rootHash: RootHash): FutureUnlessShutdown[Unit]

    See also

    com.digitalasset.canton.participant.store.InFlightSubmissionStore.updateRegistration

  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. 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 NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped