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

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

  /**
   * .v1.PCmdStreamResponse commonStreamResponse = 1;
   * @return Whether the commonStreamResponse field is set.
   */
  boolean hasCommonStreamResponse();
  /**
   * .v1.PCmdStreamResponse commonStreamResponse = 1;
   * @return The commonStreamResponse.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdStreamResponse getCommonStreamResponse();
  /**
   * .v1.PCmdStreamResponse commonStreamResponse = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdStreamResponseOrBuilder getCommonStreamResponseOrBuilder();

  /**
   * int32 histogramSchemaType = 2;
   * @return The histogramSchemaType.
   */
  int getHistogramSchemaType();

  /**
   * repeated int32 activeThreadCount = 3;
   * @return A list containing the activeThreadCount.
   */
  java.util.List getActiveThreadCountList();
  /**
   * repeated int32 activeThreadCount = 3;
   * @return The count of activeThreadCount.
   */
  int getActiveThreadCountCount();
  /**
   * repeated int32 activeThreadCount = 3;
   * @param index The index of the element to return.
   * @return The activeThreadCount at the given index.
   */
  int getActiveThreadCount(int index);

  /**
   * int64 timeStamp = 4;
   * @return The timeStamp.
   */
  long getTimeStamp();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy