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

alluxio.grpc.BlockOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

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

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

  /**
   * 
   * The block length.
   * 
* * required int64 length = 2; * @return Whether the length field is set. */ boolean hasLength(); /** *
   * The block length.
   * 
* * required int64 length = 2; * @return The length. */ long getLength(); /** * optional string ufs_path = 3; * @return Whether the ufsPath field is set. */ boolean hasUfsPath(); /** * optional string ufs_path = 3; * @return The ufsPath. */ java.lang.String getUfsPath(); /** * optional string ufs_path = 3; * @return The bytes for ufsPath. */ alluxio.shaded.client.com.google.protobuf.ByteString getUfsPathBytes(); /** *
   * The offset of the block in within ufs the file.
   * 
* * optional int64 offset_in_file = 4; * @return Whether the offsetInFile field is set. */ boolean hasOffsetInFile(); /** *
   * The offset of the block in within ufs the file.
   * 
* * optional int64 offset_in_file = 4; * @return The offsetInFile. */ long getOffsetInFile(); /** * optional int64 mountId = 5; * @return Whether the mountId field is set. */ boolean hasMountId(); /** * optional int64 mountId = 5; * @return The mountId. */ long getMountId(); /** * optional .alluxio.grpc.block.UfsStatus ufs_status = 6; * @return Whether the ufsStatus field is set. */ boolean hasUfsStatus(); /** * optional .alluxio.grpc.block.UfsStatus ufs_status = 6; * @return The ufsStatus. */ alluxio.grpc.UfsStatus getUfsStatus(); /** * optional .alluxio.grpc.block.UfsStatus ufs_status = 6; */ alluxio.grpc.UfsStatusOrBuilder getUfsStatusOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy