Uses of Class
com.google.api.gax.batching.FlowController
-
Packages that use FlowController Package Description com.google.api.gax.batching com.google.api.gax.rpc -
-
Uses of FlowController in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return FlowController Modifier and Type Method Description FlowControllerBatcherImpl. getFlowController()Constructors in com.google.api.gax.batching with parameters of type FlowController Constructor Description 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)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 FlowController Modifier and Type Method Description FlowControllerBatchingCallSettings.Builder. getFlowController()FlowControllerBatchingCallSettings. getFlowController()Methods in com.google.api.gax.rpc with parameters of type FlowController Modifier and Type Method Description BatchingCallSettings.Builder<RequestT,ResponseT>BatchingCallSettings.Builder. setFlowController(FlowController flowController)Constructors in com.google.api.gax.rpc with parameters of type FlowController Constructor Description BatcherFactory(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController)
-