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

alluxio.grpc.CmdProgressOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

public interface CmdProgressOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.job.CmdProgress)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .alluxio.grpc.job.JobProgress jobProgress = 1;
   */
  java.util.List 
      getJobProgressList();
  /**
   * repeated .alluxio.grpc.job.JobProgress jobProgress = 1;
   */
  alluxio.grpc.JobProgress getJobProgress(int index);
  /**
   * repeated .alluxio.grpc.job.JobProgress jobProgress = 1;
   */
  int getJobProgressCount();
  /**
   * repeated .alluxio.grpc.job.JobProgress jobProgress = 1;
   */
  java.util.List 
      getJobProgressOrBuilderList();
  /**
   * repeated .alluxio.grpc.job.JobProgress jobProgress = 1;
   */
  alluxio.grpc.JobProgressOrBuilder getJobProgressOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy