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

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

  /**
   * 
   ** the path of alluxio mount point 
   * 
* * optional string alluxioPath = 1; * @return Whether the alluxioPath field is set. */ boolean hasAlluxioPath(); /** *
   ** the path of alluxio mount point 
   * 
* * optional string alluxioPath = 1; * @return The alluxioPath. */ java.lang.String getAlluxioPath(); /** *
   ** the path of alluxio mount point 
   * 
* * optional string alluxioPath = 1; * @return The bytes for alluxioPath. */ alluxio.shaded.client.com.google.protobuf.ByteString getAlluxioPathBytes(); /** *
   ** the path of the under file system 
   * 
* * optional string ufsPath = 2; * @return Whether the ufsPath field is set. */ boolean hasUfsPath(); /** *
   ** the path of the under file system 
   * 
* * optional string ufsPath = 2; * @return The ufsPath. */ java.lang.String getUfsPath(); /** *
   ** the path of the under file system 
   * 
* * optional string ufsPath = 2; * @return The bytes for ufsPath. */ alluxio.shaded.client.com.google.protobuf.ByteString getUfsPathBytes(); /** * optional .alluxio.grpc.file.MountPOptions options = 3; * @return Whether the options field is set. */ boolean hasOptions(); /** * optional .alluxio.grpc.file.MountPOptions options = 3; * @return The options. */ alluxio.grpc.MountPOptions getOptions(); /** * optional .alluxio.grpc.file.MountPOptions options = 3; */ alluxio.grpc.MountPOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy