Packages

class TopologyManagerWriteServiceStub extends AbstractStub[TopologyManagerWriteServiceStub] with TopologyManagerWriteService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopologyManagerWriteServiceStub
  2. TopologyManagerWriteService
  3. AbstractService
  4. AbstractStub
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TopologyManagerWriteServiceStub(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. def addTransactions(request: AddTransactionsRequest): Future[AddTransactionsResponse]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authorize(request: AuthorizeRequest): Future[AuthorizeResponse]
  7. def build(channel: Channel, options: CallOptions): TopologyManagerWriteServiceStub
    Definition Classes
    TopologyManagerWriteServiceStub → AbstractStub
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def createTemporaryTopologyStore(request: CreateTemporaryTopologyStoreRequest): Future[CreateTemporaryTopologyStoreResponse]

    * Creates a temporary topology store.

    * Creates a temporary topology store. Trying to create a store with the same name results in an error.

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  10. def dropTemporaryTopologyStore(request: DropTemporaryTopologyStoreRequest): Future[DropTemporaryTopologyStoreResponse]

    * Drops a temporary topology store.

    * Drops a temporary topology store. Trying to drop a temporary store that does not exist results in an error.

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def generateTransactions(request: GenerateTransactionsRequest): Future[GenerateTransactionsResponse]

    * RPC to generate topology transactions that can be signed

    * RPC to generate topology transactions that can be signed

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  14. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  15. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def importTopologySnapshot(responseObserver: StreamObserver[ImportTopologySnapshotResponse]): StreamObserver[ImportTopologySnapshotRequest]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def serviceCompanion: ServiceCompanion[TopologyManagerWriteService]
    Definition Classes
    TopologyManagerWriteService → AbstractService
  24. def signTransactions(request: SignTransactionsRequest): Future[SignTransactionsResponse]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def withCallCredentials(arg0: CallCredentials): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  31. final def withCompression(arg0: String): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  32. final def withDeadline(arg0: Deadline): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  33. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  34. final def withExecutor(arg0: Executor): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  35. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  36. final def withMaxInboundMessageSize(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  37. final def withMaxOutboundMessageSize(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  38. final def withOnReadyThreshold(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  39. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  40. final def withWaitForReady(): TopologyManagerWriteServiceStub
    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): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated
    Deprecated

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped