Uses of Interface
com.google.api.gax.batching.Batcher
-
Packages that use Batcher Package Description com.google.api.gax.batching -
-
Uses of Batcher in com.google.api.gax.batching
Classes in com.google.api.gax.batching that implement Batcher Modifier and Type Class Description classBatcherImpl<ElementT,ElementResultT,RequestT,ResponseT>Queues up the elements untilBatcherImpl.flush()is called; once batching is over, returned future resolves.
-