public static interface StoreTypes.InputMetricDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getBytesRead(int index)
repeated double bytes_read = 1; |
int |
getBytesReadCount()
repeated double bytes_read = 1; |
java.util.List<Double> |
getBytesReadList()
repeated double bytes_read = 1; |
double |
getRecordsRead(int index)
repeated double records_read = 2; |
int |
getRecordsReadCount()
repeated double records_read = 2; |
java.util.List<Double> |
getRecordsReadList()
repeated double records_read = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<Double> getBytesReadList()
repeated double bytes_read = 1;
int getBytesReadCount()
repeated double bytes_read = 1;
double getBytesRead(int index)
repeated double bytes_read = 1;
index
- The index of the element to return.java.util.List<Double> getRecordsReadList()
repeated double records_read = 2;
int getRecordsReadCount()
repeated double records_read = 2;
double getRecordsRead(int index)
repeated double records_read = 2;
index
- The index of the element to return.