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

alluxio.grpc.GetBlockInfoPRequestOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

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

  /**
   * 
   ** the id of the block 
   * 
* * optional int64 blockId = 1; * @return Whether the blockId field is set. */ boolean hasBlockId(); /** *
   ** the id of the block 
   * 
* * optional int64 blockId = 1; * @return The blockId. */ long getBlockId(); /** * optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2; * @return Whether the options field is set. */ boolean hasOptions(); /** * optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2; * @return The options. */ alluxio.grpc.GetBlockInfoPOptions getOptions(); /** * optional .alluxio.grpc.block.GetBlockInfoPOptions options = 2; */ alluxio.grpc.GetBlockInfoPOptionsOrBuilder getOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy