Class AutoValue_ServerStats

java.lang.Object
io.opencensus.common.ServerStats
io.opencensus.common.AutoValue_ServerStats

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

    • lbLatencyNs

      private final long lbLatencyNs
    • serviceLatencyNs

      private final long serviceLatencyNs
    • traceOption

      private final byte traceOption
  • Constructor Details

    • AutoValue_ServerStats

      AutoValue_ServerStats(long lbLatencyNs, long serviceLatencyNs, byte traceOption)
  • Method Details

    • 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 String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object