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