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

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

  /**
   * int64 startTime = 1;
   * @return The startTime.
   */
  long getStartTime();

  /**
   * int64 localTraceId = 2;
   * @return The localTraceId.
   */
  long getLocalTraceId();

  /**
   * .v1.PThreadDump threadDump = 3;
   * @return Whether the threadDump field is set.
   */
  boolean hasThreadDump();
  /**
   * .v1.PThreadDump threadDump = 3;
   * @return The threadDump.
   */
  com.navercorp.pinpoint.grpc.trace.PThreadDump getThreadDump();
  /**
   * .v1.PThreadDump threadDump = 3;
   */
  com.navercorp.pinpoint.grpc.trace.PThreadDumpOrBuilder getThreadDumpOrBuilder();

  /**
   * bool sampled = 4;
   * @return The sampled.
   */
  boolean getSampled();

  /**
   * string transactionId = 5;
   * @return The transactionId.
   */
  java.lang.String getTransactionId();
  /**
   * string transactionId = 5;
   * @return The bytes for transactionId.
   */
  com.google.protobuf.ByteString
      getTransactionIdBytes();

  /**
   * string entryPoint = 6;
   * @return The entryPoint.
   */
  java.lang.String getEntryPoint();
  /**
   * string entryPoint = 6;
   * @return The bytes for entryPoint.
   */
  com.google.protobuf.ByteString
      getEntryPointBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy