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

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

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * int32 limit = 1;
   * @return The limit.
   */
  int getLimit();

  /**
   * repeated string threadName = 2;
   * @return A list containing the threadName.
   */
  java.util.List
      getThreadNameList();
  /**
   * repeated string threadName = 2;
   * @return The count of threadName.
   */
  int getThreadNameCount();
  /**
   * repeated string threadName = 2;
   * @param index The index of the element to return.
   * @return The threadName at the given index.
   */
  java.lang.String getThreadName(int index);
  /**
   * repeated string threadName = 2;
   * @param index The index of the value to return.
   * @return The bytes of the threadName at the given index.
   */
  com.google.protobuf.ByteString
      getThreadNameBytes(int index);

  /**
   * repeated int64 localTraceId = 3;
   * @return A list containing the localTraceId.
   */
  java.util.List getLocalTraceIdList();
  /**
   * repeated int64 localTraceId = 3;
   * @return The count of localTraceId.
   */
  int getLocalTraceIdCount();
  /**
   * repeated int64 localTraceId = 3;
   * @param index The index of the element to return.
   * @return The localTraceId at the given index.
   */
  long getLocalTraceId(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy