Packages

c

com.digitalasset.canton.topology.admin.grpc

GrpcTopologyManagerReadService

class GrpcTopologyManagerReadService extends TopologyManagerReadService with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcTopologyManagerReadService
  2. NamedLogging
  3. TopologyManagerReadService
  4. AbstractService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcTopologyManagerReadService(member: Member, stores: => Seq[TopologyStore[store.TopologyStoreId]], crypto: Crypto, topologyClientLookup: (store.TopologyStoreId) => Option[SynchronizerTopologyClient], physicalSynchronizerIdLookup: PSIdLookup, processingTimeout: ProcessingTimeout, loggerFactory: NamedLoggerFactory)(implicit ec: 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit val ec: ExecutionContext
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  10. def exportTopologySnapshot(request: ExportTopologySnapshotRequest, responseObserver: StreamObserver[ExportTopologySnapshotResponse]): Unit
  11. def genesisState(request: GenesisStateRequest, responseObserver: StreamObserver[GenesisStateResponse]): Unit

    Fetch the genesis topology state.

    Fetch the genesis topology state. The returned bytestring can be used directly to initialize a sequencer.

    Definition Classes
    GrpcTopologyManagerReadServiceTopologyManagerReadService
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def listAll(request: ListAllRequest): Future[ListAllResponse]
  16. def listAvailableStores(request: ListAvailableStoresRequest): Future[ListAvailableStoresResponse]
  17. def listDecentralizedNamespaceDefinition(request: ListDecentralizedNamespaceDefinitionRequest): Future[ListDecentralizedNamespaceDefinitionResponse]
  18. def listMediatorSynchronizerState(request: ListMediatorSynchronizerStateRequest): Future[ListMediatorSynchronizerStateResponse]
  19. def listNamespaceDelegation(request: ListNamespaceDelegationRequest): Future[ListNamespaceDelegationResponse]
  20. def listOwnerToKeyMapping(request: ListOwnerToKeyMappingRequest): Future[ListOwnerToKeyMappingResponse]
  21. def listParticipantSynchronizerPermission(request: ListParticipantSynchronizerPermissionRequest): Future[ListParticipantSynchronizerPermissionResponse]
  22. def listPartyHostingLimits(request: ListPartyHostingLimitsRequest): Future[ListPartyHostingLimitsResponse]
  23. def listPartyToKeyMapping(request: ListPartyToKeyMappingRequest): Future[ListPartyToKeyMappingResponse]
  24. def listPartyToParticipant(request: ListPartyToParticipantRequest): Future[ListPartyToParticipantResponse]
  25. def listSequencerConnectionSuccessor(request: ListSequencerConnectionSuccessorRequest): Future[ListSequencerConnectionSuccessorResponse]
  26. def listSequencerSynchronizerState(request: ListSequencerSynchronizerStateRequest): Future[ListSequencerSynchronizerStateResponse]
  27. def listSynchronizerParametersState(request: ListSynchronizerParametersStateRequest): Future[ListSynchronizerParametersStateResponse]
  28. def listSynchronizerTrustCertificate(request: ListSynchronizerTrustCertificateRequest): Future[ListSynchronizerTrustCertificateResponse]
  29. def listSynchronizerUpgradeAnnouncement(request: ListSynchronizerUpgradeAnnouncementRequest): Future[ListSynchronizerUpgradeAnnouncementResponse]
  30. def listVettedPackages(request: ListVettedPackagesRequest): Future[ListVettedPackagesResponse]
  31. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  32. val loggerFactory: NamedLoggerFactory
  33. def logicalUpgradeState(request: LogicalUpgradeStateRequest, responseObserver: StreamObserver[LogicalUpgradeStateResponse]): Unit

    Fetch the topology state The returned bytestring can be used directly to initialize a successor sequencer

    Fetch the topology state The returned bytestring can be used directly to initialize a successor sequencer

    Definition Classes
    GrpcTopologyManagerReadServiceTopologyManagerReadService
  34. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def serviceCompanion: ServiceCompanion[TopologyManagerReadService]
    Definition Classes
    TopologyManagerReadService → AbstractService
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. 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 NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped