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

com.navercorp.pinpoint.grpc.trace.PMonitorInfoOrBuilder 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/ThreadDump.proto

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * int32 stackDepth = 1;
   * @return The stackDepth.
   */
  int getStackDepth();

  /**
   * string stackFrame = 2;
   * @return The stackFrame.
   */
  java.lang.String getStackFrame();
  /**
   * string stackFrame = 2;
   * @return The bytes for stackFrame.
   */
  com.google.protobuf.ByteString
      getStackFrameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy