Interface Statistics.TestStartInfoOrBuilder

    • 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.
        Use getStateInfoMap() 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.
        Use getMsgInfoMap() 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.