Get desktop application:
View/edit binary Protocol Buffers messages
TabletManager is a service definition for tabletmanagerdata.TabletManager.
Various read-only methods
Ping returns the input payload
Sleep sleeps for the provided duration
ExecuteHook executes the hook remotely
GetSchema asks the tablet for its schema
GetPermissions asks the tablet for its permissions
ChangeType asks the remote tablet to change its type
ReplicationStatus returns the current replication status.
PrimaryStatus returns the current primary status.
PrimaryPosition returns the current primary position
WaitForPosition waits for the position to be reached
StopReplication makes mysql stop its replication
StopReplicationMinimum stops the mysql replication after it reaches the provided minimum point
StartReplication starts the mysql replication
StartReplicationUnitAfter starts the mysql replication until and including the provided position
GetReplicas asks for the list of mysql replicas
VReplication API
VDiff API
ResetReplication makes the target not replicating
InitPrimary initializes the tablet as a primary
PopulateReparentJournal tells the tablet to add an entry to its reparent journal
InitReplica tells the tablet to reparent to the primary unconditionally
DemotePrimary tells the soon-to-be-former primary it's gonna change
UndoDemotePrimary reverts all changes made by DemotePrimary
ReplicaWasPromoted tells the remote tablet it is now the primary
ResetReplicationParameters resets the replica replication parameters
FullStatus collects and returns the full status of MySQL including the replication information, semi-sync information, GTID information among others
SetReplicationSource tells the replica to reparent
ReplicaWasRestarted tells the remote tablet its primary has changed
StopReplicationAndGetStatus stops MySQL replication, and returns the replication status
PromoteReplica makes the replica the new primary
RestoreFromBackup deletes all local data and restores it from the latest backup.
Generic VExec request. Can be used for various purposes