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-09 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."],["The `BatchingThreshold` interface is used in `ThresholdBatcher` to represent a threshold, and it does not need to be thread-safe."],["The interface contains methods for `accumulate(E e)`, which presents an element for accumulation, `copyWithZeroedValue()`, which creates a copy with a zeroed value, and `isThresholdReached()`, which checks if the threshold has been reached."],["Multiple versions of the `BatchingThreshold` interface are documented on this page, from the latest version `2.63.1` down to version `2.7.1`."],["The current version being viewed is 2.37.0, and the latest is version 2.63.1."]]],[]]