Class: Google::Bigtable::Admin::V2::AppProfile::SingleClusterRouting
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::AppProfile::SingleClusterRouting
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb
Overview
Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency, but does not improve availability.
Instance Attribute Summary collapse
-
#allow_transactional_writes ⇒ true, false
Whether or not +CheckAndMutateRow+ and +ReadModifyWriteRow+ requests are allowed by this app profile.
-
#cluster_id ⇒ String
The cluster to which read/write requests should be routed.
Instance Attribute Details
#allow_transactional_writes ⇒ true, false
Returns Whether or not +CheckAndMutateRow+ and +ReadModifyWriteRow+ requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.
189 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb', line 189 class SingleClusterRouting; end |
#cluster_id ⇒ String
Returns The cluster to which read/write requests should be routed.
189 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb', line 189 class SingleClusterRouting; end |