Uses of Class
com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Uses of BigtableDataSettings.Builder in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptionBigtableDataSettings.Builder.disableBatchMutationLatencyBasedThrottling()
Disable latency based throttling forBigtableDataClient.newBulkMutationBatcher(String)
.BigtableDataSettings.Builder.enableBatchMutationLatencyBasedThrottling
(long targetRpcLatencyMs) Enable latency based throttling forBigtableDataClient.newBulkMutationBatcher(String)
with a target rpc latency.static BigtableDataSettings.Builder
BigtableDataSettings.newBuilder()
Create a new builder.static BigtableDataSettings.Builder
BigtableDataSettings.newBuilderForEmulator
(int port) Create a new builder preconfigured to connect to the Bigtable emulator with port number.static BigtableDataSettings.Builder
BigtableDataSettings.newBuilderForEmulator
(String hostname, int port) Creates a new builder preconfigured to connect to the Bigtable emulator with a host name and port number.BigtableDataSettings.Builder.setAppProfileId
(String appProfileId) Sets the AppProfile to use.BigtableDataSettings.Builder.setBulkMutationFlowControl
(boolean isEnableFlowControl) Configure flow control forBigtableDataClient.newBulkMutationBatcher(String)
based on the current load on the Bigtable cluster.BigtableDataSettings.Builder.setCredentialsProvider
(com.google.api.gax.core.CredentialsProvider credentialsProvider) Sets the CredentialsProvider to use for getting the credentials to make calls with.BigtableDataSettings.Builder.setDefaultAppProfileId()
Resets the AppProfile id to the default for the instance.BigtableDataSettings.Builder.setInstanceId
(String instanceId) Sets the target instance.BigtableDataSettings.Builder.setPrimingTableIds
(String... tableIds) Deprecated.This field is ignored.BigtableDataSettings.Builder.setProjectId
(String projectId) Sets the target project.BigtableDataSettings.Builder.setRefreshingChannel
(boolean isRefreshingChannel) Deprecated.Channel refreshing is enabled by default and this method will be deprecated.BigtableDataSettings.toBuilder()
Returns a builder containing all the values of this settings class.