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

alluxio.grpc.BlockInfoOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

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

  /**
   * optional int64 blockId = 1;
   * @return Whether the blockId field is set.
   */
  boolean hasBlockId();
  /**
   * optional int64 blockId = 1;
   * @return The blockId.
   */
  long getBlockId();

  /**
   * optional int64 length = 2;
   * @return Whether the length field is set.
   */
  boolean hasLength();
  /**
   * optional int64 length = 2;
   * @return The length.
   */
  long getLength();

  /**
   * repeated .alluxio.grpc.BlockLocation locations = 3;
   */
  java.util.List 
      getLocationsList();
  /**
   * repeated .alluxio.grpc.BlockLocation locations = 3;
   */
  alluxio.grpc.BlockLocation getLocations(int index);
  /**
   * repeated .alluxio.grpc.BlockLocation locations = 3;
   */
  int getLocationsCount();
  /**
   * repeated .alluxio.grpc.BlockLocation locations = 3;
   */
  java.util.List 
      getLocationsOrBuilderList();
  /**
   * repeated .alluxio.grpc.BlockLocation locations = 3;
   */
  alluxio.grpc.BlockLocationOrBuilder getLocationsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy