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 that has taken effect.
|
Long |
getCurrentDumpThread()
Get The number of full export threads that have taken effect.
|
Long |
getCurrentLoadRps()
Get The full import RPS that has taken effect.
|
Long |
getCurrentLoadThread()
Get The number of full import threads that have taken effect.
|
Long |
getCurrentSinkerThread()
Get The number of incremental import threads that have taken 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 Whether the speed limit has been set.
|
void |
setCurrentDumpRps(Long CurrentDumpRps)
Set The full export RPS that has taken effect.
|
void |
setCurrentDumpThread(Long CurrentDumpThread)
Set The number of full export threads that have taken effect.
|
void |
setCurrentLoadRps(Long CurrentLoadRps)
Set The full import RPS that has taken effect.
|
void |
setCurrentLoadThread(Long CurrentLoadThread)
Set The number of full import threads that have taken effect.
|
void |
setCurrentSinkerThread(Long CurrentSinkerThread)
Set The number of incremental import threads that have taken 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 Whether the 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, toJsonString
public RateLimitOption()
public RateLimitOption(RateLimitOption source)
public Long getCurrentDumpThread()
public void setCurrentDumpThread(Long CurrentDumpThread)
CurrentDumpThread
- The number of full export threads that have taken effect.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getDefaultDumpThread()
public void setDefaultDumpThread(Long DefaultDumpThread)
DefaultDumpThread
- The default number of full export threads.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getCurrentDumpRps()
public void setCurrentDumpRps(Long CurrentDumpRps)
CurrentDumpRps
- The full export RPS that has taken effect.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getDefaultDumpRps()
public void setDefaultDumpRps(Long DefaultDumpRps)
DefaultDumpRps
- The default full export RPS.
Note: u200dThis 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 that have taken effect.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getDefaultLoadThread()
public void setDefaultLoadThread(Long DefaultLoadThread)
DefaultLoadThread
- The default number of full import threads.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getCurrentLoadRps()
public void setCurrentLoadRps(Long CurrentLoadRps)
CurrentLoadRps
- The full import RPS that has taken effect.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getDefaultLoadRps()
public void setDefaultLoadRps(Long DefaultLoadRps)
DefaultLoadRps
- The default full import RPS.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getCurrentSinkerThread()
public void setCurrentSinkerThread(Long CurrentSinkerThread)
CurrentSinkerThread
- The number of incremental import threads that have taken effect.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getDefaultSinkerThread()
public void setDefaultSinkerThread(Long DefaultSinkerThread)
DefaultSinkerThread
- The default number of incremental import threads.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public String getHasUserSetRateLimit()
public void setHasUserSetRateLimit(String HasUserSetRateLimit)
HasUserSetRateLimit
- Whether the speed limit has been set. Valid values: `no` (No), `yes` (Yes).
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.