public static interface Stats.HistogramDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBucket(int index)
repeated uint32 bucket = 1; |
int |
getBucketCount()
repeated uint32 bucket = 1; |
List<Integer> |
getBucketList()
repeated uint32 bucket = 1; |
double |
getCount()
double count = 6; |
double |
getMaxSeen()
double max_seen = 3; |
double |
getMinSeen()
double min_seen = 2; |
double |
getSum()
double sum = 4; |
double |
getSumOfSquares()
double sum_of_squares = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getBucketList()
repeated uint32 bucket = 1;int getBucketCount()
repeated uint32 bucket = 1;int getBucket(int index)
repeated uint32 bucket = 1;index - The index of the element to return.double getMinSeen()
double min_seen = 2;double getMaxSeen()
double max_seen = 3;double getSum()
double sum = 4;double getSumOfSquares()
double sum_of_squares = 5;double getCount()
double count = 6;