Uses of Class
com.google.api.gax.rpc.BatchedFuture
-
Packages that use BatchedFuture Package Description com.google.api.gax.rpc -
-
Uses of BatchedFuture in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return BatchedFuture Modifier and Type Method Description static <T> BatchedFuture<T>BatchedFuture. create()Get a new instance.Constructors in com.google.api.gax.rpc with parameters of type BatchedFuture Constructor Description Batch(BatchingDescriptor<RequestT,ResponseT> descriptor, RequestT request, UnaryCallable<RequestT,ResponseT> callable, BatchedFuture<ResponseT> batchedFuture)BatchedRequestIssuer(BatchedFuture<ResponseT> batchedFuture, long messageCount)
-