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

alluxio.grpc.table.RangeOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc.table;

public interface RangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.Range)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional .alluxio.grpc.table.Value low = 1;
   * @return Whether the low field is set.
   */
  boolean hasLow();
  /**
   * optional .alluxio.grpc.table.Value low = 1;
   * @return The low.
   */
  alluxio.grpc.table.Value getLow();
  /**
   * optional .alluxio.grpc.table.Value low = 1;
   */
  alluxio.grpc.table.ValueOrBuilder getLowOrBuilder();

  /**
   * optional .alluxio.grpc.table.Value high = 2;
   * @return Whether the high field is set.
   */
  boolean hasHigh();
  /**
   * optional .alluxio.grpc.table.Value high = 2;
   * @return The high.
   */
  alluxio.grpc.table.Value getHigh();
  /**
   * optional .alluxio.grpc.table.Value high = 2;
   */
  alluxio.grpc.table.ValueOrBuilder getHighOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy