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

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

  /**
   * int32 version = 1;
   * @return The version.
   */
  int getVersion();

  /**
   * int32 histogramSchemaType = 2;
   * @return The histogramSchemaType.
   */
  int getHistogramSchemaType();

  /**
   * repeated int32 activeTraceCount = 3;
   * @return A list containing the activeTraceCount.
   */
  java.util.List getActiveTraceCountList();
  /**
   * repeated int32 activeTraceCount = 3;
   * @return The count of activeTraceCount.
   */
  int getActiveTraceCountCount();
  /**
   * repeated int32 activeTraceCount = 3;
   * @param index The index of the element to return.
   * @return The activeTraceCount at the given index.
   */
  int getActiveTraceCount(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy