Uses of Class
com.google.api.gax.batching.ThresholdBatcher
-
Packages that use ThresholdBatcher Package Description com.google.api.gax.batching com.google.api.gax.rpc -
-
Uses of ThresholdBatcher in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return ThresholdBatcher Modifier and Type Method Description ThresholdBatcher<E>ThresholdBatcher.Builder. build()Build the ThresholdBatcher. -
Uses of ThresholdBatcher in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ThresholdBatcher Modifier and Type Method Description ThresholdBatcher<Batch<RequestT,ResponseT>>BatcherFactory. getPushingBatcher(PartitionKey partitionKey)Provides the ThresholdBatcher corresponding to the given partitionKey, or constructs one if it doesn't exist yet.
-