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 page provides documentation for the `BatchingThreshold` interface in the Google API Client Library for Java, specifically within the `com.google.api.gax.batching` package, outlining its purpose and functionality."],["The `BatchingThreshold` interface defines methods like `accumulate(E e)`, which updates the threshold's attribute of interest; `copyWithZeroedValue()`, which creates a copy with the accumulated value reset to zero; and `isThresholdReached()`, which checks if the threshold has been met."],["The documentation lists numerous versions of the library, ranging from the latest 2.63.1 down to version 2.7.1, allowing developers to access the specific API documentation for their current version."],["All calls into the `BatchingThreshold` interface's methods from `ThresholdBatcher` are executed under a lock, ensuring thread safety."],["The `E` type parameter in `BatchingThreshold\u003cE\u003e` signifies a generic type that is not defined but must be provided for the interface to operate."]]],[]]