Package com.nhn.gameanvil.protocol
Interface Log.StartLogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Log.StartLog
,Log.StartLog.Builder
- Enclosing class:
- Log
public static interface Log.StartLogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsStateInfo(int key)
map<int32, string> stateInfo = 14;
int
getActorCount()
int32 actorCount = 1;
boolean
getIsTimeoutCallbackEnabled()
bool isTimeoutCallbackEnabled = 11;
Log.MsgInfo
getMsgInfo(int index)
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
int
getMsgInfoCount()
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
java.util.List<Log.MsgInfo>
getMsgInfoList()
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
Log.MsgInfoOrBuilder
getMsgInfoOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
java.util.List<? extends Log.MsgInfoOrBuilder>
getMsgInfoOrBuilderList()
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
int
getNetworkThreadCount()
int32 networkThreadCount = 7;
int
getPingIntervalSeconds()
int32 pingIntervalSeconds = 5;
int
getRampUpDelayMillis()
int32 rampUpDelayMillis = 6;
int
getRequestTimeoutSeconds()
int32 requestTimeoutSeconds = 4;
int
getScenarioLoopCount()
int32 scenarioLoopCount = 2;
long
getStartTime()
int64 startTime = 10;
java.util.Map<java.lang.Integer,java.lang.String>
getStateInfo()
Deprecated.int
getStateInfoCount()
map<int32, string> stateInfo = 14;
java.util.Map<java.lang.Integer,java.lang.String>
getStateInfoMap()
map<int32, string> stateInfo = 14;
java.lang.String
getStateInfoOrDefault(int key, java.lang.String defaultValue)
map<int32, string> stateInfo = 14;
java.lang.String
getStateInfoOrThrow(int key)
map<int32, string> stateInfo = 14;
Log.RemoteInfo
getTargetServer(int index)
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
int
getTargetServerCount()
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
java.util.List<Log.RemoteInfo>
getTargetServerList()
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
Log.RemoteInfoOrBuilder
getTargetServerOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
java.util.List<? extends Log.RemoteInfoOrBuilder>
getTargetServerOrBuilderList()
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
boolean
getTcpNoDelay()
bool tcpNoDelay = 12;
int
getTestTimeSeconds()
int32 testTimeSeconds = 3;
int
getTimerThreadCount()
int32 timerThreadCount = 8;
int
getTimerTimeUnitMillis()
int32 timerTimeUnitMillis = 9;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getActorCount
int getActorCount()
int32 actorCount = 1;
- Returns:
- The actorCount.
-
getScenarioLoopCount
int getScenarioLoopCount()
int32 scenarioLoopCount = 2;
- Returns:
- The scenarioLoopCount.
-
getTestTimeSeconds
int getTestTimeSeconds()
int32 testTimeSeconds = 3;
- Returns:
- The testTimeSeconds.
-
getRequestTimeoutSeconds
int getRequestTimeoutSeconds()
int32 requestTimeoutSeconds = 4;
- Returns:
- The requestTimeoutSeconds.
-
getPingIntervalSeconds
int getPingIntervalSeconds()
int32 pingIntervalSeconds = 5;
- Returns:
- The pingIntervalSeconds.
-
getRampUpDelayMillis
int getRampUpDelayMillis()
int32 rampUpDelayMillis = 6;
- Returns:
- The rampUpDelayMillis.
-
getNetworkThreadCount
int getNetworkThreadCount()
int32 networkThreadCount = 7;
- Returns:
- The networkThreadCount.
-
getTimerThreadCount
int getTimerThreadCount()
int32 timerThreadCount = 8;
- Returns:
- The timerThreadCount.
-
getTimerTimeUnitMillis
int getTimerTimeUnitMillis()
int32 timerTimeUnitMillis = 9;
- Returns:
- The timerTimeUnitMillis.
-
getStartTime
long getStartTime()
int64 startTime = 10;
- Returns:
- The startTime.
-
getIsTimeoutCallbackEnabled
boolean getIsTimeoutCallbackEnabled()
bool isTimeoutCallbackEnabled = 11;
- Returns:
- The isTimeoutCallbackEnabled.
-
getTcpNoDelay
boolean getTcpNoDelay()
bool tcpNoDelay = 12;
- Returns:
- The tcpNoDelay.
-
getTargetServerList
java.util.List<Log.RemoteInfo> getTargetServerList()
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
-
getTargetServer
Log.RemoteInfo getTargetServer(int index)
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
-
getTargetServerCount
int getTargetServerCount()
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
-
getTargetServerOrBuilderList
java.util.List<? extends Log.RemoteInfoOrBuilder> getTargetServerOrBuilderList()
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
-
getTargetServerOrBuilder
Log.RemoteInfoOrBuilder getTargetServerOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.RemoteInfo targetServer = 13;
-
getStateInfoCount
int getStateInfoCount()
map<int32, string> stateInfo = 14;
-
containsStateInfo
boolean containsStateInfo(int key)
map<int32, string> stateInfo = 14;
-
getStateInfo
@Deprecated java.util.Map<java.lang.Integer,java.lang.String> getStateInfo()
Deprecated.UsegetStateInfoMap()
instead.
-
getStateInfoMap
java.util.Map<java.lang.Integer,java.lang.String> getStateInfoMap()
map<int32, string> stateInfo = 14;
-
getStateInfoOrDefault
java.lang.String getStateInfoOrDefault(int key, java.lang.String defaultValue)
map<int32, string> stateInfo = 14;
-
getStateInfoOrThrow
java.lang.String getStateInfoOrThrow(int key)
map<int32, string> stateInfo = 14;
-
getMsgInfoList
java.util.List<Log.MsgInfo> getMsgInfoList()
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
-
getMsgInfo
Log.MsgInfo getMsgInfo(int index)
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
-
getMsgInfoCount
int getMsgInfoCount()
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
-
getMsgInfoOrBuilderList
java.util.List<? extends Log.MsgInfoOrBuilder> getMsgInfoOrBuilderList()
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
-
getMsgInfoOrBuilder
Log.MsgInfoOrBuilder getMsgInfoOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.MsgInfo msgInfo = 15;
-
-