c

com.digitalasset.canton.participant.sync

SyncDomainPersistentStateManagerOld

class SyncDomainPersistentStateManagerOld extends SyncDomainPersistentStateManagerImpl[SyncDomainPersistentStateOld]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyncDomainPersistentStateManagerOld
  2. SyncDomainPersistentStateManagerImpl
  3. NamedLogging
  4. SyncDomainPersistentStateManager
  5. SyncDomainPersistentStateLookup
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SyncDomainPersistentStateManagerOld(participantId: ParticipantId, aliasResolution: DomainAliasResolution, storage: Storage, indexedStringStore: IndexedStringStore, parameters: ParticipantNodeParameters, pureCrypto: CryptoPureApi, clock: Clock, futureSupervisor: FutureSupervisor, loggerFactory: NamedLoggerFactory)(implicit executionContext: ExecutionContext)

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 aliasForDomainId(domainId: DomainId): Option[DomainAlias]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    SyncDomainPersistentStateManagerImpl → AutoCloseable
  8. def domainIdForAlias(domainAlias: DomainAlias): Option[DomainId]
  9. def domainTopologyStateInitFor(domainId: DomainId, participantId: ParticipantId)(implicit traceContext: TraceContext): EitherT[Future, DomainRegistryError, Option[DomainTopologyInitializationCallback]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  13. def get(domainId: DomainId): Option[SyncDomainPersistentStateOld]
  14. def getAll: Map[DomainId, SyncDomainPersistentStateOld]
  15. def getByAlias(domainAlias: DomainAlias): Option[SyncDomainPersistentStateOld]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getStatusOf(domainId: DomainId): Option[Status]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def indexedDomainId(domainId: DomainId): Future[IndexedDomain]
  20. val indexedStringStore: IndexedStringStore
  21. def initializePersistentStates()(implicit traceContext: TraceContext): Future[Unit]

    Creates com.digitalasset.canton.participant.store.SyncDomainPersistentStates for all known domain aliases provided that the domain parameters and a sequencer offset are known.

    Creates com.digitalasset.canton.participant.store.SyncDomainPersistentStates for all known domain aliases provided that the domain parameters and a sequencer offset are known. Does not check for unique contract key domain constraints. Must not be called concurrently with itself or other methods of this class.

    Definition Classes
    SyncDomainPersistentStateManagerImplSyncDomainPersistentStateManager
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    SyncDomainPersistentStateManagerImplNamedLogging
  25. def lookupOrCreatePersistentState(domainAlias: DomainAlias, domainId: IndexedDomain, domainParameters: StaticDomainParameters, participantSettings: Eval[ParticipantSettingsLookup])(implicit traceContext: TraceContext): EitherT[Future, DomainRegistryError, SyncDomainPersistentState]

    Retrieves the com.digitalasset.canton.participant.store.SyncDomainPersistentState from the com.digitalasset.canton.participant.sync.SyncDomainPersistentStateManager for the given domain if there is one.

    Retrieves the com.digitalasset.canton.participant.store.SyncDomainPersistentState from the com.digitalasset.canton.participant.sync.SyncDomainPersistentStateManager for the given domain if there is one. Otherwise creates a new com.digitalasset.canton.participant.store.SyncDomainPersistentState for the domain and registers it with the com.digitalasset.canton.participant.sync.SyncDomainPersistentStateManager. Checks that the com.digitalasset.canton.protocol.StaticDomainParameters are the same as what has been persisted (if so) and enforces the unique contract key domain constraints.

    Must not be called concurrently with itself or other methods of this class.

    Definition Classes
    SyncDomainPersistentStateManagerImplSyncDomainPersistentStateManager
  26. def mkPersistentState(alias: DomainAlias, domainId: IndexedDomain, protocolVersion: ProtocolVersion): SyncDomainPersistentStateOld
  27. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def protocolVersionFor(domainId: DomainId): Option[ProtocolVersion]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def topologyFactoryFor(domainId: DomainId): Option[TopologyComponentFactory]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. 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
    Deprecated

Ungrouped