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