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

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

  /**
   * 
   ** the id of the worker 
   * 
* * optional int64 workerId = 1; * @return Whether the workerId field is set. */ boolean hasWorkerId(); /** *
   ** the id of the worker 
   * 
* * optional int64 workerId = 1; * @return The workerId. */ long getWorkerId(); /** *
   ** the space used in bytes on the target tier 
   * 
* * optional int64 usedBytesOnTier = 2; * @return Whether the usedBytesOnTier field is set. */ boolean hasUsedBytesOnTier(); /** *
   ** the space used in bytes on the target tier 
   * 
* * optional int64 usedBytesOnTier = 2; * @return The usedBytesOnTier. */ long getUsedBytesOnTier(); /** *
   ** the alias of the target tier 
   * 
* * optional string tierAlias = 3; * @return Whether the tierAlias field is set. */ boolean hasTierAlias(); /** *
   ** the alias of the target tier 
   * 
* * optional string tierAlias = 3; * @return The tierAlias. */ java.lang.String getTierAlias(); /** *
   ** the alias of the target tier 
   * 
* * optional string tierAlias = 3; * @return The bytes for tierAlias. */ alluxio.shaded.client.com.google.protobuf.ByteString getTierAliasBytes(); /** *
   ** the id of the block being alluxio.shaded.client.com.itted 
   * 
* * optional int64 blockId = 4; * @return Whether the blockId field is set. */ boolean hasBlockId(); /** *
   ** the id of the block being alluxio.shaded.client.com.itted 
   * 
* * optional int64 blockId = 4; * @return The blockId. */ long getBlockId(); /** *
   ** the length of the block being alluxio.shaded.client.com.itted 
   * 
* * optional int64 length = 5; * @return Whether the length field is set. */ boolean hasLength(); /** *
   ** the length of the block being alluxio.shaded.client.com.itted 
   * 
* * optional int64 length = 5; * @return The length. */ long getLength(); /** * optional .alluxio.grpc.block.CommitBlockPOptions options = 6; * @return Whether the options field is set. */ boolean hasOptions(); /** * optional .alluxio.grpc.block.CommitBlockPOptions options = 6; * @return The options. */ alluxio.grpc.CommitBlockPOptions getOptions(); /** * optional .alluxio.grpc.block.CommitBlockPOptions options = 6; */ alluxio.grpc.CommitBlockPOptionsOrBuilder getOptionsOrBuilder(); /** * optional string mediumType = 7; * @return Whether the mediumType field is set. */ boolean hasMediumType(); /** * optional string mediumType = 7; * @return The mediumType. */ java.lang.String getMediumType(); /** * optional string mediumType = 7; * @return The bytes for mediumType. */ alluxio.shaded.client.com.google.protobuf.ByteString getMediumTypeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy