The interface representing a threshold to be used in ThresholdBatcher. Thresholds do not need to
be thread-safe if they are only used inside ThresholdBatcher.
Type Parameter
Name
Description
E
Methods
accumulate(E e)
publicabstractvoidaccumulate(Ee)
Presents the element to the threshold for the attribute of interest to be accumulated.
Any calls into this function from ThresholdBatcher will be under a lock.
[[["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 webpage provides documentation for the `BatchingThreshold` interface in the Google API Client Library for Java, specifically within the `com.google.api.gax.batching` package, across multiple versions."],["The `BatchingThreshold` interface is used in `ThresholdBatcher` to define a threshold, and does not require thread-safety if it is only utilized within the `ThresholdBatcher`."],["The interface has three main methods: `accumulate(E e)`, which updates the threshold with the given element, `copyWithZeroedValue()`, which returns a copy of the threshold with a reset value, and `isThresholdReached()`, which determines if the threshold has been met."],["The latest version documented is 2.63.1, and this page specifically details version 2.61.0, with links provided to documentation for numerous previous versions of the interface."],["The `E` type parameter for the BatchingThreshold interface represents the element type."]]],[]]