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

cz.proto.WorkerStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job.proto

package cz.proto;

public interface WorkerStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.WorkerStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.Timing timing = 1;
   * @return Whether the timing field is set.
   */
  boolean hasTiming();
  /**
   * .cz.proto.Timing timing = 1;
   * @return The timing.
   */
  cz.proto.Timing getTiming();
  /**
   * .cz.proto.Timing timing = 1;
   */
  cz.proto.TimingOrBuilder getTimingOrBuilder();

  /**
   * repeated .cz.proto.OperatorStats operator_stats = 2;
   */
  java.util.List 
      getOperatorStatsList();
  /**
   * repeated .cz.proto.OperatorStats operator_stats = 2;
   */
  cz.proto.OperatorStats getOperatorStats(int index);
  /**
   * repeated .cz.proto.OperatorStats operator_stats = 2;
   */
  int getOperatorStatsCount();
  /**
   * repeated .cz.proto.OperatorStats operator_stats = 2;
   */
  java.util.List 
      getOperatorStatsOrBuilderList();
  /**
   * repeated .cz.proto.OperatorStats operator_stats = 2;
   */
  cz.proto.OperatorStatsOrBuilder getOperatorStatsOrBuilder(
      int index);

  /**
   * .cz.proto.TimeRange time_range_ms = 3;
   * @return Whether the timeRangeMs field is set.
   */
  boolean hasTimeRangeMs();
  /**
   * .cz.proto.TimeRange time_range_ms = 3;
   * @return The timeRangeMs.
   */
  cz.proto.TimeRangeOuterClass.TimeRange getTimeRangeMs();
  /**
   * .cz.proto.TimeRange time_range_ms = 3;
   */
  cz.proto.TimeRangeOuterClass.TimeRangeOrBuilder getTimeRangeMsOrBuilder();

  /**
   * uint64 peak_memory = 4;
   * @return The peakMemory.
   */
  long getPeakMemory();

  /**
   * repeated .cz.proto.RuntimeDriverStats driver_stats = 5;
   */
  java.util.List 
      getDriverStatsList();
  /**
   * repeated .cz.proto.RuntimeDriverStats driver_stats = 5;
   */
  cz.proto.RuntimeDriverStats getDriverStats(int index);
  /**
   * repeated .cz.proto.RuntimeDriverStats driver_stats = 5;
   */
  int getDriverStatsCount();
  /**
   * repeated .cz.proto.RuntimeDriverStats driver_stats = 5;
   */
  java.util.List 
      getDriverStatsOrBuilderList();
  /**
   * repeated .cz.proto.RuntimeDriverStats driver_stats = 5;
   */
  cz.proto.RuntimeDriverStatsOrBuilder getDriverStatsOrBuilder(
      int index);

  /**
   * uint64 runner_id = 6;
   * @return The runnerId.
   */
  long getRunnerId();

  /**
   * repeated .cz.proto.RuntimePipelineStats pipeline_stats = 7;
   */
  java.util.List 
      getPipelineStatsList();
  /**
   * repeated .cz.proto.RuntimePipelineStats pipeline_stats = 7;
   */
  cz.proto.RuntimePipelineStats getPipelineStats(int index);
  /**
   * repeated .cz.proto.RuntimePipelineStats pipeline_stats = 7;
   */
  int getPipelineStatsCount();
  /**
   * repeated .cz.proto.RuntimePipelineStats pipeline_stats = 7;
   */
  java.util.List 
      getPipelineStatsOrBuilderList();
  /**
   * repeated .cz.proto.RuntimePipelineStats pipeline_stats = 7;
   */
  cz.proto.RuntimePipelineStatsOrBuilder getPipelineStatsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy