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

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

  /**
   * int64 sampledNewCount = 2;
   * @return The sampledNewCount.
   */
  long getSampledNewCount();

  /**
   * int64 sampledContinuationCount = 3;
   * @return The sampledContinuationCount.
   */
  long getSampledContinuationCount();

  /**
   * int64 unsampledNewCount = 4;
   * @return The unsampledNewCount.
   */
  long getUnsampledNewCount();

  /**
   * int64 unsampledContinuationCount = 5;
   * @return The unsampledContinuationCount.
   */
  long getUnsampledContinuationCount();

  /**
   * int64 skippedNewCount = 6;
   * @return The skippedNewCount.
   */
  long getSkippedNewCount();

  /**
   * int64 skippedContinuationCount = 7;
   * @return The skippedContinuationCount.
   */
  long getSkippedContinuationCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy