Class AutoValue_ServerStats


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_ServerStats
    extends ServerStats
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_ServerStats​(long lbLatencyNs, long serviceLatencyNs, byte traceOption)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      long getLbLatencyNs()
      Returns Load Balancer latency, a latency observed at Load Balancer.
      long getServiceLatencyNs()
      Returns Service latency, a latency observed at Server.
      byte getTraceOption()
      Returns Trace options, a set of bits indicating properties of trace.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • lbLatencyNs

        private final long lbLatencyNs
      • serviceLatencyNs

        private final long serviceLatencyNs
      • traceOption

        private final byte traceOption
    • Constructor Detail

      • AutoValue_ServerStats

        AutoValue_ServerStats​(long lbLatencyNs,
                              long serviceLatencyNs,
                              byte traceOption)
    • Method Detail

      • getLbLatencyNs

        public long getLbLatencyNs()
        Description copied from class: ServerStats
        Returns Load Balancer latency, a latency observed at Load Balancer.
        Specified by:
        getLbLatencyNs in class ServerStats
        Returns:
        Load Balancer latency in nanoseconds.
      • getServiceLatencyNs

        public long getServiceLatencyNs()
        Description copied from class: ServerStats
        Returns Service latency, a latency observed at Server.
        Specified by:
        getServiceLatencyNs in class ServerStats
        Returns:
        Service latency in nanoseconds.
      • getTraceOption

        public byte getTraceOption()
        Description copied from class: ServerStats
        Returns Trace options, a set of bits indicating properties of trace.
        Specified by:
        getTraceOption in class ServerStats
        Returns:
        Trace options a set of bits indicating properties of trace.
      • toString

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object