public class RuntimeConfiguration extends AbstractModel
Constructor and Description |
---|
RuntimeConfiguration() |
Modifier and Type | Method and Description |
---|---|
Long |
getGameServerSessionActivationTimeoutSeconds()
Get 游戏会话进程超时,最小值1,最大值600,单位秒
|
Long |
getMaxConcurrentGameServerSessionActivations()
Get 最大游戏会话数,最小值1,最大值2147483647
|
ServerProcesse[] |
getServerProcesses()
Get 服务进程配置,至少有一个进程配置
|
void |
setGameServerSessionActivationTimeoutSeconds(Long GameServerSessionActivationTimeoutSeconds)
Set 游戏会话进程超时,最小值1,最大值600,单位秒
|
void |
setMaxConcurrentGameServerSessionActivations(Long MaxConcurrentGameServerSessionActivations)
Set 最大游戏会话数,最小值1,最大值2147483647
|
void |
setServerProcesses(ServerProcesse[] ServerProcesses)
Set 服务进程配置,至少有一个进程配置
|
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 getGameServerSessionActivationTimeoutSeconds()
public void setGameServerSessionActivationTimeoutSeconds(Long GameServerSessionActivationTimeoutSeconds)
GameServerSessionActivationTimeoutSeconds
- 游戏会话进程超时,最小值1,最大值600,单位秒public Long getMaxConcurrentGameServerSessionActivations()
public void setMaxConcurrentGameServerSessionActivations(Long MaxConcurrentGameServerSessionActivations)
MaxConcurrentGameServerSessionActivations
- 最大游戏会话数,最小值1,最大值2147483647public ServerProcesse[] getServerProcesses()
public void setServerProcesses(ServerProcesse[] ServerProcesses)
ServerProcesses
- 服务进程配置,至少有一个进程配置Copyright © 2020. All rights reserved.