public static interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getWriteBytes(int index)
repeated double write_bytes = 1; |
int |
getWriteBytesCount()
repeated double write_bytes = 1; |
java.util.List<Double> |
getWriteBytesList()
repeated double write_bytes = 1; |
double |
getWriteRecords(int index)
repeated double write_records = 2; |
int |
getWriteRecordsCount()
repeated double write_records = 2; |
java.util.List<Double> |
getWriteRecordsList()
repeated double write_records = 2; |
double |
getWriteTime(int index)
repeated double write_time = 3; |
int |
getWriteTimeCount()
repeated double write_time = 3; |
java.util.List<Double> |
getWriteTimeList()
repeated double write_time = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<Double> getWriteBytesList()
repeated double write_bytes = 1;
int getWriteBytesCount()
repeated double write_bytes = 1;
double getWriteBytes(int index)
repeated double write_bytes = 1;
index
- The index of the element to return.java.util.List<Double> getWriteRecordsList()
repeated double write_records = 2;
int getWriteRecordsCount()
repeated double write_records = 2;
double getWriteRecords(int index)
repeated double write_records = 2;
index
- The index of the element to return.java.util.List<Double> getWriteTimeList()
repeated double write_time = 3;
int getWriteTimeCount()
repeated double write_time = 3;
double getWriteTime(int index)
repeated double write_time = 3;
index
- The index of the element to return.