Skip to content

Commit ab830b6

Browse files
---
yaml --- r: 9339 b: refs/heads/master c: 2ea31b4 h: refs/heads/master i: 9337: 1e61f21 9335: 3a69812
1 parent 2a63646 commit ab830b6

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c5b558f078317cbaf7cedce078688ddc45cdf641
2+
refs/heads/master: 2ea31b43a212d68187d816cffa3f8b2e19e6c9b4
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 1e525ea89a8c2133b947a8f1e3306079d006152d
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ public ApiFuture<Void> bulkMutateRowsAsync(BulkMutation mutation) {
442442
* batch.add("[ROW KEY]", Mutation.create().setCell("[FAMILY NAME]", "[QUALIFIER]", "[VALUE]");
443443
* }
444444
* bigtableClient.bulkMutateRowsCallable().call(batch);
445+
* }
445446
* }</pre>
446447
*/
447448
public UnaryCallable<BulkMutation, Void> bulkMutationCallable() {
@@ -464,6 +465,7 @@ public UnaryCallable<BulkMutation, Void> bulkMutationCallable() {
464465
* );
465466
*
466467
* ApiFuture<Boolean> future = bigtableClient.checkAndMutateRowAsync(mutation);
468+
* }
467469
* }</pre>
468470
*/
469471
public ApiFuture<Boolean> checkAndMutateRowAsync(ConditionalRowMutation mutation) {

trunk/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/DummyBatchingDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* This is necessary workaround for {@link
27-
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#mutateRowsCallable()}. The settings
27+
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#bulkMutateRowsCallable()}. The settings
2828
* are exposed to the user using the {@link com.google.cloud.bigtable.data.v2.models.RowMutation}
2929
* wrapper, but the actual descriptor works on the underlying {@link
3030
* com.google.bigtable.v2.MutateRowsRequest}s. This class is used as a placeholder for the settings

trunk/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/mutaterows/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
/**
1717
* Implementation details for {@link
18-
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#mutateRowsCallable()}.
18+
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#bulkMutateRowsCallable()}.
1919
*
2020
* <p>The implementation adapts gax's {@link com.google.api.gax.rpc.BatchingCallable} to work with
2121
* Bigtable's MutateRows RPC. There are 3 customizations that are necessary:

0 commit comments

Comments
 (0)