-
Returns the builder for the settings used for calls to MutateRows.
BigtableBulkReadRowsCallSettings.Builder.setBatchingSettings(com.google.api.gax.batching.BatchingSettings batchingSettings)
Sets the batching settings with various thresholds.
BigtableBulkReadRowsCallSettings.Builder.setRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)
Sets the rpc failure code
, for which retries should be performed.
BigtableBulkReadRowsCallSettings.Builder.setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)
Sets the rpc failure code
, for which retries should be performed.
BigtableBulkReadRowsCallSettings.Builder.setRetrySettings(com.google.api.gax.retrying.RetrySettings retrySettings)
Sets the RetrySettings
values for each retry attempts.
Get a builder with the same values as this object.