public class ServerProcesse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ServerProcesse() |
ServerProcesse(ServerProcesse 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 |
getConcurrentExecutions()
Get 并发执行数量,所有进程并发执行总数最小值1,最大值50
|
String |
getLaunchPath()
Get 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024
|
String |
getParameters()
Get 启动参数,最小长度0,最大长度1024
|
void |
setConcurrentExecutions(Long ConcurrentExecutions)
Set 并发执行数量,所有进程并发执行总数最小值1,最大值50
|
void |
setLaunchPath(String LaunchPath)
Set 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024
|
void |
setParameters(String Parameters)
Set 启动参数,最小长度0,最大长度1024
|
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, toJsonString
public ServerProcesse()
public ServerProcesse(ServerProcesse source)
public Long getConcurrentExecutions()
public void setConcurrentExecutions(Long ConcurrentExecutions)
ConcurrentExecutions
- 并发执行数量,所有进程并发执行总数最小值1,最大值50public String getLaunchPath()
public void setLaunchPath(String LaunchPath)
LaunchPath
- 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024public String getParameters()
public void setParameters(String Parameters)
Parameters
- 启动参数,最小长度0,最大长度1024Copyright © 2024. All rights reserved.