public class RateLimitOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RateLimitOption() | 
| RateLimitOption(RateLimitOption 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 | getCurrentDumpRps()Get The full export Rps currently in effect. | 
| Long | getCurrentDumpThread()Get The number of full export threads currently in effect. | 
| Long | getCurrentLoadRps()Get The full import Rps currently in effect. | 
| Long | getCurrentLoadThread()Get The number of full import threads currently in effect. | 
| Long | getCurrentSinkerThread()Get The number of incremental import threads currently in effect. | 
| Long | getDefaultDumpRps()Get The default full export Rps. | 
| Long | getDefaultDumpThread()Get The default number of full export threads. | 
| Long | getDefaultLoadRps()Get The default full import Rps. | 
| Long | getDefaultLoadThread()Get The default number of full import threads. | 
| Long | getDefaultSinkerThread()Get The default number of incremental import threads. | 
| String | getHasUserSetRateLimit()Get enum:"no"/"yes", no: the user has not set a speed limit; yes: a speed limit has been set. | 
| void | setCurrentDumpRps(Long CurrentDumpRps)Set The full export Rps currently in effect. | 
| void | setCurrentDumpThread(Long CurrentDumpThread)Set The number of full export threads currently in effect. | 
| void | setCurrentLoadRps(Long CurrentLoadRps)Set The full import Rps currently in effect. | 
| void | setCurrentLoadThread(Long CurrentLoadThread)Set The number of full import threads currently in effect. | 
| void | setCurrentSinkerThread(Long CurrentSinkerThread)Set The number of incremental import threads currently in effect. | 
| void | setDefaultDumpRps(Long DefaultDumpRps)Set The default full export Rps. | 
| void | setDefaultDumpThread(Long DefaultDumpThread)Set The default number of full export threads. | 
| void | setDefaultLoadRps(Long DefaultLoadRps)Set The default full import Rps. | 
| void | setDefaultLoadThread(Long DefaultLoadThread)Set The default number of full import threads. | 
| void | setDefaultSinkerThread(Long DefaultSinkerThread)Set The default number of incremental import threads. | 
| void | setHasUserSetRateLimit(String HasUserSetRateLimit)Set enum:"no"/"yes", no: the user has not set a speed limit; yes: a speed limit has been set. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RateLimitOption()
public RateLimitOption(RateLimitOption source)
public Long getCurrentDumpThread()
public void setCurrentDumpThread(Long CurrentDumpThread)
CurrentDumpThread - The number of full export threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 16.Note: This field may return null, indicating that no valid values can be obtained.public Long getDefaultDumpThread()
public void setDefaultDumpThread(Long DefaultDumpThread)
DefaultDumpThread - The default number of full export threads. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.public Long getCurrentDumpRps()
public void setCurrentDumpRps(Long CurrentDumpRps)
CurrentDumpRps - The full export Rps currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 50,000,000.Note: This field may return null, indicating that no valid values can be obtained.public Long getDefaultDumpRps()
public void setDefaultDumpRps(Long DefaultDumpRps)
DefaultDumpRps - The default full export Rps. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.public Long getCurrentLoadThread()
public void setCurrentLoadThread(Long CurrentLoadThread)
CurrentLoadThread - The number of full import threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 16.Note: This field may return null, indicating that no valid values can be obtained.public Long getDefaultLoadThread()
public void setDefaultLoadThread(Long DefaultLoadThread)
DefaultLoadThread - The default number of full import threads. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.public Long getCurrentLoadRps()
public void setCurrentLoadRps(Long CurrentLoadRps)
CurrentLoadRps - The full import Rps currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 50,000,000.Note: This field may return null, indicating that no valid values can be obtained.public Long getDefaultLoadRps()
public void setDefaultLoadRps(Long DefaultLoadRps)
DefaultLoadRps - The default full import Rps. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.public Long getCurrentSinkerThread()
public void setCurrentSinkerThread(Long CurrentSinkerThread)
CurrentSinkerThread - The number of incremental import threads currently in effect. The value of this field can be adjusted when configuring the task. Note: If it is not set or set to 0, it means the current value is maintained. The maximum value is 128.Note: This field may return null, indicating that no valid values can be obtained.public Long getDefaultSinkerThread()
public void setDefaultSinkerThread(Long DefaultSinkerThread)
DefaultSinkerThread - The default number of incremental import threads. This field is only meaningful in the output parameter.
Note: This field may return null, indicating that no valid values can be obtained.public String getHasUserSetRateLimit()
public void setHasUserSetRateLimit(String HasUserSetRateLimit)
HasUserSetRateLimit - enum:"no"/"yes", no: the user has not set a speed limit; yes: a speed limit has been set. This field is only meaningful in the output parameter.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.