static void |
ApproximateDoublePercentileAggregations.combine(DigestAndPercentileState state,
DigestAndPercentileState otherState) |
static void |
ApproximateLongPercentileAggregations.combine(DigestAndPercentileState state,
DigestAndPercentileState otherState) |
static void |
ApproximateRealPercentileAggregations.combine(DigestAndPercentileState state,
DigestAndPercentileState otherState) |
static void |
ApproximateDoublePercentileAggregations.input(DigestAndPercentileState state,
double value,
double percentile) |
static void |
ApproximateLongPercentileAggregations.input(DigestAndPercentileState state,
long value,
double percentile) |
static void |
ApproximateRealPercentileAggregations.input(DigestAndPercentileState state,
long value,
double percentile) |
static void |
ApproximateDoublePercentileAggregations.output(DigestAndPercentileState state,
BlockBuilder out) |
static void |
ApproximateLongPercentileAggregations.output(DigestAndPercentileState state,
BlockBuilder out) |
static void |
ApproximateRealPercentileAggregations.output(DigestAndPercentileState state,
BlockBuilder out) |
static void |
ApproximateDoublePercentileAggregations.weightedInput(DigestAndPercentileState state,
double value,
long weight,
double percentile) |
static void |
ApproximateDoublePercentileAggregations.weightedInput(DigestAndPercentileState state,
double value,
long weight,
double percentile,
double accuracy) |
static void |
ApproximateLongPercentileAggregations.weightedInput(DigestAndPercentileState state,
long value,
long weight,
double percentile) |
static void |
ApproximateRealPercentileAggregations.weightedInput(DigestAndPercentileState state,
long value,
long weight,
double percentile) |
static void |
ApproximateLongPercentileAggregations.weightedInput(DigestAndPercentileState state,
long value,
long weight,
double percentile,
double accuracy) |
static void |
ApproximateRealPercentileAggregations.weightedInput(DigestAndPercentileState state,
long value,
long weight,
double percentile,
double accuracy) |