-
Returns the builder for the settings used for calls to MutateRows.
Disable latency based throttling.
Enable latency based throttling.
BigtableBatchingCallSettings.Builder.setBatchingSettings(com.google.api.gax.batching.BatchingSettings batchingSettings)
Sets the batching settings with various thresholds.
BigtableBatchingCallSettings.Builder.setRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)
Sets the rpc failure code
, for which retries should be performed.
BigtableBatchingCallSettings.Builder.setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)
Sets the rpc failure code
, for which retries should be performed.
BigtableBatchingCallSettings.Builder.setRetrySettings(com.google.api.gax.retrying.RetrySettings retrySettings)
Sets the RetrySettings
values for each retry attempts.
Configure flow control based on the current load of the Bigtable server.
Get a builder with the same values as this object.