class InFlightSubmissionSynchronizerTracker extends NamedLogging
- Alphabetic
- By Inheritance
- InFlightSubmissionSynchronizerTracker
- NamedLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InFlightSubmissionSynchronizerTracker(synchronizerId: SynchronizerId, store: Eval[InFlightSubmissionStore], deduplicator: CommandDeduplicator, recordOrderPublisher: RecordOrderPublisher, timeTracker: SynchronizerTimeTracker, unsequencedSubmissionMap: UnsequencedSubmissionMap[SubmissionTrackingData], loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)
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()
- implicit val ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- 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
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- InFlightSubmissionSynchronizerTracker → NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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.
- def observeSequencedRootHash(rootHash: RootHash, submission: SequencedSubmission)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
- See also
com.digitalasset.canton.participant.store.InFlightSubmissionStore.observeSequencedRootHash
- def observeSequencing(sequenceds: Map[MessageId, SequencedSubmission])(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
- See also
com.digitalasset.canton.participant.store.InFlightSubmissionStore.observeSequencing
- def observeSubmissionError(changeIdHash: ChangeIdHash, messageId: MessageId, newTrackingData: SubmissionTrackingData)(implicit traceContext: TraceContext): FutureUnlessShutdown[Unit]
- See also
com.digitalasset.canton.participant.store.InFlightSubmissionStore.updateUnsequenced
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateRegistration(submission: InFlightSubmission[UnsequencedSubmission], rootHash: RootHash): FutureUnlessShutdown[Unit]
- See also
com.digitalasset.canton.participant.store.InFlightSubmissionStore.updateRegistration
- 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])