Class RpcStats.Result

  • Enclosing class:
    RpcStats

    protected static class RpcStats.Result
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long async  
      protected AverageMinMax avg  
      protected long sync  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void add​(boolean sync, long time)  
      protected long async()  
      protected double avg()  
      protected long max()  
      protected long min()  
      protected long sync()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • sync

        protected long sync
      • async

        protected long async
    • Constructor Detail

      • Result

        protected Result()
    • Method Detail

      • sync

        protected long sync()
      • async

        protected long async()
      • min

        protected long min()
      • max

        protected long max()
      • avg

        protected double avg()
      • add

        protected void add​(boolean sync,
                           long time)
      • toString

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