t

com.digitalasset.canton.participant.sync

SyncPersistentStateLookup

trait SyncPersistentStateLookup extends AnyRef

Read-only interface to the SyncPersistentStateManager

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

Abstract Value Members

  1. abstract def acsCommitmentStore(synchronizerId: SynchronizerId): Option[AcsCommitmentStore]
  2. abstract def acsInspection(synchronizerId: SynchronizerId): Option[AcsInspection]
  3. abstract def activeContractStore(synchronizerId: SynchronizerId): Option[ActiveContractStore]
  4. abstract def aliasForSynchronizerId(id: SynchronizerId): Option[SynchronizerAlias]
  5. abstract def connectionConfig(psid: PhysicalSynchronizerId): Option[StoredSynchronizerConnectionConfig]
  6. abstract def get(psid: PhysicalSynchronizerId): Option[SyncPersistentState]
  7. abstract def getAll: Map[PhysicalSynchronizerId, SyncPersistentState]
  8. abstract def getAllFor(id: SynchronizerId): Seq[SyncPersistentState]
  9. abstract def getAllLogical: Map[SynchronizerId, LogicalSyncPersistentState]

    Return the com.digitalasset.canton.participant.store.LogicalSyncPersistentState for all com.digitalasset.canton.topology.SynchronizerId

  10. abstract def latestKnownPSId(synchronizerId: SynchronizerId): Option[PhysicalSynchronizerId]
  11. abstract def reassignmentStore(synchronizerId: SynchronizerId): Option[ReassignmentStore]
  12. abstract def synchronizerIdsForAlias(synchronizerAlias: SynchronizerAlias): Option[NonEmpty[Set[PhysicalSynchronizerId]]]
  13. abstract def topologyFactoryFor(psid: PhysicalSynchronizerId): Option[TopologyComponentFactory]

Concrete 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. def acsCommitmentStore(synchronizerAlias: SynchronizerAlias): Option[AcsCommitmentStore]
  5. def acsInspection(synchronizerAlias: SynchronizerAlias): Option[AcsInspection]
  6. def activeContractStore(synchronizerAlias: SynchronizerAlias): Option[ActiveContractStore]
  7. def allKnownLSIds: Set[SynchronizerId]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAllLatest: Map[SynchronizerId, SyncPersistentState]

    Return the latest com.digitalasset.canton.participant.store.SyncPersistentState (wrt to com.digitalasset.canton.topology.PhysicalSynchronizerId) for each com.digitalasset.canton.topology.SynchronizerId

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getLatest(synchronizerAlias: SynchronizerAlias): Option[SyncPersistentState]

    Return the latest com.digitalasset.canton.participant.store.SyncPersistentState (wrt to com.digitalasset.canton.topology.PhysicalSynchronizerId) for synchronizerAlias

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def reassignmentStore(synchronizerAlias: SynchronizerAlias): Option[ReassignmentStore]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def synchronizerIdForAlias(synchronizerAlias: SynchronizerAlias): Option[SynchronizerId]
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. 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