All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.navercorp.pinpoint.grpc.trace.PResponseTimeOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v1/Stat.proto

package com.navercorp.pinpoint.grpc.trace;

public interface PResponseTimeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PResponseTime)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 avg = 1;
   * @return The avg.
   */
  long getAvg();

  /**
   * int64 max = 2;
   * @return The max.
   */
  long getMax();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy