final class PartyVettingMapComputation extends NamedLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartyVettingMapComputation
- NamedLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PartyVettingMapComputation(admissibleSynchronizersComputation: AdmissibleSynchronizersComputation, loggerFactory: NamedLoggerFactory)
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()
- def computePartyVettingMap(submitters: Set[LfPartyId], informees: Set[LfPartyId], vettingValidityTimestamp: CantonTimestamp, prescribedSynchronizerIdO: Option[SynchronizerId], synchronizerState: RoutingSynchronizerState)(implicit ec: ExecutionContext, traceContext: TraceContext): FutureUnlessShutdown[Map[PhysicalSynchronizerId, Map[LfPartyId, Set[PackageId]]]]
Computes per-synchronizer and party the set of vetted packages as follows:
Computes per-synchronizer and party the set of vetted packages as follows:
- For each admissible synchronizer (see com.digitalasset.canton.participant.protocol.submission.routing.AdmissibleSynchronizersComputation) for the provided submitters and informees
- For each informee taken from the union of submitters and informees, the set of packages that are vetting-valid on all its hosting participants
- If the prescribed synchronizer is provided, only that one is considered
- submitters
The parties that must have submission rights on the admissible synchronizers
- informees
The parties that must have at least observation rights on the admissible synchronizers
- vettingValidityTimestamp
The vetting validity timestamp to consider when checking the vetting status of packages
- prescribedSynchronizerIdO
An optional prescribed synchronizer id to restrict the synchronizer search space to
- synchronizerState
The current routing synchronizer state to be used for the computation TODO(#25385): [Tech-debt]: Split the functionality in two phases: first restricts the synchronizers based on the input submitters and informees; second computes the package maps
- 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
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- PartyVettingMapComputation → 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
- @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()