Uses of Class
com.google.api.gax.rpc.Batch
-
Packages that use Batch Package Description com.google.api.gax.rpc -
-
Uses of Batch in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return types with arguments of type Batch 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.Methods in com.google.api.gax.rpc with parameters of type Batch Modifier and Type Method Description voidBatch. merge(Batch<RequestT,ResponseT> batch)Merge the given batch into this batch.
-