public class MigrateDetailInfo extends AbstractModel
Constructor and Description |
---|
MigrateDetailInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentStepProgress()
Get Progress of current step, such as "1"
|
Long |
getMasterSlaveDistance()
Get Master/slave lag in MB, which is valid during incremental sync and currently supported by TencentDB for Redis and MySQL
|
String |
getProgress()
Get Overall progress, such as "10"
|
Long |
getSecondsBehindMaster()
Get Master/slave lag in seconds, which is valid during incremental sync and currently supported by TencentDB for MySQL
|
Long |
getStepAll()
Get Total number of steps
|
MigrateStepDetailInfo[] |
getStepInfo()
Get Step information
|
Long |
getStepNow()
Get Current step
|
void |
setCurrentStepProgress(String CurrentStepProgress)
Set Progress of current step, such as "1"
|
void |
setMasterSlaveDistance(Long MasterSlaveDistance)
Set Master/slave lag in MB, which is valid during incremental sync and currently supported by TencentDB for Redis and MySQL
|
void |
setProgress(String Progress)
Set Overall progress, such as "10"
|
void |
setSecondsBehindMaster(Long SecondsBehindMaster)
Set Master/slave lag in seconds, which is valid during incremental sync and currently supported by TencentDB for MySQL
|
void |
setStepAll(Long StepAll)
Set Total number of steps
|
void |
setStepInfo(MigrateStepDetailInfo[] StepInfo)
Set Step information
|
void |
setStepNow(Long StepNow)
Set Current step
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- Total number of stepspublic Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- Current steppublic String getProgress()
public void setProgress(String Progress)
Progress
- Overall progress, such as "10"public String getCurrentStepProgress()
public void setCurrentStepProgress(String CurrentStepProgress)
CurrentStepProgress
- Progress of current step, such as "1"public Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance
- Master/slave lag in MB, which is valid during incremental sync and currently supported by TencentDB for Redis and MySQLpublic Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster
- Master/slave lag in seconds, which is valid during incremental sync and currently supported by TencentDB for MySQLpublic MigrateStepDetailInfo[] getStepInfo()
public void setStepInfo(MigrateStepDetailInfo[] StepInfo)
StepInfo
- Step informationCopyright © 2020. All rights reserved.