Interface StoreTypes.ShuffleReadMetricDistributionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.ShuffleReadMetricDistributions, StoreTypes.ShuffleReadMetricDistributions.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.ShuffleReadMetricDistributionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getReadBytesList

      List<Double> getReadBytesList()
      repeated double read_bytes = 1;
      Returns:
      A list containing the readBytes.
    • getReadBytesCount

      int getReadBytesCount()
      repeated double read_bytes = 1;
      Returns:
      The count of readBytes.
    • getReadBytes

      double getReadBytes(int index)
      repeated double read_bytes = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The readBytes at the given index.
    • getReadRecordsList

      List<Double> getReadRecordsList()
      repeated double read_records = 2;
      Returns:
      A list containing the readRecords.
    • getReadRecordsCount

      int getReadRecordsCount()
      repeated double read_records = 2;
      Returns:
      The count of readRecords.
    • getReadRecords

      double getReadRecords(int index)
      repeated double read_records = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The readRecords at the given index.
    • getRemoteBlocksFetchedList

      List<Double> getRemoteBlocksFetchedList()
      repeated double remote_blocks_fetched = 3;
      Returns:
      A list containing the remoteBlocksFetched.
    • getRemoteBlocksFetchedCount

      int getRemoteBlocksFetchedCount()
      repeated double remote_blocks_fetched = 3;
      Returns:
      The count of remoteBlocksFetched.
    • getRemoteBlocksFetched

      double getRemoteBlocksFetched(int index)
      repeated double remote_blocks_fetched = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The remoteBlocksFetched at the given index.
    • getLocalBlocksFetchedList

      List<Double> getLocalBlocksFetchedList()
      repeated double local_blocks_fetched = 4;
      Returns:
      A list containing the localBlocksFetched.
    • getLocalBlocksFetchedCount

      int getLocalBlocksFetchedCount()
      repeated double local_blocks_fetched = 4;
      Returns:
      The count of localBlocksFetched.
    • getLocalBlocksFetched

      double getLocalBlocksFetched(int index)
      repeated double local_blocks_fetched = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The localBlocksFetched at the given index.
    • getFetchWaitTimeList

      List<Double> getFetchWaitTimeList()
      repeated double fetch_wait_time = 5;
      Returns:
      A list containing the fetchWaitTime.
    • getFetchWaitTimeCount

      int getFetchWaitTimeCount()
      repeated double fetch_wait_time = 5;
      Returns:
      The count of fetchWaitTime.
    • getFetchWaitTime

      double getFetchWaitTime(int index)
      repeated double fetch_wait_time = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fetchWaitTime at the given index.
    • getRemoteBytesReadList

      List<Double> getRemoteBytesReadList()
      repeated double remote_bytes_read = 6;
      Returns:
      A list containing the remoteBytesRead.
    • getRemoteBytesReadCount

      int getRemoteBytesReadCount()
      repeated double remote_bytes_read = 6;
      Returns:
      The count of remoteBytesRead.
    • getRemoteBytesRead

      double getRemoteBytesRead(int index)
      repeated double remote_bytes_read = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The remoteBytesRead at the given index.
    • getRemoteBytesReadToDiskList

      List<Double> getRemoteBytesReadToDiskList()
      repeated double remote_bytes_read_to_disk = 7;
      Returns:
      A list containing the remoteBytesReadToDisk.
    • getRemoteBytesReadToDiskCount

      int getRemoteBytesReadToDiskCount()
      repeated double remote_bytes_read_to_disk = 7;
      Returns:
      The count of remoteBytesReadToDisk.
    • getRemoteBytesReadToDisk

      double getRemoteBytesReadToDisk(int index)
      repeated double remote_bytes_read_to_disk = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The remoteBytesReadToDisk at the given index.
    • getTotalBlocksFetchedList

      List<Double> getTotalBlocksFetchedList()
      repeated double total_blocks_fetched = 8;
      Returns:
      A list containing the totalBlocksFetched.
    • getTotalBlocksFetchedCount

      int getTotalBlocksFetchedCount()
      repeated double total_blocks_fetched = 8;
      Returns:
      The count of totalBlocksFetched.
    • getTotalBlocksFetched

      double getTotalBlocksFetched(int index)
      repeated double total_blocks_fetched = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The totalBlocksFetched at the given index.
    • getRemoteReqsDurationList

      List<Double> getRemoteReqsDurationList()
      repeated double remote_reqs_duration = 9;
      Returns:
      A list containing the remoteReqsDuration.
    • getRemoteReqsDurationCount

      int getRemoteReqsDurationCount()
      repeated double remote_reqs_duration = 9;
      Returns:
      The count of remoteReqsDuration.
    • getRemoteReqsDuration

      double getRemoteReqsDuration(int index)
      repeated double remote_reqs_duration = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The remoteReqsDuration at the given index.
    • hasShufflePushReadMetricsDist

      boolean hasShufflePushReadMetricsDist()
      .org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
      Returns:
      Whether the shufflePushReadMetricsDist field is set.
    • getShufflePushReadMetricsDist

      StoreTypes.ShufflePushReadMetricDistributions getShufflePushReadMetricsDist()
      .org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
      Returns:
      The shufflePushReadMetricsDist.
    • getShufflePushReadMetricsDistOrBuilder

      StoreTypes.ShufflePushReadMetricDistributionsOrBuilder getShufflePushReadMetricsDistOrBuilder()
      .org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;