Uses of Class
com.google.api.gax.batching.BatchingSettings
-
Packages that use BatchingSettings Package Description com.google.api.gax.batching com.google.api.gax.rpc -
-
Uses of BatchingSettings in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchingSettings Modifier and Type Method Description BatchingSettingsBatchingSettings.Builder. build()Build the BatchingSettings object.BatchingSettingsBatchingCallSettings.Builder. getBatchingSettings()Returns theBatchingSettings.BatchingSettingsBatchingCallSettings. getBatchingSettings()Returns batching settings which contains multiple batch threshold levels.Methods in com.google.api.gax.batching with parameters of type BatchingSettings Modifier and Type Method Description BatchingCallSettings.Builder<ElementT,ElementResultT,RequestT,ResponseT>BatchingCallSettings.Builder. setBatchingSettings(BatchingSettings batchingSettings)Sets the batching settings with various thresholds. -
Uses of BatchingSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return BatchingSettings Modifier and Type Method Description BatchingSettingsBatcherFactory. getBatchingSettings()Returns the BatchingSettings object that is associated with this factory.BatchingSettingsBatchingCallSettings.Builder. getBatchingSettings()BatchingSettingsBatchingCallSettings. getBatchingSettings()Methods in com.google.api.gax.rpc with parameters of type BatchingSettings Modifier and Type Method Description BatchingCallSettings.Builder<RequestT,ResponseT>BatchingCallSettings.Builder. setBatchingSettings(BatchingSettings batchingSettings)Constructors in com.google.api.gax.rpc with parameters of type BatchingSettings Constructor Description BatcherFactory(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor, BatchingSettings batchingSettings, ScheduledExecutorService executor, FlowController flowController)
-