Uses of Interface
com.google.api.gax.batching.BatchingDescriptor
Packages that use BatchingDescriptor
-
Uses of BatchingDescriptor in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchingDescriptorMethods in com.google.api.gax.batching with parameters of type BatchingDescriptorModifier and TypeMethodDescriptionstatic <ElementT,ElementResultT, RequestT, ResponseT>
BatchingCallSettings.Builder<ElementT,ElementResultT, RequestT, ResponseT> BatchingCallSettings.newBuilder(BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor) Please useBatchingCallSettings.toBuilder()to override settings values.Constructors in com.google.api.gax.batching with parameters of type BatchingDescriptorModifierConstructorDescriptionBatcherImpl(BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, UnaryCallable<RequestT, ResponseT> unaryCallable, RequestT prototype, BatchingSettings batchingSettings, ScheduledExecutorService executor) Deprecated.BatcherImpl(BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, UnaryCallable<RequestT, ResponseT> unaryCallable, RequestT prototype, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController) Deprecated.Please instantiate the Batcher withApiCallContextBatcherImpl(BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, UnaryCallable<RequestT, ResponseT> unaryCallable, RequestT prototype, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController, ApiCallContext callContext)
FlowControllerandApiCallContext