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

# Functions

CreateLogFileManager creates a log file manager using the specified config.
CreateRangeController creates a controller that cloud be used to scan regions in a range and apply a function over these regions.
NewFileImporter returns a new file importClient.
NewRestoreClient returns a new RestoreClient.

# Constants

# Variables

# Structs

the kv entry with ts, the ts is decoded from entry.
LogFileManager is the manager for log files of a certain restoration, which supports read / filter from the log backup archive with static start TS / restore TS.
LogFileManagerInit is the config needed for initializing the log file manager.
LogRestoreManager is a comprehensive wrapper that encapsulates all logic related to log restoration, including concurrency management, checkpoint handling, and file importing for efficient log processing.
RangeController manages the execution of operations over a range of regions.
RPCResult is the result after executing some RPCs to TiKV.
SstRestoreManager is a comprehensive wrapper that encapsulates all logic related to sst restoration, including concurrency management, checkpoint handling, and file importing(splitting) for efficient log processing.

# Type aliases