public class ServerProcesse extends AbstractModel
Constructor and Description |
---|
ServerProcesse() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.