Trait/Object

tabletmanagerservice.tabletmanagerservice.TabletManagerGrpc

TabletManager

Related Docs: object TabletManager | package TabletManagerGrpc

Permalink

trait TabletManager extends AbstractService

Linear Supertypes
AbstractService, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TabletManager
  2. AbstractService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def applySchema(request: ApplySchemaRequest): Future[ApplySchemaResponse]

    Permalink
  2. abstract def backup(request: BackupRequest, responseObserver: StreamObserver[BackupResponse]): Unit

    Permalink
  3. abstract def changeType(request: ChangeTypeRequest): Future[ChangeTypeResponse]

    Permalink
  4. abstract def demoteMaster(request: DemoteMasterRequest): Future[DemoteMasterResponse]

    Permalink
  5. abstract def executeFetchAsAllPrivs(request: ExecuteFetchAsAllPrivsRequest): Future[ExecuteFetchAsAllPrivsResponse]

    Permalink
  6. abstract def executeFetchAsApp(request: ExecuteFetchAsAppRequest): Future[ExecuteFetchAsAppResponse]

    Permalink
  7. abstract def executeFetchAsDba(request: ExecuteFetchAsDbaRequest): Future[ExecuteFetchAsDbaResponse]

    Permalink
  8. abstract def executeHook(request: ExecuteHookRequest): Future[ExecuteHookResponse]

    Permalink
  9. abstract def getPermissions(request: GetPermissionsRequest): Future[GetPermissionsResponse]

    Permalink
  10. abstract def getSchema(request: GetSchemaRequest): Future[GetSchemaResponse]

    Permalink
  11. abstract def getSlaves(request: GetSlavesRequest): Future[GetSlavesResponse]

    Permalink
  12. abstract def ignoreHealthError(request: IgnoreHealthErrorRequest): Future[IgnoreHealthErrorResponse]

    Permalink
  13. abstract def initMaster(request: InitMasterRequest): Future[InitMasterResponse]

    Permalink
  14. abstract def initSlave(request: InitSlaveRequest): Future[InitSlaveResponse]

    Permalink
  15. abstract def masterPosition(request: MasterPositionRequest): Future[MasterPositionResponse]

    Permalink
  16. abstract def ping(request: PingRequest): Future[PingResponse]

    Permalink
  17. abstract def populateReparentJournal(request: PopulateReparentJournalRequest): Future[PopulateReparentJournalResponse]

    Permalink
  18. abstract def preflightSchema(request: PreflightSchemaRequest): Future[PreflightSchemaResponse]

    Permalink
  19. abstract def promoteSlave(request: PromoteSlaveRequest): Future[PromoteSlaveResponse]

    Permalink
  20. abstract def promoteSlaveWhenCaughtUp(request: PromoteSlaveWhenCaughtUpRequest): Future[PromoteSlaveWhenCaughtUpResponse]

    Permalink
  21. abstract def refreshState(request: RefreshStateRequest): Future[RefreshStateResponse]

    Permalink
  22. abstract def reloadSchema(request: ReloadSchemaRequest): Future[ReloadSchemaResponse]

    Permalink
  23. abstract def resetReplication(request: ResetReplicationRequest): Future[ResetReplicationResponse]

    Permalink
  24. abstract def restoreFromBackup(request: RestoreFromBackupRequest, responseObserver: StreamObserver[RestoreFromBackupResponse]): Unit

    Permalink
  25. abstract def runBlpUntil(request: RunBlpUntilRequest): Future[RunBlpUntilResponse]

    Permalink
  26. abstract def runHealthCheck(request: RunHealthCheckRequest): Future[RunHealthCheckResponse]

    Permalink
  27. abstract def setMaster(request: SetMasterRequest): Future[SetMasterResponse]

    Permalink
  28. abstract def setReadOnly(request: SetReadOnlyRequest): Future[SetReadOnlyResponse]

    Permalink
  29. abstract def setReadWrite(request: SetReadWriteRequest): Future[SetReadWriteResponse]

    Permalink
  30. abstract def slaveStatus(request: SlaveStatusRequest): Future[SlaveStatusResponse]

    Permalink
  31. abstract def slaveWasPromoted(request: SlaveWasPromotedRequest): Future[SlaveWasPromotedResponse]

    Permalink
  32. abstract def slaveWasRestarted(request: SlaveWasRestartedRequest): Future[SlaveWasRestartedResponse]

    Permalink
  33. abstract def sleep(request: SleepRequest): Future[SleepResponse]

    Permalink
  34. abstract def startBlp(request: StartBlpRequest): Future[StartBlpResponse]

    Permalink
  35. abstract def startSlave(request: StartSlaveRequest): Future[StartSlaveResponse]

    Permalink
  36. abstract def stopBlp(request: StopBlpRequest): Future[StopBlpResponse]

    Permalink
  37. abstract def stopReplicationAndGetStatus(request: StopReplicationAndGetStatusRequest): Future[StopReplicationAndGetStatusResponse]

    Permalink
  38. abstract def stopSlave(request: StopSlaveRequest): Future[StopSlaveResponse]

    Permalink
  39. abstract def stopSlaveMinimum(request: StopSlaveMinimumRequest): Future[StopSlaveMinimumResponse]

    Permalink
  40. abstract def tabletExternallyElected(request: TabletExternallyElectedRequest): Future[TabletExternallyElectedResponse]

    Permalink
  41. abstract def tabletExternallyReparented(request: TabletExternallyReparentedRequest): Future[TabletExternallyReparentedResponse]

    Permalink
  42. abstract def waitBlpPosition(request: WaitBlpPositionRequest): Future[WaitBlpPositionResponse]

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. def serviceCompanion: TabletManager.type

    Permalink
    Definition Classes
    TabletManager → AbstractService
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped