Uses of Interface
com.google.api.gax.rpc.BatchingDescriptor
-
Packages that use BatchingDescriptor Package Description com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of BatchingDescriptor in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return BatchingDescriptor Modifier and Type Method Description BatchingDescriptor<RequestT,ResponseT>BatchingCallSettings.Builder. getBatchingDescriptor()BatchingDescriptor<RequestT,ResponseT>BatchingCallSettings. getBatchingDescriptor()Methods in com.google.api.gax.rpc with parameters of type BatchingDescriptor Modifier and Type Method Description static <RequestT,ResponseT>
BatchingCallSettings.Builder<RequestT,ResponseT>BatchingCallSettings. newBuilder(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor)Constructors in com.google.api.gax.rpc with parameters of type BatchingDescriptor Constructor Description Batch(BatchingDescriptor<RequestT,ResponseT> descriptor, RequestT request, UnaryCallable<RequestT,ResponseT> callable, BatchedFuture<ResponseT> batchedFuture)BatcherFactory(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController)BatchingCallable(UnaryCallable<RequestT,ResponseT> callable, BatchingDescriptor<RequestT,ResponseT> batchingDescriptor, BatcherFactory<RequestT,ResponseT> batcherFactory)Builder(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor) -
Uses of BatchingDescriptor in com.google.api.gax.tracing
Constructors in com.google.api.gax.tracing with parameters of type BatchingDescriptor Constructor Description TracedBatchingCallable(UnaryCallable<RequestT,ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName, BatchingDescriptor<RequestT,ResponseT> batchingDescriptor)
-