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

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

  /**
   * int64 jvmGcNewCount = 1;
   * @return The jvmGcNewCount.
   */
  long getJvmGcNewCount();

  /**
   * int64 jvmGcNewTime = 2;
   * @return The jvmGcNewTime.
   */
  long getJvmGcNewTime();

  /**
   * double jvmPoolCodeCacheUsed = 3;
   * @return The jvmPoolCodeCacheUsed.
   */
  double getJvmPoolCodeCacheUsed();

  /**
   * double jvmPoolNewGenUsed = 4;
   * @return The jvmPoolNewGenUsed.
   */
  double getJvmPoolNewGenUsed();

  /**
   * double jvmPoolOldGenUsed = 5;
   * @return The jvmPoolOldGenUsed.
   */
  double getJvmPoolOldGenUsed();

  /**
   * double jvmPoolSurvivorSpaceUsed = 6;
   * @return The jvmPoolSurvivorSpaceUsed.
   */
  double getJvmPoolSurvivorSpaceUsed();

  /**
   * double jvmPoolPermGenUsed = 7;
   * @return The jvmPoolPermGenUsed.
   */
  double getJvmPoolPermGenUsed();

  /**
   * double jvmPoolMetaspaceUsed = 8;
   * @return The jvmPoolMetaspaceUsed.
   */
  double getJvmPoolMetaspaceUsed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy