package
2.1.0-alpha.1+incompatible
Repository: https://github.com/gitql/vitess.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package events contains event structs used by the tabletmanager package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ConfigHTML returns a formatted summary of health checking config values.
NewActionAgent creates a new ActionAgent and registers all the associated services.
NewBinlogPlayerMap creates a new map of players.
NewComboActionAgent creates an agent tailored specifically to run within the vtcombo binary.
NewTestActionAgent creates an agent for test purposes.
RegisterBinlogPlayerMap registers the varz for the players.
SetReparentFlags changes flag values.
# Constants
BpmStateRunning indicates BinlogPlayerMap is running.
BpmStateStopped indicates BinlogPlayerMap has stopped.
# Variables
RegisterQueryServices is a list of functions to call when the delayed registration is triggered.
# Structs
ActionAgent is the main class for the agent.
BinlogPlayerController controls one player.
BinlogPlayerControllerStatus is the status of an individual controller.
BinlogPlayerMap controls all the players.
BinlogPlayerMapStatus is the complete player status.
HealthRecord records one run of the health checker.
# Interfaces
RPCAgent defines the interface implemented by the Agent for RPCs.
# Type aliases
BinlogPlayerControllerStatusList is the list of statuses.
RegisterQueryService is used to delay registration of RPC servers until we have all the objects.