Get desktop application:
View/edit binary Protocol Buffers messages
TabletManager is a service definition for tabletmanagerdata.TabletManager.
Various read-only methods
ChangeTags asks the remote tablet to change its tags
ChangeType asks the remote tablet to change its type
CheckThrottler issues a 'check' on a tablet's throttler
VReplication API
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
GetGlobalStatusVars returns the server's global status variables asked for. An empty/nil variable name parameter slice means you want all of them.
GetPermissions asks the tablet for its permissions
GetReplicas asks for the list of mysql replicas
GetSchema asks the tablet for its schema
GetThrottlerStatus gets the status of a tablet throttler
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
ReadReparentJournalInfo reads the information from reparent journal
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
RestartReplication stops and then starts the mysql replication
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
WaitForPosition waits for the position to be reached