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

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

  /**
   * int32 version = 1;
   * @return The version.
   */
  int getVersion();

  /**
   * string vmVersion = 2;
   * @return The vmVersion.
   */
  java.lang.String getVmVersion();
  /**
   * string vmVersion = 2;
   * @return The bytes for vmVersion.
   */
  com.google.protobuf.ByteString
      getVmVersionBytes();

  /**
   * .v1.PJvmGcType gcType = 3;
   * @return The enum numeric value on the wire for gcType.
   */
  int getGcTypeValue();
  /**
   * .v1.PJvmGcType gcType = 3;
   * @return The gcType.
   */
  com.navercorp.pinpoint.grpc.trace.PJvmGcType getGcType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy