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-kms/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java
Copy file name to clipboardExpand all lines: branches/autosynth-kms/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/CreateTableRequest.java
Copy file name to clipboardExpand all lines: branches/autosynth-kms/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models/GCRules.java
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,13 @@
30
30
31
31
// TODO(igorbernstein2): the distinction between GcRule & GCRule is too subtle, use fully qualified
32
32
// names for the protos.
33
-
/** Wraps {@link GcRule} protocol buffer object and exposes a simpler Fluent DSL model */
33
+
/**
34
+
* Wraps {@link GcRule} protocol buffer object and exposes a friendly API.
35
+
*
36
+
* <p>Note: Garbage collection executes opportunistically in the background, and so it's possible
37
+
* for reads to return a cell even if it matches the active GC expression for its family. Please use
38
+
* appropriate filters in your reads to exclude cells which are eligible for garbage collection.
39
+
*/
34
40
@BetaApi
35
41
publicfinalclassGCRules {
36
42
/** Factory method to create GCRules - entry point into the DSL. */
@@ -124,11 +130,7 @@ private IntersectionRule() {
124
130
rulesList = newArrayList<>();
125
131
}
126
132
127
-
/**
128
-
* Adds a new GCRule
129
-
*
130
-
* @param rule
131
-
*/
133
+
/** Adds a new GCRule */
132
134
// TODO(igorbernstein2): consider renaming this to addRule
0 commit comments