You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/05/04 16:40:20 UTC

[kudu-CR] [java-client] Add AsyncKuduClient#syncClient

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2950

to review the following change.

Change subject: [java-client] Add AsyncKuduClient#syncClient
......................................................................

[java-client] Add AsyncKuduClient#syncClient

This adds a method of creating a sync client from an async client. Another
alternative would have been making the KuduClient(AsyncKuduClient) constructor
public, but that would expose the unstable AsyncKuduClient type in the evolving
KuduClient API.

Change-Id: I947ce53257454eb3a355f50127e796c6625ee3f2
---
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/2950/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2950
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I947ce53257454eb3a355f50127e796c6625ee3f2
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans