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

com.navercorp.pinpoint.grpc.trace.PUriHistogramOrBuilder 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 PUriHistogramOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PUriHistogram)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 count = 1;
   * @return The count.
   */
  int getCount();

  /**
   * double avg = 2;
   * @return The avg.
   */
  double getAvg();

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

  /**
   * repeated int32 histogram = 4;
   * @return A list containing the histogram.
   */
  java.util.List getHistogramList();
  /**
   * repeated int32 histogram = 4;
   * @return The count of histogram.
   */
  int getHistogramCount();
  /**
   * repeated int32 histogram = 4;
   * @param index The index of the element to return.
   * @return The histogram at the given index.
   */
  int getHistogram(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy