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

cz.proto.DataOutputStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operator.proto

package cz.proto;

public interface DataOutputStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.DataOutputStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 raw_output_byte_count = 1;
   * @return The rawOutputByteCount.
   */
  long getRawOutputByteCount();

  /**
   * uint64 row_count = 2;
   * @return The rowCount.
   */
  long getRowCount();

  /**
   * .cz.proto.FileOutputStats file_output_stats = 3;
   * @return Whether the fileOutputStats field is set.
   */
  boolean hasFileOutputStats();
  /**
   * .cz.proto.FileOutputStats file_output_stats = 3;
   * @return The fileOutputStats.
   */
  cz.proto.FileOutputStats getFileOutputStats();
  /**
   * .cz.proto.FileOutputStats file_output_stats = 3;
   */
  cz.proto.FileOutputStatsOrBuilder getFileOutputStatsOrBuilder();

  /**
   * .cz.proto.MultipleFileOutputStats multiple_file_output_stats = 4;
   * @return Whether the multipleFileOutputStats field is set.
   */
  boolean hasMultipleFileOutputStats();
  /**
   * .cz.proto.MultipleFileOutputStats multiple_file_output_stats = 4;
   * @return The multipleFileOutputStats.
   */
  cz.proto.MultipleFileOutputStats getMultipleFileOutputStats();
  /**
   * .cz.proto.MultipleFileOutputStats multiple_file_output_stats = 4;
   */
  cz.proto.MultipleFileOutputStatsOrBuilder getMultipleFileOutputStatsOrBuilder();

  public cz.proto.DataOutputStats.OutputStatsCase getOutputStatsCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy