zhen.zhang has uploaded a new change for review. http://gerrit.cloudera.org:8080/1916
Change subject: add async method to locate table ...................................................................... add async method to locate table Now AsyncKuduClient only have one method called syncLocateTable to locate table in a sync way, and it will block the user's thread, which is not friendly in asynchronous programming. This patch add another method to locate table asynchronously. Change-Id: I0868ed77366ff7d45f92f99dfd033c244d53b48f --- M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java M java/kudu-client/src/main/java/org/kududb/client/KuduTable.java M java/kudu-client/src/test/java/org/kududb/client/TestKuduTable.java 3 files changed, 106 insertions(+), 43 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/16/1916/1 -- To view, visit http://gerrit.cloudera.org:8080/1916 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0868ed77366ff7d45f92f99dfd033c244d53b48f Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: zhen.zhang <[email protected]>
