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

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

  /**
   * 
   ** the root of the subtree to check 
   * 
* * optional string path = 1; * @return Whether the path field is set. */ boolean hasPath(); /** *
   ** the root of the subtree to check 
   * 
* * optional string path = 1; * @return The path. */ java.lang.String getPath(); /** *
   ** the root of the subtree to check 
   * 
* * optional string path = 1; * @return The bytes for path. */ alluxio.shaded.client.com.google.protobuf.ByteString getPathBytes(); /** * optional .alluxio.grpc.file.CheckConsistencyPOptions options = 2; * @return Whether the options field is set. */ boolean hasOptions(); /** * optional .alluxio.grpc.file.CheckConsistencyPOptions options = 2; * @return The options. */ alluxio.grpc.CheckConsistencyPOptions getOptions(); /** * optional .alluxio.grpc.file.CheckConsistencyPOptions options = 2; */ alluxio.grpc.CheckConsistencyPOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy