public static class BigtableBulkReadRowsCallSettings.Builder extends com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>
| Modifier and Type | Method and Description |
|---|---|
BigtableBulkReadRowsCallSettings |
build()
Builds the
BigtableBulkReadRowsCallSettings object with provided configuration. |
com.google.api.gax.batching.BatchingSettings |
getBatchingSettings()
Returns the
BatchingSettings. |
BigtableBulkReadRowsCallSettings.Builder |
setBatchingSettings(com.google.api.gax.batching.BatchingSettings batchingSettings)
Sets the batching settings with various thresholds.
|
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 |
setRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)
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. |
public BigtableBulkReadRowsCallSettings.Builder setBatchingSettings(@Nonnull com.google.api.gax.batching.BatchingSettings batchingSettings)
public com.google.api.gax.batching.BatchingSettings getBatchingSettings()
BatchingSettings.public BigtableBulkReadRowsCallSettings.Builder setRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)
code, for which retries should be performed.public BigtableBulkReadRowsCallSettings.Builder setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)
code, for which retries should be performed.public BigtableBulkReadRowsCallSettings.Builder setRetrySettings(@Nonnull com.google.api.gax.retrying.RetrySettings retrySettings)
RetrySettings values for each retry attempts.public BigtableBulkReadRowsCallSettings build()
BigtableBulkReadRowsCallSettings object with provided configuration.Copyright © 2021 Google LLC. All rights reserved.