final case class AcsChangeFactoryImpl(initialAcsChange: AcsChange, archivalDeactivations: Map[LfContractId, Set[LfPartyId]]) extends AcsChangeFactory with HasLoggerName with Product with Serializable
- Alphabetic
- By Inheritance
- AcsChangeFactoryImpl
- Serializable
- Product
- Equals
- HasLoggerName
- AcsChangeFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AcsChangeFactoryImpl(initialAcsChange: AcsChange, archivalDeactivations: Map[LfContractId, Set[LfPartyId]])
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
- def archivalCids: Set[LfContractId]
- returns
The non-transient archivals which for the reassignmentCounterForArchivals is needed
- Definition Classes
- AcsChangeFactoryImpl → AcsChangeFactory
- val archivalDeactivations: Map[LfContractId, Set[LfPartyId]]
- 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()
- def contractActivenessChanged(contractId: LfContractId): Boolean
Whether contractId is affected by this AcsChange.
Whether contractId is affected by this AcsChange. For transient contracts this returns false.
- Definition Classes
- AcsChangeFactoryImpl → AcsChangeFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def errorLoggingContextFromNamedLoggingContext(implicit loggingContext: NamedLoggingContext): ErrorLoggingContext
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
Convert a com.digitalasset.canton.logging.NamedLoggingContext into an com.digitalasset.canton.logging.ErrorLoggingContext to fix the logger name to the current class name.
- Attributes
- protected
- Definition Classes
- HasLoggerName
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val initialAcsChange: AcsChange
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def loggerNameFromThisClass: LoggerNameFromClass
- Attributes
- protected
- Definition Classes
- HasLoggerName
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tryAcsChange(reassignmentCounterForArchivals: Map[LfContractId, ReassignmentCounter])(implicit loggingContext: NamedLoggingContext): AcsChange
Building the final AcsChange
Building the final AcsChange
- reassignmentCounterForArchivals
must have an entry for each archivalCids
- Definition Classes
- AcsChangeFactoryImpl → AcsChangeFactory
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])