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

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

  /**
   * optional int64 mostSignificantBits = 1;
   * @return Whether the mostSignificantBits field is set.
   */
  boolean hasMostSignificantBits();
  /**
   * optional int64 mostSignificantBits = 1;
   * @return The mostSignificantBits.
   */
  long getMostSignificantBits();

  /**
   * optional int64 leastSignificantBits = 2;
   * @return Whether the leastSignificantBits field is set.
   */
  boolean hasLeastSignificantBits();
  /**
   * optional int64 leastSignificantBits = 2;
   * @return The leastSignificantBits.
   */
  long getLeastSignificantBits();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy