public class Concurrency extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Concurrency()  | 
Concurrency(Concurrency 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 | 
getGracefulStopSeconds()
Get Graceful termination job waiting time. 
 | 
Long | 
getIterationCount()
Get Number of iteration. 
 | 
Long | 
getMaxRequestsPerSecond()
Get Maximum rps. 
 | 
Long | 
getResources()
Get Number of resource. 
 | 
Stage[] | 
getStages()
Get Array of multi-stage configuration. 
 | 
void | 
setGracefulStopSeconds(Long GracefulStopSeconds)
Set Graceful termination job waiting time. 
 | 
void | 
setIterationCount(Long IterationCount)
Set Number of iteration. 
 | 
void | 
setMaxRequestsPerSecond(Long MaxRequestsPerSecond)
Set Maximum rps. 
 | 
void | 
setResources(Long Resources)
Set Number of resource. 
 | 
void | 
setStages(Stage[] Stages)
Set Array of multi-stage configuration. 
 | 
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 Concurrency()
public Concurrency(Concurrency source)
public Stage[] getStages()
public void setStages(Stage[] Stages)
Stages - Array of multi-stage configuration.
Note: This field may return null, indicating that no valid value is found.public Long getIterationCount()
public void setIterationCount(Long IterationCount)
IterationCount - Number of iteration.
Note: This field may return null, indicating that no valid value is found.public Long getMaxRequestsPerSecond()
public void setMaxRequestsPerSecond(Long MaxRequestsPerSecond)
MaxRequestsPerSecond - Maximum rps.
Note: This field may return null, indicating that no valid value is found.public Long getGracefulStopSeconds()
public void setGracefulStopSeconds(Long GracefulStopSeconds)
GracefulStopSeconds - Graceful termination job waiting time.
Note: This field may return null, indicating that no valid value is found.public Long getResources()
public void setResources(Long Resources)
Resources - Number of resource.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.