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

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

  /**
   * .v1.PActiveTraceHistogram histogram = 1;
   * @return Whether the histogram field is set.
   */
  boolean hasHistogram();
  /**
   * .v1.PActiveTraceHistogram histogram = 1;
   * @return The histogram.
   */
  com.navercorp.pinpoint.grpc.trace.PActiveTraceHistogram getHistogram();
  /**
   * .v1.PActiveTraceHistogram histogram = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PActiveTraceHistogramOrBuilder getHistogramOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy