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

cz.proto.CompactionSplitFileOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * string path = 1;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 1;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * int64 offset = 2;
   * @return The offset.
   */
  long getOffset();

  /**
   * int64 size = 3;
   * @return The size.
   */
  long getSize();

  /**
   * int64 sliceId = 4;
   * @return The sliceId.
   */
  long getSliceId();

  /**
   * .cz.proto.VirtualValueInfo value_info = 5;
   * @return Whether the valueInfo field is set.
   */
  boolean hasValueInfo();
  /**
   * .cz.proto.VirtualValueInfo value_info = 5;
   * @return The valueInfo.
   */
  cz.proto.VirtualValueInfoOuterClass.VirtualValueInfo getValueInfo();
  /**
   * .cz.proto.VirtualValueInfo value_info = 5;
   */
  cz.proto.VirtualValueInfoOuterClass.VirtualValueInfoOrBuilder getValueInfoOrBuilder();

  /**
   * repeated .cz.proto.CompactionSplitFile delta_files = 6;
   */
  java.util.List 
      getDeltaFilesList();
  /**
   * repeated .cz.proto.CompactionSplitFile delta_files = 6;
   */
  cz.proto.CompactionSplitFile getDeltaFiles(int index);
  /**
   * repeated .cz.proto.CompactionSplitFile delta_files = 6;
   */
  int getDeltaFilesCount();
  /**
   * repeated .cz.proto.CompactionSplitFile delta_files = 6;
   */
  java.util.List 
      getDeltaFilesOrBuilderList();
  /**
   * repeated .cz.proto.CompactionSplitFile delta_files = 6;
   */
  cz.proto.CompactionSplitFileOrBuilder getDeltaFilesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy