trait SyncPersistentStateLookup extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SyncPersistentStateLookup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def acsCommitmentStore(synchronizerId: SynchronizerId): Option[AcsCommitmentStore]
- abstract def acsInspection(synchronizerId: SynchronizerId): Option[AcsInspection]
- abstract def activeContractStore(synchronizerId: SynchronizerId): Option[ActiveContractStore]
- abstract def aliasForSynchronizerId(id: SynchronizerId): Option[SynchronizerAlias]
- abstract def connectionConfig(psid: PhysicalSynchronizerId): Option[StoredSynchronizerConnectionConfig]
- abstract def get(psid: PhysicalSynchronizerId): Option[SyncPersistentState]
- abstract def getAll: Map[PhysicalSynchronizerId, SyncPersistentState]
- abstract def getAllFor(id: SynchronizerId): Seq[SyncPersistentState]
- abstract def getAllLogical: Map[SynchronizerId, LogicalSyncPersistentState]
Return the com.digitalasset.canton.participant.store.LogicalSyncPersistentState for all com.digitalasset.canton.topology.SynchronizerId
- abstract def latestKnownPSId(synchronizerId: SynchronizerId): Option[PhysicalSynchronizerId]
- abstract def reassignmentStore(synchronizerId: SynchronizerId): Option[ReassignmentStore]
- abstract def synchronizerIdsForAlias(synchronizerAlias: SynchronizerAlias): Option[NonEmpty[Set[PhysicalSynchronizerId]]]
- abstract def topologyFactoryFor(psid: PhysicalSynchronizerId): Option[TopologyComponentFactory]
Concrete 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 acsCommitmentStore(synchronizerAlias: SynchronizerAlias): Option[AcsCommitmentStore]
- def acsInspection(synchronizerAlias: SynchronizerAlias): Option[AcsInspection]
- def activeContractStore(synchronizerAlias: SynchronizerAlias): Option[ActiveContractStore]
- def allKnownLSIds: Set[SynchronizerId]
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getLatest(synchronizerAlias: SynchronizerAlias): Option[SyncPersistentState]
Return the latest com.digitalasset.canton.participant.store.SyncPersistentState (wrt to com.digitalasset.canton.topology.PhysicalSynchronizerId) for
synchronizerAlias
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 reassignmentStore(synchronizerAlias: SynchronizerAlias): Option[ReassignmentStore]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def synchronizerIdForAlias(synchronizerAlias: SynchronizerAlias): Option[SynchronizerId]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])