The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal to endValue, the value endValue-1 is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page provides documentation for the `Distribution` class in the `com.google.api.gax.core` package, including its constructors, methods, and inherited members across multiple versions."],["The `Distribution` class is designed to record values from 0 up to a specified `endValue`, and compute percentiles, with the ability to handle concurrent method calls."],["The `Distribution` class has a constructor `Distribution(int endValue)`, which takes an integer to determine the exclusive upper limit of the recorded values."],["The class includes methods like `getNthPercentile(double percentile)`, `getPercentile(double percentile)` to obtain percentile values and `record(int value)` to add data points, with all methods using Java primitive types as parameters."],["The latest version available is 2.63.1, with documentation provided for a range of versions between that and version 2.7.1."]]],[]]