Uses of Class
com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
Packages that use BigtableBatchingCallSettings.Builder
-
Uses of BigtableBatchingCallSettings.Builder in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return BigtableBatchingCallSettings.BuilderModifier and TypeMethodDescriptionEnhancedBigtableStubSettings.Builder.bulkMutateRowsSettings()Returns the builder for the settings used for calls to MutateRows.BigtableBatchingCallSettings.Builder.disableLatencyBasedThrottling()Disable latency based throttling.BigtableBatchingCallSettings.Builder.enableLatencyBasedThrottling(long targetRpcLatency) 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 failurecode, for which retries should be performed.BigtableBatchingCallSettings.Builder.setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes) Sets the rpc failurecode, for which retries should be performed.BigtableBatchingCallSettings.Builder.setRetrySettings(com.google.api.gax.retrying.RetrySettings retrySettings) Sets theRetrySettingsvalues for each retry attempts.BigtableBatchingCallSettings.Builder.setServerInitiatedFlowControl(boolean isEnable) Configure flow control based on the current load of the Bigtable server.BigtableBatchingCallSettings.toBuilder()Get a builder with the same values as this object.