keith-turner commented on a change in pull request #969: [WIP] Issue-967
URL: https://github.com/apache/fluo/pull/969#discussion_r151454155
##########
File path:
modules/api/src/main/java/org/apache/fluo/api/client/SnapshotBase.java
##########
@@ -165,4 +167,14 @@
* @return transactions start timestamp allocated from Oracle.
*/
long getStartTimestamp();
+
+ default CompletableFuture<String> getsAsync(String row, Column column) {
Review comment:
Will need `Bytes getAsync(Bytes row, Column column)` and `Bytes
getAsync(Bytes row, Column column)` methods also. The string methods could
just call the bytes methods.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services