Creates an ImmutableList containing only a single threshold which counts the number of
elements. This is helpful for when using ThresholdBatcher for the simple case, when the element
count is the only threshold.
[[["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-09 UTC."],[[["The latest version available for BatchingThresholds is 2.63.1, and the page provides access to various historical versions, dating back to 2.7.1."],["BatchingThresholds is a class that provides factory methods for creating general-purpose batching thresholds."],["It extends the `java.lang.Object` class, inheriting methods like `clone()`, `equals()`, and `hashCode()`."],["The class offers a static method `\u003cE\u003ecreate(long elementThreshold)` to construct an ImmutableList containing a single threshold based on the number of elements, useful when the element count is the primary threshold."],["A default constructor, `BatchingThresholds()`, is available for creating instances of the class."]]],[]]