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

alluxio.grpc.LoadJobPOptionsOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

public interface LoadJobPOptionsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.file.LoadJobPOptions)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 bandwidth = 1;
   * @return Whether the bandwidth field is set.
   */
  boolean hasBandwidth();
  /**
   * optional int64 bandwidth = 1;
   * @return The bandwidth.
   */
  long getBandwidth();

  /**
   * optional bool verify = 2;
   * @return Whether the verify field is set.
   */
  boolean hasVerify();
  /**
   * optional bool verify = 2;
   * @return The verify.
   */
  boolean getVerify();

  /**
   * optional bool partialListing = 3;
   * @return Whether the partialListing field is set.
   */
  boolean hasPartialListing();
  /**
   * optional bool partialListing = 3;
   * @return The partialListing.
   */
  boolean getPartialListing();

  /**
   * optional bool loadMetadataOnly = 4;
   * @return Whether the loadMetadataOnly field is set.
   */
  boolean hasLoadMetadataOnly();
  /**
   * optional bool loadMetadataOnly = 4;
   * @return The loadMetadataOnly.
   */
  boolean getLoadMetadataOnly();

  /**
   * optional bool skipIfExists = 5;
   * @return Whether the skipIfExists field is set.
   */
  boolean hasSkipIfExists();
  /**
   * optional bool skipIfExists = 5;
   * @return The skipIfExists.
   */
  boolean getSkipIfExists();

  /**
   * optional string fileFilterRegx = 6;
   * @return Whether the fileFilterRegx field is set.
   */
  boolean hasFileFilterRegx();
  /**
   * optional string fileFilterRegx = 6;
   * @return The fileFilterRegx.
   */
  java.lang.String getFileFilterRegx();
  /**
   * optional string fileFilterRegx = 6;
   * @return The bytes for fileFilterRegx.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getFileFilterRegxBytes();

  /**
   * optional int32 replicas = 7;
   * @return Whether the replicas field is set.
   */
  boolean hasReplicas();
  /**
   * optional int32 replicas = 7;
   * @return The replicas.
   */
  int getReplicas();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy