Packages

class TopologyManagerReadServiceBlockingStub extends AbstractStub[TopologyManagerReadServiceBlockingStub] with TopologyManagerReadServiceBlockingClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopologyManagerReadServiceBlockingStub
  2. TopologyManagerReadServiceBlockingClient
  3. AbstractStub
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TopologyManagerReadServiceBlockingStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

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 build(channel: Channel, options: CallOptions): TopologyManagerReadServiceBlockingStub
    Definition Classes
    TopologyManagerReadServiceBlockingStub → AbstractStub
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def exportTopologySnapshot(request: ExportTopologySnapshotRequest): Iterator[ExportTopologySnapshotResponse]
  10. def exportTopologySnapshotV2(request: ExportTopologySnapshotV2Request): Iterator[ExportTopologySnapshotV2Response]
  11. def genesisState(request: GenesisStateRequest): Iterator[GenesisStateResponse]

    Fetch the genesis topology state.

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

    Definition Classes
    TopologyManagerReadServiceBlockingStubTopologyManagerReadServiceBlockingClient
  12. def genesisStateV2(request: GenesisStateV2Request): Iterator[GenesisStateV2Response]
  13. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  14. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listAll(request: ListAllRequest): ListAllResponse
  19. def listAvailableStores(request: ListAvailableStoresRequest): ListAvailableStoresResponse
  20. def listDecentralizedNamespaceDefinition(request: ListDecentralizedNamespaceDefinitionRequest): ListDecentralizedNamespaceDefinitionResponse
  21. def listMediatorSynchronizerState(request: ListMediatorSynchronizerStateRequest): ListMediatorSynchronizerStateResponse
  22. def listNamespaceDelegation(request: ListNamespaceDelegationRequest): ListNamespaceDelegationResponse
  23. def listOwnerToKeyMapping(request: ListOwnerToKeyMappingRequest): ListOwnerToKeyMappingResponse
  24. def listParticipantSynchronizerPermission(request: ListParticipantSynchronizerPermissionRequest): ListParticipantSynchronizerPermissionResponse
  25. def listPartyHostingLimits(request: ListPartyHostingLimitsRequest): ListPartyHostingLimitsResponse
  26. def listPartyToKeyMapping(request: ListPartyToKeyMappingRequest): ListPartyToKeyMappingResponse
  27. def listPartyToParticipant(request: ListPartyToParticipantRequest): ListPartyToParticipantResponse
  28. def listSequencerConnectionSuccessor(request: ListSequencerConnectionSuccessorRequest): ListSequencerConnectionSuccessorResponse
  29. def listSequencerSynchronizerState(request: ListSequencerSynchronizerStateRequest): ListSequencerSynchronizerStateResponse
  30. def listSynchronizerParametersState(request: ListSynchronizerParametersStateRequest): ListSynchronizerParametersStateResponse
  31. def listSynchronizerTrustCertificate(request: ListSynchronizerTrustCertificateRequest): ListSynchronizerTrustCertificateResponse
  32. def listSynchronizerUpgradeAnnouncement(request: ListSynchronizerUpgradeAnnouncementRequest): ListSynchronizerUpgradeAnnouncementResponse
  33. def listVettedPackages(request: ListVettedPackagesRequest): ListVettedPackagesResponse
  34. def logicalUpgradeState(request: LogicalUpgradeStateRequest): Iterator[LogicalUpgradeStateResponse]

    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
    TopologyManagerReadServiceBlockingStubTopologyManagerReadServiceBlockingClient
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def serviceCompanion: ServiceCompanion[TopologyManagerReadService]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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]) @native()
  44. final def withCallCredentials(arg0: CallCredentials): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  45. final def withCompression(arg0: String): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  46. final def withDeadline(arg0: Deadline): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  47. final def withDeadlineAfter(arg0: Duration): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  48. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  49. final def withExecutor(arg0: Executor): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  50. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  51. final def withMaxInboundMessageSize(arg0: Int): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  52. final def withMaxOutboundMessageSize(arg0: Int): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  53. final def withOnReadyThreshold(arg0: Int): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  54. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
  55. final def withWaitForReady(): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. final def withChannel(arg0: Channel): TopologyManagerReadServiceBlockingStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated
    Deprecated

Ungrouped