Uses of Interface
com.google.api.gax.batching.BatchingThreshold
-
Packages that use BatchingThreshold Package Description com.google.api.gax.batching -
-
Uses of BatchingThreshold in com.google.api.gax.batching
Classes in com.google.api.gax.batching that implement BatchingThreshold Modifier and Type Class Description classNumericThreshold<E>A threshold which accumulates a count based on the provided ElementCounter.Methods in com.google.api.gax.batching that return BatchingThreshold Modifier and Type Method Description BatchingThreshold<E>BatchingThreshold. copyWithZeroedValue()Make a copy of this threshold but with the accumulated value zeroed.BatchingThreshold<E>NumericThreshold. copyWithZeroedValue()Methods in com.google.api.gax.batching that return types with arguments of type BatchingThreshold Modifier and Type Method Description static <E> List<BatchingThreshold<E>>BatchingThresholds. create(long elementThreshold)Creates an ImmutableList containing only a single threshold which counts the number of elements.Method parameters in com.google.api.gax.batching with type arguments of type BatchingThreshold Modifier and Type Method Description ThresholdBatcher.Builder<E>ThresholdBatcher.Builder. setThresholds(Collection<BatchingThreshold<E>> thresholds)Set the thresholds for the ThresholdBatcher.
-