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

alluxio.grpc.LoadMetadataSubTaskOrBuilder 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 LoadMetadataSubTaskOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.LoadMetadataSubTask)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional .alluxio.grpc.block.UfsStatus ufs_status = 1;
   * @return Whether the ufsStatus field is set.
   */
  boolean hasUfsStatus();
  /**
   * optional .alluxio.grpc.block.UfsStatus ufs_status = 1;
   * @return The ufsStatus.
   */
  alluxio.grpc.UfsStatus getUfsStatus();
  /**
   * optional .alluxio.grpc.block.UfsStatus ufs_status = 1;
   */
  alluxio.grpc.UfsStatusOrBuilder getUfsStatusOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy