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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version of the `BatchingThresholds` documentation is 2.63.1, and this page covers version 2.60.0, with links to various other versions available."],["`BatchingThresholds` is a class containing factory methods for managing general-purpose batching thresholds."],["The class `BatchingThresholds` inherits from `java.lang.Object` and includes inherited methods like `clone()`, `equals()`, `hashCode()`, etc."],["The `create(long elementThreshold)` static method is used to create a list containing a single threshold that counts elements, useful when the element count is the sole threshold."],["The class includes one public constructor, `BatchingThresholds()`, which it states it is used to construct a BatchingThresholds object."]]],[]]