You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-language/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Mutation.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,19 @@ public static Mutation createUnsafe() {
73
73
returnnewMutation(true);
74
74
}
75
75
76
+
/**
77
+
* Wraps the List of protobuf {@link com.google.bigtable.v2.Mutation}. This methods, like {@link
78
+
* #createUnsafe()}, allows setCell operation to use server side timestamp. This is dangerous
79
+
* because mutations will no longer be idempotent, which might cause multiple duplicate values to
80
+
* be stored in Bigtable. This option should only be used for advanced usecases with extreme care.
Copy file name to clipboardExpand all lines: branches/autosynth-language/google-cloud-clients/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/models/MutationTest.java
0 commit comments