Uses of Class
com.google.api.gax.batching.FlowController
Packages that use FlowController
-
Uses of FlowController in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return FlowControllerConstructors in com.google.api.gax.batching with parameters of type FlowControllerModifierConstructorDescriptionBatcherImpl(BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, UnaryCallable<RequestT, ResponseT> unaryCallable, RequestT prototype, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController) Deprecated.BatcherImpl(BatchingDescriptor<ElementT, ElementResultT, RequestT, ResponseT> batchingDescriptor, UnaryCallable<RequestT, ResponseT> unaryCallable, RequestT prototype, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController, ApiCallContext callContext) BatchingFlowController(FlowController flowController, ElementCounter<T> elementCounter, ElementCounter<T> byteCounter) -
Uses of FlowController in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return FlowControllerModifier and TypeMethodDescriptionBatchingCallSettings.Builder.getFlowController()BatchingCallSettings.getFlowController()Methods in com.google.api.gax.rpc with parameters of type FlowControllerModifier and TypeMethodDescriptionBatchingCallSettings.Builder.setFlowController(FlowController flowController) Constructors in com.google.api.gax.rpc with parameters of type FlowControllerModifierConstructorDescriptionBatcherFactory(BatchingDescriptor<RequestT, ResponseT> batchingDescriptor, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController)
ApiCallContext