Skip to content

Commit 49472a3

Browse files
authored
---
yaml --- r: 5715 b: refs/heads/master c: 1ff3961 h: refs/heads/master i: 5713: 05405c8 5711: 0fa716d
1 parent 82817c7 commit 49472a3

2 files changed

Lines changed: 7 additions & 7 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: 3814cb64747bd03c0c08c43e64b868fadfd52753
2+
refs/heads/master: 1ff3961f42772141ed8d77251cb1678e7b44b3a1
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: f8ea70cdc599a5d39c2df480280877afb3bef9bd
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public interface DatabaseClient {
6060
ReadContext singleUse();
6161

6262
/**
63-
* Returns a context in which a single read can be performed.
63+
* Returns a context in which a single read can be performed at the given timestamp bound.
6464
*
6565
* @param bound the timestamp bound at which to perform the read
6666
*/
@@ -75,9 +75,9 @@ public interface DatabaseClient {
7575
ReadOnlyTransaction singleUseReadOnlyTransaction();
7676

7777
/**
78-
* Returns a read-only transaction context in which a single read or query can be performed. This
79-
* method differs from {@link #singleUse(TimestampBound)} in that the read timestamp used may be
80-
* inspected after the read has returned data or finished successfully.
78+
  * Returns a read-only transaction context in which a single read or query can be performed at the
79+
* given timestamp bound. This method differs from {@link #singleUse(TimestampBound)} in that the
80+
* read timestamp used may be inspected after the read has returned data or finished successfully.
8181
*
8282
* @param bound the timestamp bound at which to perform the read
8383
*/
@@ -93,8 +93,8 @@ public interface DatabaseClient {
9393

9494
/**
9595
* Returns a read-only transaction context in which a multiple reads and/or queries can be
96-
* performed. All reads/queries will use the same timestamp, and the timestamp can be inspected
97-
* after any read/query has returned data or finished successfully.
96+
* performed at the given timestamp bound. All reads/queries will use the same timestamp, and the
97+
* timestamp can be inspected after any read/query has returned data or finished successfully.
9898
*
9999
* <p>Note that the bounded staleness modes, {@link TimestampBound.Mode#MIN_READ_TIMESTAMP} and
100100
* {@link TimestampBound.Mode#MAX_STALENESS}, are not supported for multi-use read-only

0 commit comments

Comments
 (0)