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

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

  /**
   * int64 directCount = 1;
   * @return The directCount.
   */
  long getDirectCount();

  /**
   * int64 directMemoryUsed = 2;
   * @return The directMemoryUsed.
   */
  long getDirectMemoryUsed();

  /**
   * int64 mappedCount = 3;
   * @return The mappedCount.
   */
  long getMappedCount();

  /**
   * int64 mappedMemoryUsed = 4;
   * @return The mappedMemoryUsed.
   */
  long getMappedMemoryUsed();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy