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

alluxio.grpc.WriteOptionsOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/block_worker.proto

package alluxio.grpc;

public interface WriteOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.WriteOptions)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional bool overwrite = 1;
   * @return Whether the overwrite field is set.
   */
  boolean hasOverwrite();
  /**
   * optional bool overwrite = 1;
   * @return The overwrite.
   */
  boolean getOverwrite();

  /**
   * optional .alluxio.grpc.file.WritePType write_type = 2 [default = CACHE_THROUGH];
   * @return Whether the writeType field is set.
   */
  boolean hasWriteType();
  /**
   * optional .alluxio.grpc.file.WritePType write_type = 2 [default = CACHE_THROUGH];
   * @return The writeType.
   */
  alluxio.grpc.WritePType getWriteType();

  /**
   * optional bool check_content = 3;
   * @return Whether the checkContent field is set.
   */
  boolean hasCheckContent();
  /**
   * optional bool check_content = 3;
   * @return The checkContent.
   */
  boolean getCheckContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy