package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

NewAllServerInfoHandler creates a new AllServerInfoHandler.
NewDBTableHandler creates a new DBTableHandler.
NewDDLHistoryJobHandler creates a new DDLHistoryJobHandler.
NewDDLResignOwnerHandler creates a new DDLResignOwnerHandler.
NewFlashReplicaHandler creates a new FlashReplicaHandler.
NewMvccTxnHandler creates a new MvccTxnHandler.
NewProfileHandler creates a new ProfileHandler.
NewRegionHandler creates a new RegionHandler.
NewSchemaHandler creates a new SchemaHandler.
NewSchemaStorageHandler creates a new SchemaStorageHandler.
NewServerInfoHandler creates a new ServerInfoHandler.
NewSettingsHandler creates a new SettingsHandler.
NewTableHandler creates a new TableHandler.
NewTestHandler creates a new TestHandler.
WriteDBTablesData writes all the table data in a database.

# Constants

OpMvccGetByHex is the operation for getting mvcc value by hex format.
OpMvccGetByIdx is the operation for getting mvcc value by idx.
OpMvccGetByKey is the operation for getting mvcc value by key.
OpMvccGetByTxn is the operation for getting mvcc value by txn.
OpStopTableScatter is the operation for stopping scattering a table.
OpTableDiskUsage is the operation for getting disk usage of a table.
OpTableRanges is the operation for getting ranges of a table.
OpTableRegions is the operation for getting regions of a table.
OpTableScatter is the operation for scattering a table.

# Structs

AllServerInfoHandler is the handler for getting all servers information.
ClusterServerInfo is used to report cluster servers info when do http request.
DBTableHandler is the handler for list table's regions.
DBTableInfo is used to report the database, table information and the current schema version.
DDLHistoryJobHandler is the handler for list job history.
DDLHookHandler is the handler for use pre-defined ddl callback.
DDLResignOwnerHandler is the handler for resigning ddl owner.
FlashReplicaHandler is the handler for flash replica.
FrameItem includes a index's or record's meta data with table's info.
IndexRegions is the region info for one index.
LabelHandler is the handler for set labels.
MvccTxnHandler is the handler for txn debugger.
ProfileHandler is the handler for getting profile.
RangeDetail contains detail information about a particular range.
RegionDetail is the response data for get region by ID it includes indices and records detail in current region.
RegionHandler is the common field for http handler.
SchemaHandler is the handler for list database or table schemas.
SchemaStorageHandler is the handler for list database or table schemas.
SchemaTableStorage is the schema table storage info.
ServerInfo is used to report the servers info when do http request.
ServerInfoHandler is the handler for getting statistics.
SettingsHandler is the handler for list tidb server settings.
TableFlashReplicaInfo is the replica information of a table.
TableHandler is the handler for list table's regions.
TableRanges is the response data for list table's ranges.
TableRegions is the response data for list table's regions.
TestHandler is the handler for tests.
ValueHandler is the handler for get value.