Package org.apache.spark.status.protobuf
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 TypeMethodDescriptiondoublegetWriteBytes(int index) repeated double write_bytes = 1;intrepeated double write_bytes = 1;repeated double write_bytes = 1;doublegetWriteRecords(int index) repeated double write_records = 2;intrepeated double write_records = 2;repeated double write_records = 2;doublegetWriteTime(int index) repeated double write_time = 3;intrepeated double write_time = 3;repeated double write_time = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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.
-