public static interface StoreTypes.OutputMetricDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getBytesWritten(int index)
repeated double bytes_written = 1; |
int |
getBytesWrittenCount()
repeated double bytes_written = 1; |
java.util.List<Double> |
getBytesWrittenList()
repeated double bytes_written = 1; |
double |
getRecordsWritten(int index)
repeated double records_written = 2; |
int |
getRecordsWrittenCount()
repeated double records_written = 2; |
java.util.List<Double> |
getRecordsWrittenList()
repeated double records_written = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<Double> getBytesWrittenList()
repeated double bytes_written = 1;
int getBytesWrittenCount()
repeated double bytes_written = 1;
double getBytesWritten(int index)
repeated double bytes_written = 1;
index
- The index of the element to return.java.util.List<Double> getRecordsWrittenList()
repeated double records_written = 2;
int getRecordsWrittenCount()
repeated double records_written = 2;
double getRecordsWritten(int index)
repeated double records_written = 2;
index
- The index of the element to return.