Class RpcStats.RTTStat

  • Enclosing class:
    RpcStats

    protected static class RpcStats.RTTStat
    extends java.lang.Object
    • Field Detail

      • total_time

        protected final Average total_time
      • down_req_time

        protected final Average down_req_time
      • network_req_time

        protected final Average network_req_time
      • network_rsp_time

        protected final Average network_rsp_time
      • req_up_time

        protected final Average req_up_time
      • rsp_up_time

        protected final Average rsp_up_time
      • processing_time

        protected final Average processing_time
    • Constructor Detail

      • RTTStat

        protected RTTStat()
    • Method Detail

      • add

        protected void add​(RTTHeader hdr)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object