Class BigtableBulkReadRowsCallSettings.Builder
-
- Enclosing class:
- BigtableBulkReadRowsCallSettings
public static class BigtableBulkReadRowsCallSettings.Builder extends com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigtableBulkReadRowsCallSettings
build()
Builds theBigtableBulkReadRowsCallSettings
object with provided configuration.com.google.api.gax.batching.BatchingSettings
getBatchingSettings()
Returns theBatchingSettings
.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 failurecode
, for which retries should be performed.BigtableBulkReadRowsCallSettings.Builder
setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)
Sets the rpc failurecode
, for which retries should be performed.BigtableBulkReadRowsCallSettings.Builder
setRetrySettings(com.google.api.gax.retrying.RetrySettings retrySettings)
Sets theRetrySettings
values for each retry attempts.
-
-
-
Method Detail
-
setBatchingSettings
public BigtableBulkReadRowsCallSettings.Builder setBatchingSettings(@Nonnull com.google.api.gax.batching.BatchingSettings batchingSettings)
Sets the batching settings with various thresholds.
-
getBatchingSettings
public com.google.api.gax.batching.BatchingSettings getBatchingSettings()
Returns theBatchingSettings
.
-
setRetryableCodes
public BigtableBulkReadRowsCallSettings.Builder setRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)
Sets the rpc failurecode
, for which retries should be performed.
-
setRetryableCodes
public BigtableBulkReadRowsCallSettings.Builder setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)
Sets the rpc failurecode
, for which retries should be performed.
-
setRetrySettings
public BigtableBulkReadRowsCallSettings.Builder setRetrySettings(@Nonnull com.google.api.gax.retrying.RetrySettings retrySettings)
Sets theRetrySettings
values for each retry attempts.
-
build
public BigtableBulkReadRowsCallSettings build()
Builds theBigtableBulkReadRowsCallSettings
object with provided configuration.
-
-