Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 7915472

Browse files
committed
fix: address feedback
1 parent 0c1afd2 commit 7915472

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,8 +1461,9 @@ public ApiFuture<Void> awaitReplicationAsync(final String tableId) {
14611461
}
14621462

14631463
/**
1464-
* Polls an existing consistency token until replication is consistent. Useful for checking
1465-
* consistency of a token generated in a separate process. Blocks until completion.
1464+
* Polls an existing consistency token until table replication is consistent across all clusters.
1465+
* Useful for checking consistency of a token generated in a separate process. Blocks until
1466+
* completion.
14661467
*
14671468
* @param tableId The table to check.
14681469
* @param consistencyToken The token to poll.
@@ -1472,7 +1473,8 @@ public void waitForConsistency(String tableId, String consistencyToken) {
14721473
}
14731474

14741475
/**
1475-
* Asynchronously polls an existing consistency token.
1476+
* Asynchronously polls the consistency token. Returns a future that completes when table
1477+
* replication is consistent across all clusters.
14761478
*
14771479
* @param tableId The table to check.
14781480
* @param consistencyToken The token to poll.

0 commit comments

Comments
 (0)