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

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

  /**
   * required .alluxio.grpc.block.TaskStatus status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * required .alluxio.grpc.block.TaskStatus status = 1;
   * @return The status.
   */
  alluxio.grpc.TaskStatus getStatus();

  /**
   * repeated .alluxio.grpc.block.LoadFailure failures = 2;
   */
  java.util.List 
      getFailuresList();
  /**
   * repeated .alluxio.grpc.block.LoadFailure failures = 2;
   */
  alluxio.grpc.LoadFailure getFailures(int index);
  /**
   * repeated .alluxio.grpc.block.LoadFailure failures = 2;
   */
  int getFailuresCount();
  /**
   * repeated .alluxio.grpc.block.LoadFailure failures = 2;
   */
  java.util.List 
      getFailuresOrBuilderList();
  /**
   * repeated .alluxio.grpc.block.LoadFailure failures = 2;
   */
  alluxio.grpc.LoadFailureOrBuilder getFailuresOrBuilder(
      int index);

  /**
   * optional int32 num_skipped = 3;
   * @return Whether the numSkipped field is set.
   */
  boolean hasNumSkipped();
  /**
   * optional int32 num_skipped = 3;
   * @return The numSkipped.
   */
  int getNumSkipped();

  /**
   * optional int64 bytes_skipped = 4;
   * @return Whether the bytesSkipped field is set.
   */
  boolean hasBytesSkipped();
  /**
   * optional int64 bytes_skipped = 4;
   * @return The bytesSkipped.
   */
  long getBytesSkipped();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy