HistogramProtoOrBuilder

interface pública HistogramProtoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

duplo abstrato
getBucket (índice interno)
repeated double bucket = 7 [packed = true];
abstrato int
getBucketCount ()
repeated double bucket = 7 [packed = true];
duplo abstrato
getBucketLimit (índice interno)
 Parallel arrays encoding the bucket boundaries and the bucket values.
abstrato int
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
lista abstrata
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
lista abstrata
getBucketList ()
repeated double bucket = 7 [packed = true];
duplo abstrato
getMax ()
double max = 2;
duplo abstrato
getMin ()
double min = 1;
duplo abstrato
obterNum ()
double num = 3;
duplo abstrato
obterSoma ()
double sum = 4;
duplo abstrato
obterSomaQuadrados ()
double sum_squares = 5;

Métodos Públicos

getBucket duplo abstrato público (índice int)

repeated double bucket = 7 [packed = true];

resumo público int getBucketCount ()

repeated double bucket = 7 [packed = true];

público abstrato duplo getBucketLimit (índice int)

 Parallel arrays encoding the bucket boundaries and the bucket values.
 bucket(i) is the count for the bucket i.  The range for
 a bucket is:
   i == 0:  -DBL_MAX .. bucket_limit(0)
   i != 0:  bucket_limit(i-1) .. bucket_limit(i)
 
repeated double bucket_limit = 6 [packed = true];

público abstrato int getBucketLimitCount ()

 Parallel arrays encoding the bucket boundaries and the bucket values.
 bucket(i) is the count for the bucket i.  The range for
 a bucket is:
   i == 0:  -DBL_MAX .. bucket_limit(0)
   i != 0:  bucket_limit(i-1) .. bucket_limit(i)
 
repeated double bucket_limit = 6 [packed = true];

lista abstrata pública<Double> getBucketLimitList ()

 Parallel arrays encoding the bucket boundaries and the bucket values.
 bucket(i) is the count for the bucket i.  The range for
 a bucket is:
   i == 0:  -DBL_MAX .. bucket_limit(0)
   i != 0:  bucket_limit(i-1) .. bucket_limit(i)
 
repeated double bucket_limit = 6 [packed = true];

lista abstrata pública<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

público abstrato duplo getMax ()

double max = 2;

público abstrato duplo getMin ()

double min = 1;

público abstrato duplo getNum ()

double num = 3;

público abstrato duplo getSum ()

double sum = 4;

público abstrato duplo getSumSquares ()

double sum_squares = 5;