Interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilder

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

public static interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getWriteBytes(int index)
    repeated double write_bytes = 1;
    int
    repeated double write_bytes = 1;
    repeated double write_bytes = 1;
    double
    getWriteRecords(int index)
    repeated double write_records = 2;
    int
    repeated double write_records = 2;
    repeated double write_records = 2;
    double
    getWriteTime(int index)
    repeated double write_time = 3;
    int
    repeated double write_time = 3;
    repeated double write_time = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getWriteBytesList

      List<Double> getWriteBytesList()
      repeated double write_bytes = 1;
      Returns:
      A list containing the writeBytes.
    • getWriteBytesCount

      int getWriteBytesCount()
      repeated double write_bytes = 1;
      Returns:
      The count of writeBytes.
    • getWriteBytes

      double getWriteBytes(int index)
      repeated double write_bytes = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The writeBytes at the given index.
    • getWriteRecordsList

      List<Double> getWriteRecordsList()
      repeated double write_records = 2;
      Returns:
      A list containing the writeRecords.
    • getWriteRecordsCount

      int getWriteRecordsCount()
      repeated double write_records = 2;
      Returns:
      The count of writeRecords.
    • getWriteRecords

      double getWriteRecords(int index)
      repeated double write_records = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The writeRecords at the given index.
    • getWriteTimeList

      List<Double> getWriteTimeList()
      repeated double write_time = 3;
      Returns:
      A list containing the writeTime.
    • getWriteTimeCount

      int getWriteTimeCount()
      repeated double write_time = 3;
      Returns:
      The count of writeTime.
    • getWriteTime

      double getWriteTime(int index)
      repeated double write_time = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The writeTime at the given index.