Uses of Class
com.google.api.gax.batching.BatchingSettings
Packages that use BatchingSettings
-
Uses of BatchingSettings in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchingSettingsModifier and TypeMethodDescriptionBatchingSettings.Builder.build()Build the BatchingSettings object.BatchingCallSettings.Builder.getBatchingSettings()Returns theBatchingSettings.BatchingCallSettings.getBatchingSettings()Returns batching settings which contains multiple batch threshold levels.Methods in com.google.api.gax.batching with parameters of type BatchingSettingsModifier and TypeMethodDescriptionBatchingCallSettings.Builder.setBatchingSettings(BatchingSettings batchingSettings) Sets the batching settings with various thresholds.Constructors in com.google.api.gax.batching with parameters of type BatchingSettingsModifierConstructorDescriptionBatcherImpl(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) -
Uses of BatchingSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return BatchingSettingsModifier and TypeMethodDescriptionBatcherFactory.getBatchingSettings()Returns the BatchingSettings object that is associated with this factory.BatchingCallSettings.Builder.getBatchingSettings()BatchingCallSettings.getBatchingSettings()Methods in com.google.api.gax.rpc with parameters of type BatchingSettingsModifier and TypeMethodDescriptionBatchingCallSettings.Builder.setBatchingSettings(BatchingSettings batchingSettings) Constructors in com.google.api.gax.rpc with parameters of type BatchingSettingsModifierConstructorDescriptionBatcherFactory(BatchingDescriptor<RequestT, ResponseT> batchingDescriptor, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController)
FlowControllerandApiCallContext