public class MigrateDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MigrateDetailInfo() | 
| MigrateDetailInfo(MigrateDetailInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getMasterSlaveDistance()Get 主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1 | 
| Long | getSecondsBehindMaster()Get 主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1 | 
| Long | getStepAll()Get 总步骤数 | 
| StepDetailInfo[] | getStepInfo()Get 步骤信息 | 
| Long | getStepNow()Get 当前步骤 | 
| void | setMasterSlaveDistance(Long MasterSlaveDistance)Set 主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1 | 
| void | setSecondsBehindMaster(Long SecondsBehindMaster)Set 主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1 | 
| void | setStepAll(Long StepAll)Set 总步骤数 | 
| void | setStepInfo(StepDetailInfo[] StepInfo)Set 步骤信息 | 
| void | setStepNow(Long StepNow)Set 当前步骤 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MigrateDetailInfo()
public MigrateDetailInfo(MigrateDetailInfo source)
public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll - 总步骤数public Long getStepNow()
public void setStepNow(Long StepNow)
StepNow - 当前步骤public Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance - 主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1public Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster - 主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1public StepDetailInfo[] getStepInfo()
public void setStepInfo(StepDetailInfo[] StepInfo)
StepInfo - 步骤信息Copyright © 2025. All rights reserved.