java.lang.Object
com.google.api.gax.rpc.UnaryCallSettings.Builder<
Query,
List<Row>>
com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings.Builder
-
Method Summary
com.google.api.gax.batching.BatchingSettings
Returns the BatchingSettings
.
Sets the batching settings with various thresholds.
Sets the rpc failure code
, for which retries should be performed.
Sets the rpc failure code
, for which retries should be performed.
Sets the RetrySettings
values for each retry attempts.
Methods inherited from class com.google.api.gax.rpc.UnaryCallSettings.Builder
getRetryableCodes, getRetrySettings, retrySettings, setSimpleTimeoutNoRetries
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
setBatchingSettings
Sets the batching settings with various thresholds.
-
getBatchingSettings
public com.google.api.gax.batching.BatchingSettings getBatchingSettings()
Returns the BatchingSettings
.
-
setRetryableCodes
Sets the rpc failure code
, for which retries should be performed.
- Overrides:
setRetryableCodes
in class com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>
-
setRetryableCodes
Sets the rpc failure code
, for which retries should be performed.
- Overrides:
setRetryableCodes
in class com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>
-
setRetrySettings
Sets the RetrySettings
values for each retry attempts.
- Overrides:
setRetrySettings
in class com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>
-
build
- Overrides:
build
in class com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>