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

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

  /**
   * optional .alluxio.grpc.Command alluxio.shaded.client.com.and = 1;
   * @return Whether the alluxio.shaded.client.com.and field is set.
   */
  boolean hasCommand();
  /**
   * optional .alluxio.grpc.Command alluxio.shaded.client.com.and = 1;
   * @return The alluxio.shaded.client.com.and.
   */
  alluxio.grpc.Command getCommand();
  /**
   * optional .alluxio.grpc.Command alluxio.shaded.client.com.and = 1;
   */
  alluxio.grpc.CommandOrBuilder getCommandOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy