Packages

class AcsInspection extends AnyRef

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

Instance Constructors

  1. new AcsInspection(synchronizerId: SynchronizerId, activeContractStore: ActiveContractStore, contractStore: ContractStore, ledgerApiStore: Eval[LedgerApiStore])

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. val activeContractStore: ActiveContractStore
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkOffboardingSnapshot(participantId: ParticipantId, offboardedParties: Set[LfPartyId], allStakeholders: Set[LfPartyId], snapshotToc: TimeOfChange, topologyClient: SynchronizerTopologyClient)(implicit ec: ExecutionContext, traceContext: TraceContext): EitherT[FutureUnlessShutdown, AcsInspectionError, Unit]

    Check that the ACS snapshot does not contain contracts that are still needed on the participant.

    Check that the ACS snapshot does not contain contracts that are still needed on the participant. In the context of party offboarding, we want to avoid purging contracts that are needed for other parties hosted on the participant.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val contractStore: ContractStore
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def findContractPayloads(contractIds: NonEmpty[Seq[LfContractId]], limit: Int)(implicit traceContext: TraceContext): FutureUnlessShutdown[Map[LfContractId, SerializableContract]]
  12. def findContracts(exactId: Option[String], filterPackage: Option[String], filterTemplate: Option[String], limit: Int)(implicit traceContext: TraceContext, ec: ExecutionContext): FutureUnlessShutdown[List[(Boolean, SerializableContract)]]
  13. def forEachVisibleActiveContract(synchronizerId: SynchronizerId, parties: Set[LfPartyId], timeOfSnapshotO: Option[TimeOfChange], skipCleanTocCheck: Boolean = false)(f: (SerializableContract, ReassignmentCounter) => Either[AcsInspectionError, Unit])(implicit traceContext: TraceContext, ec: ExecutionContext): EitherT[FutureUnlessShutdown, AcsInspectionError, Option[(Set[LfPartyId], TimeOfChange)]]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def getCurrentSnapshot()(implicit traceContext: TraceContext, ec: ExecutionContext): FutureUnlessShutdown[Option[AcsSnapshot[SortedMap[LfContractId, (TimeOfChange, ReassignmentCounter)]]]]

    Get the current snapshot

    Get the current snapshot

    returns

    A snapshot (with its timestamp) or None if no clean timestamp is known

  16. def hasActiveContracts(partyId: PartyId)(implicit traceContext: TraceContext, ec: ExecutionContext): FutureUnlessShutdown[Boolean]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isSignatoryOnActiveContracts(partyId: PartyId)(implicit traceContext: TraceContext, ec: ExecutionContext): FutureUnlessShutdown[Boolean]
  20. val ledgerApiStore: Eval[LedgerApiStore]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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 AnyRef

Inherited from Any

Ungrouped