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

alluxio.grpc.RemoveBlockRequestOrBuilder 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 RemoveBlockRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.RemoveBlockRequest)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy