Uses of Interface
com.google.api.gax.batching.BatchingThreshold
Packages that use BatchingThreshold
-
Uses of BatchingThreshold in com.google.api.gax.batching
Classes in com.google.api.gax.batching that implement BatchingThresholdModifier and TypeClassDescriptionfinal classA threshold which accumulates a count based on the provided ElementCounter.Methods in com.google.api.gax.batching that return BatchingThresholdModifier and TypeMethodDescriptionBatchingThreshold.copyWithZeroedValue()Make a copy of this threshold but with the accumulated value zeroed.NumericThreshold.copyWithZeroedValue()Methods in com.google.api.gax.batching that return types with arguments of type BatchingThresholdModifier and TypeMethodDescriptionstatic <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 BatchingThresholdModifier and TypeMethodDescriptionThresholdBatcher.Builder.setThresholds(Collection<BatchingThreshold<E>> thresholds) Set the thresholds for the ThresholdBatcher.