Field and Description |
---|
com.google.cloud.bigtable.config.BigtableOptions.BIGTABLE_CLIENT_ADAPTER
This field will be removed in future versions.
|
com.google.cloud.bigtable.config.RetryOptions.DEFAULT_STREAMING_BUFFER_SIZE
This field will be removed in the future
|
Method and Description |
---|
com.google.cloud.bigtable.config.BulkOptions.Builder.enableBulkMutationThrottling()
This will be removed in the future
|
com.google.cloud.bigtable.config.CallOptionsConfig.getLongRpcTimeoutMs() |
com.google.cloud.bigtable.config.RetryOptions.getStreamingBufferSize()
This getter will be removed in the future
|
com.google.cloud.bigtable.config.CallOptionsConfig.getTimeoutMs() |
com.google.cloud.bigtable.config.BulkOptions.Builder.setBulkMutationRpcTargetMs(int)
This will be removed in the future
|
com.google.cloud.bigtable.config.CallOptionsConfig.Builder.setLongRpcTimeoutMs(int) |
com.google.cloud.bigtable.config.CallOptionsConfig.Builder.setTimeoutMs(int) |
com.google.cloud.bigtable.grpc.BigtableClusterName.toSnapshotName(String)
this will be removed in a future release - please use backups API instead
|
Constructor and Description |
---|
com.google.cloud.bigtable.config.BigtableOptions.Builder()
Please use the
BigtableOptions.builder() instead. |
com.google.cloud.bigtable.config.RetryOptions.Builder()
Please use RetryOptions.builder()
|
com.google.cloud.bigtable.config.CallOptionsConfig.Builder()
Please use
CallOptionsConfig.builder() |
com.google.cloud.bigtable.config.BulkOptions.Builder() |
com.google.cloud.bigtable.config.RetryOptions.Builder(RetryOptions)
Please use RetryOptions.toBuilder()
|
com.google.cloud.bigtable.config.CallOptionsConfig(boolean, int, int)
Please use
CallOptionsConfig.builder() |
com.google.cloud.bigtable.config.RetryOptions(boolean, boolean, int, double, int, int, int, int, Set<Status.Code>)
Please use RetryOptions.builder()
|