Uses of Interface
com.google.api.gax.rpc.BatchingDescriptor
Packages that use BatchingDescriptor
-
Uses of BatchingDescriptor in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return BatchingDescriptorModifier and TypeMethodDescriptionBatchingCallSettings.Builder.getBatchingDescriptor()BatchingCallSettings.getBatchingDescriptor()Methods in com.google.api.gax.rpc with parameters of type BatchingDescriptorModifier and TypeMethodDescriptionstatic <RequestT,ResponseT>
BatchingCallSettings.Builder<RequestT,ResponseT> BatchingCallSettings.newBuilder(BatchingDescriptor<RequestT, ResponseT> batchingDescriptor) Constructors in com.google.api.gax.rpc with parameters of type BatchingDescriptorModifierConstructorDescriptionBatch(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 BatchingDescriptorModifierConstructorDescriptionTracedBatchingCallable(UnaryCallable<RequestT, ResponseT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName, BatchingDescriptor<RequestT, ResponseT> batchingDescriptor)