Package com.nhn.gameanvil.protocol
Interface Statistics.TestStartInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Statistics.TestStartInfo
,Statistics.TestStartInfo.Builder
- Enclosing class:
- Statistics
public static interface Statistics.TestStartInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsMsgInfo(int key)
map<int32, string> msg_info = 7;
boolean
containsStateInfo(int key)
map<int32, string> state_info = 6;
int
getActorCount()
int32 actor_count = 3;
int
getHammerId()
int32 hammer_id = 2;
boolean
getIsTimeoutCallbackEnabled()
bool is_timeout_callback_enabled = 15;
java.util.Map<java.lang.Integer,java.lang.String>
getMsgInfo()
Deprecated.int
getMsgInfoCount()
map<int32, string> msg_info = 7;
java.util.Map<java.lang.Integer,java.lang.String>
getMsgInfoMap()
map<int32, string> msg_info = 7;
java.lang.String
getMsgInfoOrDefault(int key, java.lang.String defaultValue)
map<int32, string> msg_info = 7;
java.lang.String
getMsgInfoOrThrow(int key)
map<int32, string> msg_info = 7;
int
getNetworkThreadCount()
int32 network_thread_count = 12;
int
getPingIntervalSeconds()
int32 ping_interval_seconds = 10;
int
getRampUpDelayMillis()
int32 ramp_up_delay_millis = 11;
int
getRequestTimeoutSeconds()
int32 request_timeout_seconds = 9;
int
getScenarioLoopCount()
int32 scenario_loop_count = 8;
long
getStartTime()
int64 start_time = 5;
java.util.Map<java.lang.Integer,java.lang.String>
getStateInfo()
Deprecated.int
getStateInfoCount()
map<int32, string> state_info = 6;
java.util.Map<java.lang.Integer,java.lang.String>
getStateInfoMap()
map<int32, string> state_info = 6;
java.lang.String
getStateInfoOrDefault(int key, java.lang.String defaultValue)
map<int32, string> state_info = 6;
java.lang.String
getStateInfoOrThrow(int key)
map<int32, string> state_info = 6;
boolean
getTcpNoDelay()
bool tcp_no_delay = 16;
int
getTestId()
int32 test_id = 1;
int
getTestTimeSeconds()
int32 test_time_seconds = 4;
int
getTimerThreadCount()
int32 timer_thread_count = 13;
long
getTimerTimeUnitMillis()
int64 timer_time_unit_millis = 14;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTestId
int getTestId()
int32 test_id = 1;
- Returns:
- The testId.
-
getHammerId
int getHammerId()
int32 hammer_id = 2;
- Returns:
- The hammerId.
-
getActorCount
int getActorCount()
int32 actor_count = 3;
- Returns:
- The actorCount.
-
getTestTimeSeconds
int getTestTimeSeconds()
int32 test_time_seconds = 4;
- Returns:
- The testTimeSeconds.
-
getStartTime
long getStartTime()
int64 start_time = 5;
- Returns:
- The startTime.
-
getStateInfoCount
int getStateInfoCount()
map<int32, string> state_info = 6;
-
containsStateInfo
boolean containsStateInfo(int key)
map<int32, string> state_info = 6;
-
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> state_info = 6;
-
getStateInfoOrDefault
java.lang.String getStateInfoOrDefault(int key, java.lang.String defaultValue)
map<int32, string> state_info = 6;
-
getStateInfoOrThrow
java.lang.String getStateInfoOrThrow(int key)
map<int32, string> state_info = 6;
-
getMsgInfoCount
int getMsgInfoCount()
map<int32, string> msg_info = 7;
-
containsMsgInfo
boolean containsMsgInfo(int key)
map<int32, string> msg_info = 7;
-
getMsgInfo
@Deprecated java.util.Map<java.lang.Integer,java.lang.String> getMsgInfo()
Deprecated.UsegetMsgInfoMap()
instead.
-
getMsgInfoMap
java.util.Map<java.lang.Integer,java.lang.String> getMsgInfoMap()
map<int32, string> msg_info = 7;
-
getMsgInfoOrDefault
java.lang.String getMsgInfoOrDefault(int key, java.lang.String defaultValue)
map<int32, string> msg_info = 7;
-
getMsgInfoOrThrow
java.lang.String getMsgInfoOrThrow(int key)
map<int32, string> msg_info = 7;
-
getScenarioLoopCount
int getScenarioLoopCount()
int32 scenario_loop_count = 8;
- Returns:
- The scenarioLoopCount.
-
getRequestTimeoutSeconds
int getRequestTimeoutSeconds()
int32 request_timeout_seconds = 9;
- Returns:
- The requestTimeoutSeconds.
-
getPingIntervalSeconds
int getPingIntervalSeconds()
int32 ping_interval_seconds = 10;
- Returns:
- The pingIntervalSeconds.
-
getRampUpDelayMillis
int getRampUpDelayMillis()
int32 ramp_up_delay_millis = 11;
- Returns:
- The rampUpDelayMillis.
-
getNetworkThreadCount
int getNetworkThreadCount()
int32 network_thread_count = 12;
- Returns:
- The networkThreadCount.
-
getTimerThreadCount
int getTimerThreadCount()
int32 timer_thread_count = 13;
- Returns:
- The timerThreadCount.
-
getTimerTimeUnitMillis
long getTimerTimeUnitMillis()
int64 timer_time_unit_millis = 14;
- Returns:
- The timerTimeUnitMillis.
-
getIsTimeoutCallbackEnabled
boolean getIsTimeoutCallbackEnabled()
bool is_timeout_callback_enabled = 15;
- Returns:
- The isTimeoutCallbackEnabled.
-
getTcpNoDelay
boolean getTcpNoDelay()
bool tcp_no_delay = 16;
- Returns:
- The tcpNoDelay.
-
-