Documentation
¶
Index ¶
- Variables
- type Command
- func (cmd *Command) Process(conf *config.Config)
- func (cmd *Command) ProcessDrop(conf *config.Config)
- func (cmd *Command) ProcessTransfer(conf *config.Config)
- func (cmd *Command) TransferDataToDest(data *db.Data, dstTable string, tagNum int)
- func (cmd *Command) TransferTableToDst(sql string, dstTable string, tagNum int) error
- func (cmd *Command) TransferTaosdClusterBasicInfo() error
- func (cmd *Command) TransferTaosdClusterInfo() error
- func (cmd *Command) TransferTaosdDnodesDataDirs() error
- func (cmd *Command) TransferTaosdDnodesInfo() error
- func (cmd *Command) TransferTaosdDnodesLogDirs1() error
- func (cmd *Command) TransferTaosdDnodesLogDirs2() error
- func (cmd *Command) TransferTaosdDnodesStatus() error
- func (cmd *Command) TransferTaosdMnodesInfo() error
- func (cmd *Command) TransferTaosdVgroupsInfo() error
- func (cmd *Command) TransferTaosdVnodesInfo() error
Constants ¶
This section is empty.
Variables ¶
View Source
var MAX_SQL_LEN = 1000000
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func (*Command) ProcessDrop ¶
func (*Command) ProcessTransfer ¶
func (*Command) TransferDataToDest ¶
func (*Command) TransferTableToDst ¶
cluster_info
func (*Command) TransferTaosdClusterBasicInfo ¶
cluster_info
func (*Command) TransferTaosdClusterInfo ¶
func (*Command) TransferTaosdDnodesDataDirs ¶
func (*Command) TransferTaosdDnodesInfo ¶
func (*Command) TransferTaosdDnodesLogDirs1 ¶
func (*Command) TransferTaosdDnodesLogDirs2 ¶
func (*Command) TransferTaosdDnodesStatus ¶
func (*Command) TransferTaosdMnodesInfo ¶
func (*Command) TransferTaosdVgroupsInfo ¶
func (*Command) TransferTaosdVnodesInfo ¶
Click to show internal directories.
Click to hide internal directories.