Dan Burkert has submitted this change and it was merged.

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
Reviewed-on: http://gerrit.cloudera.org:8080/2950
Reviewed-by: Jean-Daniel Cryans
Tested-by: Kudu Jenkins
---
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Jean-Daniel Cryans: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/2950
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I947ce53257454eb3a355f50127e796c6625ee3f2
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins

Reply via email to