Class

tabletmanagerservice.tabletmanagerservice.TabletManagerGrpc

TabletManagerBlockingStub

Related Doc: package TabletManagerGrpc

Permalink

class TabletManagerBlockingStub extends AbstractStub[TabletManagerBlockingStub] with TabletManagerBlockingClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TabletManagerBlockingStub
  2. TabletManagerBlockingClient
  3. AbstractStub
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applySchema(request: ApplySchemaRequest): ApplySchemaResponse

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def backup(request: BackupRequest): Iterator[BackupResponse]

    Permalink
  7. def build(channel: Channel, options: CallOptions): TabletManagerBlockingStub

    Permalink
    Definition Classes
    TabletManagerBlockingStub → AbstractStub
  8. def changeType(request: ChangeTypeRequest): ChangeTypeResponse

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def demoteMaster(request: DemoteMasterRequest): DemoteMasterResponse

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executeFetchAsAllPrivs(request: ExecuteFetchAsAllPrivsRequest): ExecuteFetchAsAllPrivsResponse

    Permalink
  14. def executeFetchAsApp(request: ExecuteFetchAsAppRequest): ExecuteFetchAsAppResponse

    Permalink
  15. def executeFetchAsDba(request: ExecuteFetchAsDbaRequest): ExecuteFetchAsDbaResponse

    Permalink
  16. def executeHook(request: ExecuteHookRequest): ExecuteHookResponse

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getCallOptions(): CallOptions

    Permalink
    Definition Classes
    AbstractStub
  19. final def getChannel(): Channel

    Permalink
    Definition Classes
    AbstractStub
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getPermissions(request: GetPermissionsRequest): GetPermissionsResponse

    Permalink
  22. def getSchema(request: GetSchemaRequest): GetSchemaResponse

    Permalink
  23. def getSlaves(request: GetSlavesRequest): GetSlavesResponse

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def ignoreHealthError(request: IgnoreHealthErrorRequest): IgnoreHealthErrorResponse

    Permalink
  26. def initMaster(request: InitMasterRequest): InitMasterResponse

    Permalink
  27. def initSlave(request: InitSlaveRequest): InitSlaveResponse

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def masterPosition(request: MasterPositionRequest): MasterPositionResponse

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def ping(request: PingRequest): PingResponse

    Permalink
  34. def populateReparentJournal(request: PopulateReparentJournalRequest): PopulateReparentJournalResponse

    Permalink
  35. def preflightSchema(request: PreflightSchemaRequest): PreflightSchemaResponse

    Permalink
  36. def promoteSlave(request: PromoteSlaveRequest): PromoteSlaveResponse

    Permalink
  37. def promoteSlaveWhenCaughtUp(request: PromoteSlaveWhenCaughtUpRequest): PromoteSlaveWhenCaughtUpResponse

    Permalink
  38. def refreshState(request: RefreshStateRequest): RefreshStateResponse

    Permalink
  39. def reloadSchema(request: ReloadSchemaRequest): ReloadSchemaResponse

    Permalink
  40. def resetReplication(request: ResetReplicationRequest): ResetReplicationResponse

    Permalink
  41. def restoreFromBackup(request: RestoreFromBackupRequest): Iterator[RestoreFromBackupResponse]

    Permalink
  42. def runBlpUntil(request: RunBlpUntilRequest): RunBlpUntilResponse

    Permalink
  43. def runHealthCheck(request: RunHealthCheckRequest): RunHealthCheckResponse

    Permalink
  44. def serviceCompanion: TabletManager.type

    Permalink
    Definition Classes
    TabletManagerBlockingClient
  45. def setMaster(request: SetMasterRequest): SetMasterResponse

    Permalink
  46. def setReadOnly(request: SetReadOnlyRequest): SetReadOnlyResponse

    Permalink
  47. def setReadWrite(request: SetReadWriteRequest): SetReadWriteResponse

    Permalink
  48. def slaveStatus(request: SlaveStatusRequest): SlaveStatusResponse

    Permalink
  49. def slaveWasPromoted(request: SlaveWasPromotedRequest): SlaveWasPromotedResponse

    Permalink
  50. def slaveWasRestarted(request: SlaveWasRestartedRequest): SlaveWasRestartedResponse

    Permalink
  51. def sleep(request: SleepRequest): SleepResponse

    Permalink
  52. def startBlp(request: StartBlpRequest): StartBlpResponse

    Permalink
  53. def startSlave(request: StartSlaveRequest): StartSlaveResponse

    Permalink
  54. def stopBlp(request: StopBlpRequest): StopBlpResponse

    Permalink
  55. def stopReplicationAndGetStatus(request: StopReplicationAndGetStatusRequest): StopReplicationAndGetStatusResponse

    Permalink
  56. def stopSlave(request: StopSlaveRequest): StopSlaveResponse

    Permalink
  57. def stopSlaveMinimum(request: StopSlaveMinimumRequest): StopSlaveMinimumResponse

    Permalink
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def tabletExternallyElected(request: TabletExternallyElectedRequest): TabletExternallyElectedResponse

    Permalink
  60. def tabletExternallyReparented(request: TabletExternallyReparentedRequest): TabletExternallyReparentedResponse

    Permalink
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def waitBlpPosition(request: WaitBlpPositionRequest): WaitBlpPositionResponse

    Permalink
  66. final def withCallCredentials(arg0: CallCredentials): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
  67. final def withChannel(arg0: Channel): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
  68. final def withCompression(arg0: String): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
  69. final def withDeadline(arg0: Deadline): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
  70. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
  71. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
  72. final def withOption[T](arg0: Key[T], arg1: T): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub

Deprecated Value Members

  1. final def withDeadlineNanoTime(arg0: Long): TabletManagerBlockingStub

    Permalink
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AbstractStub[TabletManagerBlockingStub]

Inherited from AnyRef

Inherited from Any

Ungrouped