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

cz.proto.FileInputStreamStatsOrBuilder 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 FileInputStreamStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.FileInputStreamStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.FileSystemType file_system_type = 1;
   * @return The enum numeric value on the wire for fileSystemType.
   */
  int getFileSystemTypeValue();
  /**
   * .cz.proto.FileSystemType file_system_type = 1;
   * @return The fileSystemType.
   */
  cz.proto.FileSystem.FileSystemType getFileSystemType();

  /**
   * .cz.proto.CacheFileInputStreamStats cache_file_input_stream_stats = 4;
   * @return Whether the cacheFileInputStreamStats field is set.
   */
  boolean hasCacheFileInputStreamStats();
  /**
   * .cz.proto.CacheFileInputStreamStats cache_file_input_stream_stats = 4;
   * @return The cacheFileInputStreamStats.
   */
  cz.proto.CacheFileInputStreamStats getCacheFileInputStreamStats();
  /**
   * .cz.proto.CacheFileInputStreamStats cache_file_input_stream_stats = 4;
   */
  cz.proto.CacheFileInputStreamStatsOrBuilder getCacheFileInputStreamStatsOrBuilder();

  /**
   * .cz.proto.COSFileInputStreamStats cos_file_input_stream_stats = 5;
   * @return Whether the cosFileInputStreamStats field is set.
   */
  boolean hasCosFileInputStreamStats();
  /**
   * .cz.proto.COSFileInputStreamStats cos_file_input_stream_stats = 5;
   * @return The cosFileInputStreamStats.
   */
  cz.proto.COSFileInputStreamStats getCosFileInputStreamStats();
  /**
   * .cz.proto.COSFileInputStreamStats cos_file_input_stream_stats = 5;
   */
  cz.proto.COSFileInputStreamStatsOrBuilder getCosFileInputStreamStatsOrBuilder();

  public cz.proto.FileInputStreamStats.FileInputStreamStatsCase getFileInputStreamStatsCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy