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

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

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

  /**
   * repeated .v1.PThreadDump threadDump = 2;
   */
  java.util.List 
      getThreadDumpList();
  /**
   * repeated .v1.PThreadDump threadDump = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PThreadDump getThreadDump(int index);
  /**
   * repeated .v1.PThreadDump threadDump = 2;
   */
  int getThreadDumpCount();
  /**
   * repeated .v1.PThreadDump threadDump = 2;
   */
  java.util.List 
      getThreadDumpOrBuilderList();
  /**
   * repeated .v1.PThreadDump threadDump = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PThreadDumpOrBuilder getThreadDumpOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy